html #no-scroll{
    height: 100vh;
    overflow: hidden;
}
.wd-mr-loginflow{
    background: #fff url(../images/login-flow/login_page.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%; 
}
.wd-mr-loginflow::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin: -18px 25px 0 0;
    text-align: center;
    background: url(../images/login-flow/dna-vector.svg)no-repeat;
    width: 170.66px;
    height: 180px;
    background-position: top right;
    background-size: contain;
    transform: rotate(9.31deg);
    opacity: 0.3;
    z-index: 1;
}
.wd-login-bg{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 30em 0 0;
    text-align: center;
}
.wd-dna-img{
    transform: rotate(-66.24deg);
    width: 203px;
    height: 220px;
}
.wd-login-area{
    text-align: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-flow: column;

}
.wd-login-logo{
    width: 270px;
    height: 100px;
    object-fit: contain;
    /* margin-bottom: 30px; */

}
.wd-login-title{
    margin-bottom: 20px;
}
.wd-login-title h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 3px;
}
.wd-login-title p{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #545454;
    margin: 0;
}
/* login form */
.wd-login-form .form-group {
    position: relative;
    margin-bottom: 22px;
}
.wd-login-form .form-group .form-control{
    display: block;
    padding: 16px 46px 16px 16px;
    font-size: 14px;
    height: auto !important;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.44);
    border-radius: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #000;
}
.wd-login-form .form-group select{
    background: #FFFFFF url("../images/dropdown.svg") no-repeat !important;
  background-position: 97% 55% !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -webkit-appearance: none;
  -moz-appearance: none;
  --webkit-o-appearance: none;
  appearance:none;
}
.wd-login-form .form-group .control-label {
    position: absolute;
    top: 1rem;
    left: 20px;
    pointer-events: none;
    z-index: 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    margin-bottom: 0;
}
.wd-login-form .form-group .bar {
    position: relative;
    display: block;
}
.wd-login-form .form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.toggle-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px 15px;
    z-index: 1;
}
.form-group input[type="file"] ~ .bar, .form-group textarea[type="file"] ~ .bar {
    display: none;
}
  .form-group input:focus,
  .form-group input:valid,
  .form-group input.form-file,
  .form-group input.has-value,
  .form-group textarea:focus,
  .form-group textarea:valid,
  .form-group textarea.form-file,
  .form-group textarea.has-value {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #3A3A3C;
}
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    top: -0.6rem;
    left: 17px;
    background: #fff;
    padding: 0 4px;
}
.form-group input:focus ~ .control-label, .form-group textarea:focus ~ .control-label {
    color: #FE852A;
}
.form-group input:focus ~ .bar::before, .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}
.form-control:focus {
    color: #3A3A3C;
    background-color: #fff;
    border-color: #FE852A !important;
    outline: 0;
    box-shadow: none;
}
/* .wd-login-form .iti{
    width: 100%;
}
.wd-form-btn{
    margin: 0 0 30px;
}
.wd-login-form select.form-control {
    background-position: 95% !important;
    background-size: 15px !important;
}
.wd-login-form select {
    appearance: none;
    background: url(../images/icon/dropdown.svg) no-repeat !important;
}
.wd-login-form .form-group.mob .control-label{
    top: -0.6rem;
    left: 16px;
    background: #fff;
    padding: 0 4px;
    z-index: 2;
}
.wd-login-form .iti--separate-dial-code .iti__selected-flag{
    background-color: #fff;
} */
/*21-06-2023*/
.wd_fget_txt{
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #FE852A;
}
.wd_login_btn{
    background: #017474;
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    border: 2px solid #017474;
    display: block;
    margin: 20px auto 24px;
    text-align: center;
    padding: 12px 90px;
    width: fit-content;
}
.wd_login_btn:hover{
    background: transparent;
    color: #017474;
}
.wd-login-form p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.wd-login-form p a{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(180deg, #017474 0%, #017474 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/*tabs in signup*/
.wd-login-area .nav.nav-pills {
    background: #FFFFFF;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.2);
    border-radius: 90px;
    padding: 4px 5px;
    display: inline-flex;
    margin: 0 auto 40px;
}
.wd-login-area .nav-link{
    padding: 8px 30px;
    color: #545454;
    font-weight: 600;
    font-size: 13px;
}
.wd-login-area .nav-pills .nav-link.active, .wd-login-area .nav-pills .show>.nav-link{
    background: #FE852A;
    box-shadow: 0px 4px 4px rgba(236, 136, 45, 0.28);
    border-radius: 790px;
    color: #fff;  
}
.wd-login-area  .fa-fw {
    text-align: center;
    width: 1.25em;
    color: rgb(255 77 0 / 50%);
}
.phone_grp{
    display: flex;
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    height: auto;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.40);
    border-radius: 16px;

}
.phone_grp .iti__flag-container{
    position: relative !important;
}
.phone_grp .iti{
    width: 100%;
    display: flex;
}
.phone_grp .iti__selected-flag {
    background: transparent !important;
    padding-left: 0;    
}
#phone {
    border: none;
    background: transparent;
    padding: 5px !important;
    outline: unset;
    width: 100%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 16px;
}
.input_custom_group .form-control::placeholder{
     color: #000;
    font-weight: 500;
}
.focus_active .phone_grp{
    outline: none;
    background: #FFFFFF;
    border: 1px solid #C7B8EC;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
}

.iti__arrow{
    background: url(../images/dropdown.svg)no-repeat;
}
.custom-container-fluid{
    padding-right: 125px;
    padding-left: 15px;
}
.signup_blog{
    padding: 30px 0;
    height: auto;
}