/* Registration */
.authentication-page {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.authentication-row {
    height: 100vh;
    overflow-y: auto;
}
.authentication-page::before,
.authentication-page::after  {
    content: '';
    position: absolute;
    height: 100%;
    width: 33%;
    top: 0;
    left: 0;
}
/* .authentication-page::before {
    background: url('../images/registration-left-side.webp') no-repeat;
    background-size: cover;
    background-position: center;
} */
.authentication-page::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.signup-fix-block {
    width: 100%;
    height: 100%;
    padding: 50px;
    position: relative;
}

.signup-fix-block.forgot-password-block .auth-title.text-center h1 {
    padding-bottom: 16px;
}

.col-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}
.col-wrapper .floating_group {
    margin-bottom: 0;
}
.auth-button {
    margin-top: 50px;
}
.auth-left-img { position: relative;}
.auth-left-img .header_logo {
    position: absolute;
    bottom: 60px;
    z-index: 2;
}
.auth-left-img .header_logo img {
    height: 57px;
    padding-left: 40px;
    padding-right: 30px;
}
/* End Registration */

/* OTP Verification */
.digit-group {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.digit-group input {
    width: 54px;
    height: 54px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.pass-wrap {
    display: flex;
    gap: 20px;
}
.expire-otp-cover {
    padding-bottom: 30px;
    margin-top: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BCBCBC;
    gap: 10px;
}
.otp-inner-title { margin-bottom: 24px;}
.otp-inner-title p,
.expire-otp-cover p { 
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0; 
}
.expires-otp-text { color: #C93737;}
.resend-text { font-weight: 600;text-decoration: underline; }
.mobile-otp .expire-otp-cover {
    padding-bottom: 0;
    border-bottom: 0;
}
/*.mobile-otp .resend-  text { text-decoration: none;}*/
.auth-title  { 
    padding-bottom: 30px;
}
.auth-title p {
    color: #292929;
    font-size: 18px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 0;
}
.auth-title p a {
    color: #161717;
}
.verify-btn button {
    min-width: 276px;
}
/* End OTP Verification */

/* Login Page */
.login .col-wrapper .floating_group,
.reset-password .col-wrapper .floating_group { margin-bottom: 24px;}
.forget-password-link {
    text-align: right;
    margin-top: 16px;
}
.forget-password-link a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
/* End Login Page */

.auth-mobile-logo { display: none;}
@media only screen and (max-width: 1366px) { 
    .login .modal_matirial_form {
        max-width: 520px;
    }
    .login .col-wrapper,
    .forgot-password .col-wrapper,
    .reset-password .col-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .auth-left-img .header_logo {
        bottom: 50px;
    }
}
@media only screen and (max-width: 1200px) { 
    /* Registration */
    .signup-fix-block {
        padding: 40px;
    }
    .auth-title {
        padding-bottom: 25px;
    }
    .auth-title p {
        font-size: 17px;
    }
    .col-wrapper {
        gap: 20px;
    }
    .auth-button {
        margin-top: 40px;
    }
    .auth-left-img .header_logo {
        bottom: 40px;
    }
    .auth-left-img .header_logo img {
        padding-left: 25px;
        padding-right: 30px;
    }
    /* End Registration */

    /* OTP Verification */
    .otp-inner-title {
        margin-bottom: 20px;
    }
    .otp-inner-title p, .expire-otp-cover p {
        font-size: 17px;
    }
    .expire-otp-cover {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .pass-wrap {
        gap: 18px;
    }
    .digit-group input {
        width: 50px;
        height: 50px;
        font-size: 17px;
    }
    /* End OTP Verification */

    /* Login Page */
    .login .col-wrapper .floating_group,
    .reset-password .col-wrapper .floating_group { margin-bottom: 20px;}
    .login .col-wrapper,
    .forgot-password .col-wrapper,
    .reset-password .col-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .forget-password-link a {
        font-size: 17px;
    }
    .forget-password-link {
        margin-top: 14px;
    }
    /* End Login Page */
}
@media only screen and (max-width: 991px) {  
    /* Registration */
    .auth-left-img { display: none;}
    .auth-mobile-logo {
        display: block;
        position: relative;
        z-index: 2;
        margin: 0 auto 25px;
    }
    .auth-mobile-logo img { max-width: 100%; margin: 0 auto; height: 100%;}
    .auth-title {
        padding-bottom: 20px;
    }
    .auth-title p {
        font-size: 16px;
    }
    .auth-right-content {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .col-wrapper {
        gap: 16px;
    }
    .authentication-page::before, 
    .authentication-page::after {
        width: 100%;
    }
    .authentication-page::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000000 0);
        opacity: 0.5;
    }
    .signup-fix-block {
        padding: 40px 30px;
        background-color: #fff;
        z-index: 2;
        max-width: 740px;
        margin: 0 auto;
        border-radius: 8px;
    }
    .authentication-row { align-items: center;}
    .auth-button {
        margin-top: 30px;
    }
    .col-wrapper .floating_group {
        margin-bottom: 10px;
    }
    /* End Registration */

    /* OTP Verification */
    .otp-inner-title {
        margin-bottom: 16px;
    }
    .otp-inner-title p, .expire-otp-cover p {
        font-size: 16px;
    }
    .expire-otp-cover {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .pass-wrap {
        gap: 16px;
    }
    .digit-group input {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }
    /* End OTP Verification */

    /* Login Page */
    .login .modal_matirial_form ,
    .forgot-password .modal_matirial_form ,
    .reset-password .modal_matirial_form {
        max-width: 100%;
    }
    .login .col-wrapper .floating_group,
    .reset-password .col-wrapper .floating_group { margin-bottom: 16px;}
    .forget-password-link a {
        font-size: 16px;
    }
    .forget-password-link {
        margin-top: 12px;
    }
    /* End Login Page */
}
@media only screen and (max-width: 767px) {
    /* Registration */
    .signup-fix-block {
        padding: 24px;
        max-width: 540px;
    }
    .auth-title {
        padding-bottom: 15px;
    }
    .auth-title p {
        font-size: 15px;
    }
    .auth-button {
        margin-top: 20px;
    }
    .col-wrapper .floating_group {
        margin-bottom: 6px;
    }
    .terms-cover {
        grid-template-columns: repeat(1, 1fr);
    }
    /* End Registration */

    /* OTP Verification */
    .otp-inner-title {
        margin-bottom: 12px;
    }
    .otp-inner-title p, .expire-otp-cover p {
        font-size: 15px;
    }
    .expire-otp-cover {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .pass-wrap {
        gap: 14px;
    }
    .digit-group input {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
    /* End OTP Verification */

    /* Login Page */
    .forget-password-link a {
        font-size: 15px;
    }
    /* End Login Page */
}
@media only screen and (max-width: 575px) {
    /* Registration */
    .signup-form-block {
        padding: 20px 16px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .auth-right-content {
        padding: 12px !important;
    }
    .auth-title {
        padding-bottom: 10px;
    }
    .auth-title p {
        font-size: 14px;
        margin-top: 4px;
    }
    .col-wrapper {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 12px;
    }
    .col-wrapper .floating_group {
        margin-bottom: 4px;
    }
    .auth-button .solid-btn,
    .auth-button button,
    .verify-btn button {
        width: 100%;
        min-height: 48px;
    }
    /* End Registration */

    /* OTP Verification */
    .otp-inner-title p, .expire-otp-cover p {
        font-size: 14px;
    }
    .expire-otp-cover {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pass-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 6px;
        width: 100%;
    }
    .pass-wrap .digit-group,
    .digit-group .pass-wrap {
        width: 100%;
    }
    .pass-wrap input,
    .digit-group .pass-wrap input {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        min-height: 48px;
        height: 48px;
        font-size: 16px;
    }
    .verify-btn button {
        min-width: 100%;
    }
    /* End OTP Verification */

    /* Login Page */
    .forget-password-link a {
        font-size: 14px;
    }
    .login .floating_input,
    .forgot-password .floating_input,
    .reset-password .floating_input,
    .signup-form-block .floating_input,
    .signup-form-block .floating_select {
        min-height: 48px;
        font-size: 16px;
    }
    /* End Login Page */
}
