.login_signup{
    min-height: 100vh;
    background: url("../images/icons/Sign-Up-bg.svg") 100% no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 70px 0;
}
.cus_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,16%);
    width: 600px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.cus_tab .btn{
    padding: 11px 15px;
    width: 300px;
    border-radius: 0%;
}
.login_sec .cus_tab .sign_up{
    background: var(--white);
    color: var(--t_color);
}
.login_sec .cus_tab .sign_up:hover{
    background: var(--t_color);
    color: var(--white);
}

.show_pass_btn svg{
    width: 23px;
    height: 23px;
}
.show_pass_btn svg path{
    fill: var(--t_color);
}
.show_pass_btn .fa-eye, .show_pass_btn.show_pass .fa-eye-slash{
    display: none;
}
.show_pass_btn.show_pass .fa-eye{
    display: block;
}
.login_form .heading{
    text-align: center;
    color: var(--black);
}
.login_form{
    width: 400px;
    margin: 0 auto;
}
.cus_form .form-group{
    margin-bottom: 23px;
    position: relative;
}
.cus_form .form-group .form-label{
    color: #7A7A7A;
    font-size: 14px;
}
.cus_form .form-group .form-control{
    border-radius: 0;
    border:1px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
    min-height: 46px;
}
.cus_form .form-group .form-control:focus{
    box-shadow: none;
    border-bottom-color: var(--t_color);
}
.cus_form .show_pass_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    background: transparent;
    padding: 5px 17px;
}
.social_login .btn{
    text-transform: capitalize;
    background: #475993;
    width: 185px;
    display: flex;
    align-items: center;
    justify-self: center;
    min-height: 50px;
}
.social_login .btn img{
    margin-right: 10px;
}
.form_bottom {
    font-size: 16px;
}
.social_login .btn.google_plus{
    background: #E11313;
}

/* === Sign Up === */
.signup_sec .login{
    background: var(--white);
    color: var(--t_color);
}
.signup_sec .login:hover{
    color: var(--white);
    background: var(--t_color);
}
.form-check-input:checked {
    background-color: #a82040;
    border-color: #a82040;
}
.form-check-input:focus {
    box-shadow: none;
}
.sign_up_form .row.form-group,
.sign_up_form .form-check-label{
    font-size: 16px;
}
.form-check .form-check-input,
.form-check .form-check-label{
    cursor: pointer;
}
/* === Sign Up End=== */



@media (max-width:767px){
    .cus_tab, .login_form{
        width: 100%;
    }
    .cus_tab .btn {
        width: 50%;
    }
    .cus_form .form-group {
        margin-bottom: 17px;
    }
    .btn.login_btn, .btn.signup_btn {
        font-size: 16px;
        padding: 7px 27px;
    }
    .social_login .btn {
        width: 150px;
        min-height: 45px;
        font-size: 14px;
    }
    .login_signup{
        padding:35px 0;
    }
     
}
/* === Mobile Verification === */

.mobile_verification{
    padding: 70px 0;
}
.cus_form .mobile_number{
    display: flex;
}
.cus_form .mobile_number .code.form-control{
    width: 19%;
    border-right: 0;
}
.cus_form .mobile_number .code.form-control:focus + .phone.form-control{
    border-bottom-color: var(--t_color);
}
.cus_form .mobile_number .phone.form-control{
    border-left: 0;
}
.cus_form .enter_otp .form-control {
    width: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    border:1px solid #DCDCDC !important;
}
.please_agree .form-check-input{
    border-radius: 3px !important;
}

.form-group.enter_otp{
    margin-bottom: 30px;
}
.btn.verify_btn{
    text-transform: capitalize;
}
.enter_otp .form-controlmobile_verification .heading{
    margin-bottom: 30px;
}
@media (max-width:767px){
    .btn.verify_btn{
        padding: 9px 33px;
        font-size: 16px;
    } 
}

/* === Mobile Verification End=== */


@media (max-width:320px){
    .social_login .btn {
        width: 135px;
        font-size: 12px;
    }
    .social_login .btn img{
        width: 20px;
    }
    .cus_form .mobile_number .code.form-control {
        width: 24%;
        font-size: 12px;
    }
}