#main{
    background-color: #FFF7F2 !important;
    min-height: 88vh;
}

@media(min-width:992px){
    .content-area{
        padding-right: 52.5px;
        padding-left: 52.5px;
    }
}
/*header-area*/
header.navigation{
    display:none !important;
}
header.user-account{
    box-shadow: 0px 15px 30px rgba(186, 186, 186, 0.25);
    position: relative;
    z-index: 3;
    height: 83px;
    background: #ffffff;


}
header.user-account .row{
    display: flex;
    align-items: center;
    height: 83px;
}
header.user-account .acc-txt{
    color: rgba(25, 25, 25, 0.80);
    display: inline;
    margin-left: 8px;
}
header.user-account .wow-primary-btn{
    padding:8px 41px;
    margin-left: 16px;
}
.campaign-phone span{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.campaign-phone img{
    position: relative;
    top: -3px;
}
/*header-area*/

.signin-title{
    text-align: center;
    font-family: Satoshi;
    font-size: 36px;
    font-weight: 700;
    line-height: 33px;
    margin: 104px 0 16px 0;
    color:#101828;
}
.remember-me-area{
    margin-bottom:45px;
    margin-top:9px;
}
.forgot-password{
    color: #1A73E8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.newto-wowhealth{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 48px;
}

form .btnsignin{
    width: 100%;
}
input[type=password] + div.password_input_icon,
input[type=text] + div.password_input_icon{
    background: transparent url("/wp-content/themes/docdirect-child/assets/icons/eye-slash.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 24%;
    right: 15px;
    cursor: pointer;
}
input[type=text] + div.password_input_icon{
    background: transparent url("/wp-content/themes/docdirect-child/assets/icons/save-2.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

select.form-control.signinput{
    background-image: url('/wp-content/themes/docdirect-child/assets/icons/arrow-down.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 50%;
}

#login_frm .loader-adjuster,
#register_frm .loader-adjuster{
    width: 100%;
}

.signlable{
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom:11px;

}
.rememberme-text{
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #191919;
}


.forgotpassworddiv,
.rememberme-box{
    margin: 15px 0px 45px 0px;
}
.signup-via-login{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #FB8F3F;
}
.have-account{
    margin-top:9px;
}
/*signup page*/
p.light_text{
    color: rgba(25, 25, 25, 0.70);
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 16px;
}
p.light_text.pwd_text{
    color: #667085;
    font-size: 11px;
}


.term-text,.term-text label{
    font-size: 12px;
    line-height: 20px;
}
.term-text a{
    color: #FB8F3F;
    text-decoration: underline;
}
.signup-btn-div{
    margin-top: 40px;
}
/*signup page*/


/*Terms & Conditions*/
#copy_rights_row p,
#copy_rights_row a{
    font-size: 12px;
}
#copy_rights_row a:hover{
    text-decoration: underline;
}
#copy_rights_row{
    margin: 200px 0px 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.errorMessage:empty{
    display: none;
}
.errorMessage{
    color: #E02B1D;
    font-family: Satoshi;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    display: none;
    position: relative;
}
.errorMessage:before {
    content: " ";
    display: block;
    background: url('/wp-content/themes/docdirect-child/assets/icons/error-icon.svg') no-repeat;
    position: absolute;
    left: 0px;
    top: -2px;
    z-index: 100;
    text-align: center;
    width: 16px;
    height: 16px;
}
#copy_rights_row p, #copy_rights_row a{
    color:#3c3c3c;
}
/*Terms & Conditions*/


@media(max-width:1024px){
    header.user-account .wow-primary-btn{
        padding: 8px 18px;
        margin-left: 10px;
    }
    .campaign-phone span{
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px){
    header.user-account{
        top: 0px;
        position: absolute;
        width: 100%;
    }
}
@media(max-width:768px){
    header.user-account{
        position: fixed;
    }
    .signin-title{
        margin-top: 48px;
        font-size: 24px;
        line-height: 27px;
        text-align: left;
    }
    .newto-wowhealth{
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
    }
    /*Terms & Conditions*/
    #copy_rights_row{
        margin: 100px 0 30px;
    }
    #copy_rights_row .col-sm-12{
        text-align:center;
    }
    /*Terms & Conditions*/


}