/* style auth css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

textarea:focus,
input:focus {
    outline: 0;
}

*:focus {
    outline: 0;
}

.p-100 {
    padding: 100px 0px;
}

section.bann-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0px;
}

body {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.small-p {
    color: #231F20;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cta {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #000;
    display: inline-block;
    max-width: 100%;
    padding: 20px 333px;
    transition: 0s !important;
}

.login-form {
    max-width: 620px;
    text-align: center;
    padding: 40px 40px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
    margin: auto;
}
.log-in {
    margin-top: -400px;
}

.social-links {
    gap: 20px;
    justify-content: center;
}

.login-gg {
    border: 1px solid #E3E9ED;
    padding: 20px 123px;
}

.login-gg a {
    text-decoration: none;
}

.login-gg a span.txt {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-inp-box {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #E3E9ED;
}

/*.form-check-label {
    margin-bottom: 40px;
}*/
.form-group.form-check {
    justify-content: space-between;
    margin-bottom: 40px;
}

.login-accnt {
    margin-bottom: 35px;
}

.continue-we {
    margin: 15px 0px;
}
.btm-buttn {
    margin-bottom: 15px;
}


.form-group {
    margin-bottom: 20px !important;
}

.input-group-addon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.input-group-addon i {
    font-size: 15px;
    color: #656F79;
}

/* input[type="password"] {
    border: none;
    focus: none;
    width: 90%;
    
} */
/*
.input-group-addon {
    padding-left: 65%;
}*/
div#show_hide_password {
    justify-content: space-between;
    align-items: center;
}

.login-accnt p {
    margin-top: 15px;
}

.input-group-addon a {
    color: #656F79;
}

input.form-check-input {
    border: 1px solid #e3e9ed;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;

}

label.form-check-label {
    color: #80868b;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

label.form-check-label p {
    color: #828282;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.line-text {
    position: relative;
}

.line-text::after {
    position: absolute;
    content: '';
    width: 230px;
    height: 1px;
    top: 10px;
    left: 0;
    background: #E3E9ED;
    z-index: 1;
}

.line-text::before {
    position: absolute;
    content: '';
    width: 230px;
    height: 1px;
    top: 10px;
    right: 0;
    background: #E3E9ED;
    z-index: 1;
}

.cta {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #000;
    display: inline-block;
    width: 100%;
    padding: 20px;
    transition: 0s !important;
}

.cta:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.login-gg {
    border: 1px solid #E3E9ED;
    padding: 12px 24px !important;
    /* width: 350px; */
    padding: 15px;
}

input.form-control.form-inp-box {
    border-radius: none;
    border: 1px solid #dadce0;
    border-radius: 0;
    padding: 16px;
    max-width: 100%;
    height: 100%;
    color: #000 ;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 2;
    background-color: transparent;
 }
 .invalid {
    border-color: #f2392c !important;
}
 .form-control:focus {
    border-color: #e3e9ed !important;
}
 .isEmpty label {
    top: 0;
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    z-index: 9;
}
.form-group .inputContainer {
    position: relative;
}
.btm-buttn {
    margin-bottom: 15px;
    margin-top: 20px;
}

a.login-gg {
    border: 1px solid #E3E9ED;
    width: 100%;
    padding: 15px;
    background: #fff;
    /* display: block; */
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0s !important;
}

a.login-gg.gs-btn:hover {
    background: #f26356;
    text-decoration: none;
    color: #fff;
    z-index: -1;

}

a.login-gg.fb-btn:hover {
    background: #1877F2;
    text-decoration: none;
    color: #fff;
    z-index: -1;

}

.line-text1 {
    position: relative;
}

.line-text1::before {
    position: absolute;
    content: '';
    width: 230px;
    height: 1px;
    top: 10px;
    right: 0;
    background: #E3E9ED;
    z-index: 1;
}

.line-text1::after {
    position: absolute;
    content: '';
    width: 230px;
    height: 1px;
    top: 10px;
    left: 0;
    background: #E3E9ED;
    z-index: 1;
}

label.form-check-label {

    display: flex;
    align-items: center !important;
}

.form-group.form-check p {
    font-size: 14px !important;
    line-height: 30px;
    margin-bottom: 0px;
}

.form-group.form-check {
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: baseline;
}

.password_eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #adadad;
    z-index: 9;
}


