.img-fluid{
            position: absolute;
        top: 25%;
    }
    .auth-main .auth-box .auth-left::before {
    content: "";
        top: 5%;
    /*bottom: 6%;*/
    width: 300px;
        border-right: 1px solid #22222285;
    height: 90%;
     background-color: #fff; 
    position: absolute;
    left: 0;
    border-radius: 12px 0 0 12px;
}
.auth-main .auth-box {
    background-color: #fff;
    border-radius: .55rem;
    max-width: 864px;
    width: 864px;
    width: calc(100% - 40px);
    height: auto;
    /*margin: 0 auto 0 100px;*/
    position: relative;
    box-shadow: 3px 3px 20px 5px rgba(0,0,0,0.05);
}
.auth-main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: -1;
    background: #00B1B1;
}
#signin-email, #signin-password{
    /*width: 376px;*/
    height: 46px;
    color:#707070;
    font-size: 16px !important;
}
#email_input, #password_input, #email_input_forgot{
    /*width: 376px;*/
    height: 46px;
    color:#707070;
    font-size: 16px !important;
}
.theme-blue .auth-main .btn-primary{
    font-size :16px;
    /*width: 376px;*/
    border:0px;
    height: 46px;
      background-image: linear-gradient(to left,#FF8F73, #F2547D);

}
.fancy-checkbox{
    color: #707070 !important;
    font-size: 12px;
}
.card .body {
    color: #444;
    font-weight: 400;
    padding: 5px;
}
.lead{
    font-size: 26px !important;
}
.clearfix{
        text-align: left;
}
.select_info
{
    color: red;
    display: none;
}
.grecaptcha-badge { 
    visibility: hidden;
}