.signup-bg {
  background: #8a70d5;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  display: flex;
  /* margin-bottom: 30px; */
}
.main-login {
  height: auto;
  width: 90%;
  padding: 40px 72px;
  border-radius: 5px;
  overflow: hidden;
  margin:60px auto;
  background: #fff;  
}
.signup-hd {
  display: flex;
  height: 40px;
  width: 100%;
  position: relative;
}
.signup-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}
.singup-logo {
  font-size: 9px;
  color: #919191;
  padding-left: 60px;
  position: relative;
  font-weight: 300;
}
.singup-logo::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 1px;
  top: 4px;
  left: 14px;
  background: #a4a4a4;
}
.signup-title {
  flex: auto;
  justify-content: center;
  width: 100%;
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  color: #0e294f;
  position: absolute;
}
ul.registration-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.registration-tabs li.active {
  font-weight: 400;
  position: relative;
  font-size: 14px;
  background: #102850;
  border-bottom: 1px solid #102850;
  padding: 12px 0;
  color: #fff;
}
ul.registration-tabs li {
  color: #333;
  display: inline-block;
  padding: 12px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  width: 50%;
  text-align: center;
  background: #f2f2f2;
}
ul.user-signup-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.user-signup-form li {
  width: 31%;
  padding: 0px;
  margin: 30px 0;
}
ul.user-signup-form li input.input-box::placeholder {
  color: #929292;
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.choose::-webkit-file-upload-button {
  color: white;
  display: inline-block;
  background: #9e9e9e;
  border: 2px dashed #1cb6e0;
  padding: 20px 15px;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 10pt;
}
p#filename {
  color: #929292;
  font-weight: 300;
}
.file-uploader input[type="file"] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.uploder-bx {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 282px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border: 2px dashed #bebebe;
  border-radius: 10px;
  color: #929292;
  font-weight: 300;
  cursor: pointer;
  padding-left: 30px;
}
.uploder-bx svg {
  fill: rgb(214, 212, 215);
  margin: 0px 12px 0px 0px;
}
.label-bx {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 400px;
}
.uploder-bx .dragover {
  background-color: #aaa;
}
input.file-uploader {
  opacity: 0;
  height: 56px;
  cursor: pointer;
}
.signup-uploader {
  margin-top: 24px;
  margin-bottom: 46px;
}
.register-btn {
  height: 56px;
  border-radius: 26px;
  padding: 0 60px;
  width: 282px;
  font-weight: 300;
}
.already-bx {
  font-size: 11px;
  font-weight: 300;
  color: #ababab;
  padding: 16px 0;
}
.already-bx a {
  color: #154f91;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Signup Step 2 css desktop
--------------------------------------------------------------*/
 .signup-step-2 {
		background: #fff;
		width: 500px;
		height: auto;
		margin: auto;
		margin-top: 30px;
		border-radius: 8px;
		padding-top: 25px;
		margin-bottom: 43px;
	}
    .signup-title1 {
        color: #02366d;
        font-weight: 500;
        padding: 12px 0 0 0;
    }
	.signup-step-ul{
		display:flex;
	    padding: 0 24px;
		margin-top: 32px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.signup-step-ul li {
		width: 44%;
		height: 83px;
	}
	ul.signup-step-ul li input.input-box {
		border-bottom: 1px solid #eef0f4;
		border-radius: 0;
		height:42px;
		padding:0px;
	}
	ul.signup-step-ul li .custom-select1 select {
		background-color: transparent;
		border: 1px solid transparent;
		border-bottom: 1px solid #eef0f4;
		border-radius: 0px;
		height:42px;
		padding:0px;
	}
	ul.signup-step-ul li .from-group label {
		color: black;
		padding: 0;
		margin: 0px;
		font-size: 12px;
		font-weight: 400;
	}
	.already-bx1 {
		font-size: 11px;
		font-weight: 300;
		color: #ababab;
		padding: 16px 30px;
		line-height:18px
	}
/*--------------------------------------------------------------
# Mobile css
--------------------------------------------------------------*/
@media (max-width: 1660px) {
    ul.registration-tabs {
        margin-top: 10px;
        margin-bottom: 14px;
    }
    ul.user-signup-form li {
        margin: 10px 0;
    }
    .signup-uploader {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .label-bx {
        height: 54px;
    }
}

@media (max-width:1199px) {
    .main-login {
        width: 95%;
        padding: 40px 24px;
        margin: 40px auto;
    }
    .signup-title {
        font-size: 20px;
    }
    .register-btn {
        height: 45px;
        padding: 0 20px;
    }
    .singup-logo {
        padding-left: 10px;
    }
}

@media (max-width:991px) {
    .singup-logo::after {
        display: none;
    }
    .main-login {
        padding: 30px 14px;
    }
    .signup-logo {
        width: auto;
    }
}

@media (max-width:767px) {
    .signup-logo {
        display: none;
    }
    .signup-title {
        font-size: 18px;
        display: block;
    }
    ul.registration-tabs {
        width: auto;
        margin-bottom: 25px;
    }
    .already-bx {
        font-size: 13px;
    }
}

@media (max-width:575px) {
    ul.user-signup-form li {
        width: 100%;
    }
    ul.user-signup-form {
        display: block;
    }
    .register-btn {
        height: 40px;
        width: 100%;
    }
}