a.g-btn {
    background: #f26356;

}

a.fb-btn {
    background: #1877F2;

}

.social-accnt{
    display: block;
}
.social-accnt a {
    border-radius: 8px;
    color: #fff;
    padding: 15px 0px;
    display: flex;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 500;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #dadce0;
}

.social-accnt a:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

.login-accnt h1 {
    line-height: 40px;
}
/*sk 30-oct-24*/
/*
.log-in a.fb-btn.login-gg.fb-btn {
    background: #4CCE5F;
}
*/

/* 1jan2025///////////////////////////////////////////////////////////////// */


.form-group{
    position: relative;
   
}

input:focus{
    border-color: dodgerblue;
}

label{
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 0 5px;
    color: #80868b;
    transition: all .3s ease-in-out;
    font-size: 16px;
}


.isEmpty + label{
    top: 0px;
    background-color: white;
    padding: 0 5px;
    color: dodgerblue;
    font-size: 12px; 
}


/* 20jun2025 start  */
.form-control.form-inp-box.move-focus.invalid {
    border-color: #f2392c !important;
}
.form-control.form-inp-box.invalid {
    border-color: #f2392c !important;
}
/* 20jun2025 end  */






@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .login-form {
        max-width: 600px;
        text-align: center;
        padding: 40px 50px;
        border-radius: 25px;
        background: #FFF;
        box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
        margin: auto;
    }

    .login-gg {
        border: 1px solid #E3E9ED;
        padding: 20px 100px;
    }

    .cta {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 5px;
        background: #000;
        display: inline-block;
        max-width: 100%;
        padding: 20px 268px;
        transition: 0s !important;
    }

    a.login-gg {
        width: 100%;
        padding: 15px;
        transition: all 0.3s ease-in-out;
    }

    .line-text::before {
        width: 230px;

    }

    .line-text::after {
        width: 230px;

    }

    .line-text1::before {
        width: 200px;

    }

    .line-text1::after {
        width: 200px;

    }
}

@media only screen and (max-width: 767px) {

    .cta {
        padding: 15px 178px;
    }

    .login-accnt {
        margin-bottom: 25px;
    }

    .form-group.form-check {

        margin-bottom: 20px;
    }

    a.login-gg {
        width: 100%;
        padding: 15px;
    }

    .social-links {
        gap: 20px;
        /* flex-direction: column; */
    }

    .line-text::before {
        width: 190px;
    }

    .line-text::after {
        width: 190px;

    }

    .line-text1::before {
        width: 120px;

    }

    .line-text1::after {
        width: 120px;

    }
}

@media only screen and (max-width: 575px) {

    body {
        font-size: 16px;
    }

    .login-gg {
        border: 1px solid #E3E9ED;
        padding: 14px 37px;
    }

    .login-form {
        max-width: 600;
        text-align: center;
        padding: 20px 20px;
        border-radius: 25px;
        background: #FFF;
        box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
        margin: auto;
    }

    .cta {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 5px;
        background: #000;
        display: inline-block;
        max-width: 100%;
        padding: 15px 148px;
        transition: 0s !important;
    }

    .line-text::before {
        width: 215px;
    }

    .line-text::after {
        width: 215px;
    }

    .line-text1::before {
        width: 100px;

    }

    .line-text1::after {
        width: 100px;

    }

    /* 6jan2025//////////////////////////////////////////////////////////// */

    .form-group.form-check {
        align-items: end;
    }

    .form-group.form-check .small-p {
        text-align: -webkit-right;
    }
    .login-accnt h1{
        font-size: 22px !important;
    }
    .login-accnt p {
        margin-top: 5px !important;
        font-size: 14px !important;
    }

}