body {
    /* background-image: url('../image/login_bg.jpg');
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat; */
    overflow: hidden !important;
}
.login_page{
    position: relative;
}
/*.login_page:before {
    background: url(../image/login_rightbg.png);
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: -47%;
    width: 100%;
    height: 100%;
}*/
.login_imagebg{
    position: relative;
}
.login_imagebg img {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 30%;
}
.logo_login .site_logo {
    width: 130px;
    margin: 0rem auto 5px;
    text-align: center;
    display: block;
}
.admin_login{
/*    background: #fff;*/
    padding: 0px;
    margin: auto;
    display: block;
/*    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 8px;*/
}
.login_rightform {
    background: url(../image/login_left_green.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    /* background-position: bottom center; */
}
.login_form {
    padding: 30px 0px 60px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 3rem; */
    width: 90%;
    /* margin: auto; */
}
.loginImage{
    height: 100vh;
}
.backgrund_color{
    position: relative;
    height: 100vh;
}
.login_form h2 {
    text-align: center;
    color: #06cd89;
    font-size: var(--text--size--md);
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
}
.login_form h2 span{
    color: #000;
}
.fa-calendar-alt{
    position: absolute;
    right: 60px;
    margin: -25px auto;
    width: auto;
    color: #a3a2a2;
}
.login_mobile{
    width: 85%;
    /* margin: auto; */
    float: right;
}
.login_otpInfo .form-select{
    width: 30%;
    margin-right: 1rem;
    height: 33px;
}
.login_otpInfo .login_email_input{
    width: 100%;
}
.login_form .user_login .form-control {
    background-color: rgb(225 246 239) !important;
    border: 0.5px solid #00885b0d;
    border-radius: 18px;
}
.forget_password{
    color: #00885a;
    font-size: 14px;
}
.forget_password a{
    text-decoration: none;
    color: #00885a;
}
.forget_password span{
    float: right;
}
.login_email_input label,
.login_email_input label, .login_password_input label {
    /* color: #00885a; */
    /* font-weight: 600; */
    font-size: var(--text--size--small);
}

.login_email_input,
.login_password_input {
    /* margin-bottom: 12px; */
}

.login_button {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.login_button .login_button {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    padding: 12px 0px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    background-color: #363539;
    margin-top: 0rem;
}
.login_button .login_button:hover {
    background-color: #31c391;
    color: #ffffff;
}

.user_buttons{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    /* border-bottom: 1px solid #c9ff7c; */
}
.user_buttons div .user_button{
    padding: 0 auto;
    background-color: #ffffff;
    color: #00885a;
    
}
button:focus{
    outline: none;
    border: none;
}
.user_button.active_button {
    box-shadow: 0px 0px 3px 0px #1b1b1b4d;
}
#personal_info{
    display: none;
}
#other_info{
    display: none;
}
#send_otp{
    display: none;
}
#login_video{
    height: 100%;
}
.uploadFile {
    width: 100%;
    background-color: white;
    border: 1px dashed #a5b9b2;
    border-radius: .25rem;
    /* color: grey; */
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    padding: 10px 10px 4px 10px;
    position: relative;
    resize: none;
    height: 100px;
    text-align: center;
    line-height: 70px;
}
.uploadFile [type=file] {
    cursor: pointer !important;
    display: block;
    filter: alpha(opacity = 0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    /* right: 0px; */
    text-align: center;
    top: 0px;
    z-index: 1;
    padding: 0px !important;
}
.uploadFile span.filename i{
    display: block;
    font-size: 35px;
    color: #06cd89;
}
.browse-files-text {
    color: #7b2cbf;
    font-weight: bolder;
    cursor: pointer;
}
.active p{
    text-align: center;
    width: 85%;
    margin: 1.5rem 0;
    font-weight: 600;
    font-size: var(--text--size--small);
}
.active_button{
    border-bottom: 1px solid #00885b8f !important;
    /* border-radius: 0 !important; */
}
.title{
    text-align: center;
    padding-top: 0px;
/*    margin-bottom: 20px;*/
}
.title h4 {
    font-size: 1rem;
    /* opacity: 0.6; */
    color: #404040;
    font-weight: 400;
}
.title h5{
    font-size:20px;
    opacity: 0.8;
    color: #ffffff;
}
.opt_field {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.opt_field input.field {
  width: 50px;
  line-height: 50px;
  font-size: var(--text--size--md);
  border: none;
  background-color: #EAF5F6;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #093030;
  margin-bottom: 25px;
}

.opt_field input.field:focus {
  outline: none;
}
.resend_otpText{
     margin: auto;
    display: block;
    text-align: center;
}
button.resend {
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #3197c3;
    cursor: pointer;
    margin-left: 10px;
    border-bottom: 1px solid #2196F3;
}

button.resend i {
  margin-left: 5px;
}

button.resend:disabled {
    color: #999;
    cursor: not-allowed;
    border-bottom: none;
    opacity: 0.6;
}
.admin_login .title{
    font-weight: 600;
}
.admin_login p.phone-number{
    display: block;
    text-align: center;
    font-size: var(--text--size--small);
    font-weight: normal;
    margin-top: 1rem;
    color: #111;
}
.sub-title{
    font-size: var(--text--size--small);
    color: var(--text--light--color);
    width: 60%;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 3rem;
}


@media screen and (min-device-width: 992px) and (max-device-width: 1099px) {
    .login_form {
        width: 85%;
    }
}

@media screen and (min-device-width: 440px) and (max-device-width: 991px) {
    .login_imagebg{
        display: none;
    }
    .login_slider{
        width: 40% !important;
    }
    .backgrund_color {
        width: 100%;
        margin: auto;
    }
    /* .login_form {
        padding: 30px 20px 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
    } */
    body {
        overflow-y: visible !important;
    }
    .backgrund_color {
        width: 100%;
        margin: auto;
        background: #fff;
        /* width: 95%; */
    }
    .admin_login {
        padding: 0rem;
    }
    .login_form {
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
    }
}

@media screen and (min-device-width: 280px) and (max-device-width: 439px) {
    .login_imagebg{
        display: none;
    }
    .login_slider{
        width: 40% !important;
    }
    /* .login_form {
        padding: 30px 0px 30px;
        top: 50%;
        left: 47%;
        transform: translate(-47%, -50%);
        width: 85%;
    } */
    .user_buttons .col-6{
        padding: 0px;
    }
    .login_form h2 {
        letter-spacing: 1px;
        font-size: 1.2rem;
        margin-top: 4px;
    }
    .logo_login .site_logo {
        width: 60px;
        margin-bottom: 0px;
    }
    body {
        overflow-y: visible !important;
    }
    .backgrund_color {
        width: 100%;
        margin: auto;
        background: #fff;
        /* width: 95%; */
    }
    .admin_login {
        padding: 0rem;
    }
    .login_form {
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
    }
}

/* customize file code  */

.login_email_input .form-control {
    padding-left: 10px;
    font-size: 13px;
}
.login_email_input .field_label{
    /* position: absolute;
    margin-top: -27px;
    margin-left: 10px; */
    font-weight: 600;
    font-size: 0.9rem;
}

.left.icon .fa-calendar-alt{
    position: absolute;
    right: 20px;
}
.form-control {
    padding-left: 0px;
    border: none;
    border-bottom: 1px solid #06cd89;
    border-radius: 0px;
}
.form-select{
   border: none;
    border-bottom: 1px solid #06cd89;
    border-radius: 0px;

}
