/* ***************************login style ends************************* */

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/login-user-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;

}

.login-page::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05050596;
    height: 100vh;
}

/* .login-page img {
    width: 100%;
    height: 100%;
} */

.log-body h3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.login-label {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.hyper-logo img {
    margin-bottom: 20px;
}

.text-center{
    padding-bottom: 15px !important;
}

.login-container {
    background: #3333332d;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 50% !important;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    bottom: 25px;
    border: 1px solid #fff;
    box-shadow: rgba(203, 202, 202, 0.25) 0px 54px 55px, rgba(240, 236, 236, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 237, 237, 0.17) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px;
}

.login-page .user-login {
    text-align: center;
}

.login-page .user-login img {
    width: 65px;
}

.login-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
}

.login-input:focus {
    color: #e8d8c4;
    background-color: #e8d8c465;
}

.login-page .fg-pass-sec {
    text-align: center;
    font-size: 14px;
}

.login-input::placeholder {
    color: #e8d8c4;
    font-size: 12px;
}

.login-input:focus::placeholder {
    color: #e8d8c4;
}

.login-page .click .btn {
    padding: 10px 10px;
    background: #cb971f;
    border: 1px solid #fff;
    width: 70% !important;
    color: #313131;
    font-weight: bolder;
    /* Initial black color */
    margin-top: 20px;
    border-radius: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: color 0.3s ease, background 0.8s ease;
    /* Smooth color transition */
    position: relative;
    overflow: hidden;
}
.click{
    text-align: center;
}

.login-page .click .btn:hover {
    color: #fff;
    /* Bright white on hover */
    background-color: #4e032d;
}

.login-page .click .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 50% 50%;
    width: 100%;
    height: 0%;
    background: #468903;
    z-index: -1;
    transition: height 0.8s ease;
}

.login-page .click .btn:hover::before {
    height: 180%;
}

.fg-btn {
    background-color: transparent !important;
    box-shadow: none;
    border: navajowhite;
    color: #fff;
    font-size: 16px;
}

.sign-up-sec {
    margin-top: 5px;
}

.sign-btn {
    background: transparent;
    padding: 10px 15px;
    width: 50%;
    border-radius: 50px;
    text-transform: capitalize;
    border: none;
    transition: color 0.3s ease, background 0.8s ease;
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    /* border-bottom: #cb971f 2px solid; */
    /* border: #ffffff 1px solid; */
   
   
}
.sign-btn span{
    color: #fcb103;
    border-bottom: #cb971f 1px solid;
}


.fg-pass-sec button {
    text-transform: capitalize;
}

.hyper-logo img {
    width: 10%;
}

@media (min-width: 1200px) {
    .login-container {
        width: 50% !important;
    }
}

@media (max-width: 1199.98px) {
    .login-container {
        width: 75% !important;
    }
}

@media (max-width: 992px) {
    .login-container {
        text-align: center;
    }

    .hyper-logo img {
        width: 20%;
    }

    .login-label {
        text-align: left;
    }

    .left-img {
        display: none;
    }


}

@media (max-width: 767.98px) {
    .login-container {
        width: 100% !important;
        padding: 1.5rem;
    }
}

/* *************************************login style ends************************************* */


/* ***************************register style ends************************* */

.register-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/login-user-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
    position: relative;

}

.register-page::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05050596;
    height: 100vh;
}

.register-page img {
    width: 100%;
    height: 100%;
}

.register-label h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.register-label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.register-container {
    background: 33333382;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 80%;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    bottom: 30px;
    border: 1px solid #fff;
    width: 50% !important;
    box-shadow: rgba(203, 202, 202, 0.25) 0px 54px 55px, rgba(240, 236, 236, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 237, 237, 0.17) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px;
}

.register-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
    padding: 12px !important;
    font-size: 14px;
}

.register-input:focus {
    color: #e8d8c4;
    background-color: #e8d8c465;
}

.register-input::placeholder {
    color: #e8d8c4;
    font-size: 12px;
}

.register-input:focus::placeholder {
    color: #e8d8c4;
}

.register-btn {
    background-color: #cb971f;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    text-transform: capitalize;
    border-radius: 50px;
    border: none;
    transition: color 0.3s ease, background 0.8s ease;
    border: 1px solid #FFF;
    width: 70% !important;
}

.register-btn:hover {
    color: #fff;
    background-color: #4e032d;
}
.register-button{
    text-align: center;
}
.sign-up-sec {
    margin-top: 5px;
}

.register-page .user-sign-up {
    text-align: center;

}

.register-page .user-sign-up img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.open-login-window {
    background:transparent;
    color: #ffffff;
    padding: 10px 15px;
    width: 50%;
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    transition: color 0.3sease, background 0.8sease;
    transition: 0.8s;

    white-space: nowrap;
}
.open-login-window span{
    color: #cb971f;
    border-bottom: #cb971f 1px solid;
}



.acnt-tx {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .register-container {
        width: 80%;
    }
}

@media (max-width: 1199.98px) {
    .register-container {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .register-container {
        text-align: center;
    }

    .hyper-logo img {
        width: 20%;
    }

    .register-label {
        text-align: left;
    }

    .left-img {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .register-container {
        width: 100% !important;
        padding: 1.5rem;
    }
    .open-login-window {
        width: 70%;
    }
 
}

/* *************************************register style ends************************************* */


/* ***************************fg-password style ends************************* */

.fg-password-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/login-user-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.fg-password-page::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a8;
    height: 100vh;
}

.fg-password-page .user-password {
    text-align: center;
    padding-bottom: 15px;

}

.fg-password-page .user-password img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}


.fg-password-page img {
    width: 100%;

}

.fg-password-label h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.fg-password-label {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.fg-password-container {
    background: #33333382;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 50% !important;
    backdrop-filter: blur(8px);
    max-height: 450px;
    position: relative;
    z-index: 1;
    border: #ffffff 1px solid;
    box-shadow: rgba(203, 202, 202, 0.25) 0px 54px 55px, rgba(240, 236, 236, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 237, 237, 0.17) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px;
}

.fg-password-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
}

.fg-password-input:focus {
    color: #e8e8e8;
    background-color: #e8d8c465;
}

.fg-password-input::placeholder {
    color: #e8d8c4;
    font-size: 12px;
}

.fg-password-input:focus::placeholder {
    color: #e8e8e8;
}

.fg-password-btn {
    background-color: #cb971f;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #fff !important;
    transition: 0.8s;
    width: 70% !important;

}
.fg-password-button{
    text-align: center;
}

.fg-password-btn:hover {
    background-color: #4e032d;
    color: #fff;
}

.sign-up-sec {
    margin-top: 5px;
}

.back-log button {
    color: #fff;
    text-transform: capitalize;
}
.back-log span{
    color: #cb971f;
}

.hyper-logo img {
    width: 10%;
}

@media (min-width: 1200px) {
    .fg-password-container {
        width: 80%;
    }
}

@media (max-width: 1199.98px) {
    .fg-password-container {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .fg-password-container {
        text-align: center;
    }

    .hyper-logo img {
        width: 20%;
    }

    .fg-password-label {
        text-align: left;
    }

    .left-img {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .fg-password-container {
        width: 100% !important;
        padding: 1.5rem;
    }
}

/* *************************************fg-password style ends************************************* */

/* ***************************otp style ends************************* */

.otp-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/login-user-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.otp-page::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a8;
    height: 100vh;
}

.otp-page img {
    width: 100%;
    height: 100%;
}

.otp-page .user-otp {
    text-align: center;
    padding-bottom: 15px;

}

.otp-page .user-otp img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


.otp-label h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.otp-label {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 12px;
}

.otp-container {
    background: #33333382;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 50% !important;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    border: 1px solid #ffff;
    height: 100%;
    box-shadow: rgba(203, 202, 202, 0.25) 0px 54px 55px, rgba(240, 236, 236, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 237, 237, 0.17) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px;
}

.otp-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
    width: 100% !important;
}

.otp-input:focus {
    color: #e8e8e8;
    background-color: #e8d8c465;
}

.otp-input::placeholder {
    color: #e8d8c4;
}

.otp-input:focus::placeholder {
    color: #e8e8e8;
}

.otp-btn {
    background-color: #cb971f;
    color: #313131;
    border: #ffffff 1px solid;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 50px;
    border: none;
    border: 1px solid #fff;
    width: 70% !important;
}

.otp-btn:hover {
    background-color: #4e032d;
    color: #fff;
}
.otp-button{
    text-align: center !important;
}
.sign-up-sec {
    margin-top: 5px;
}

.back-log button {
    color: #fff;
    text-transform: capitalize;
}

.hyper-logo img {
    width: 10%;
}
.otp-page .input-one{
    position: relative;
}
.otp-page .forget-icon{
    position: absolute;
    top: 50px;
    right: 15px;
}
/*  */
.otp-page .input-two{
    position: relative;
}
.otp-page .forget-icon{
    position: absolute;
    top: 50px;
    right: 15px;
}
.forget-icon i{
    color: #ffffff;
}



@media (min-width: 1200px) {
    .otp-container {
        width: 80%;
    }
}

@media (max-width: 1199.98px) {
    .otp-container {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .otp-container {
        text-align: center;
    }

    .hyper-logo img {
        width: 20%;
    }

    .otp-label {
        text-align: left;
    }

    .left-img {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .otp-container {
        width: 100% !important;
        padding: 1.5rem;
    }
}

/* *************************************otp style ends************************************* */

/*********************************************************************

   CSS FOR LOGIN PAGE 

  *********************************************************************/


.textbox-background-error {

    background: #fd5757;
}

.textbox-background-ok {

    background: transparent;
}

.dont-show-disable:disabled {
    opacity: 1;
    cursor: pointer;
    color: inherit;
    /* Or specify the exact color, e.g., color: #fff; */
    background-color: grey;
    /* Or specify the exact background color */
    border-color: inherit;
    /* Or specify the exact border color */
    box-shadow: none;
}

.error-message-container {
    position: relative;
    height: 50px !important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}

.success-message {
    display: none;
    /* Initially hidden */
    background-color: #c6fac6;
    /* Light red background */
    color: #008b00;
    /* Dark red text */
    border: 2px solid #008b00;
    /* Bright red border */
    padding: 6px;
    position: fixed;
    /* Make the div float */
    top: 100px;
    /* Distance from the top of the screen */
    right: 10px;
    /* Distance from the right of the screen */
    font-weight: bold;
    /* Bold text */
    border-radius: 5px;
    z-index: 1100;
    /* Ensure it's on top of other elements */
    text-align: center;
    width: auto;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: a subtle shadow */
    padding-right: 35px !important;
    padding-left: 25px !important;
}


.error-message {
    display: none;
    /* Initially hidden */
    background-color: #f8d7da;
    /* Light red background */
    color: #721c24;
    /* Dark red text */
    border: 2px solid #f5c6cb;
    /* Bright red border */
    padding: 6px;
    position: fixed;
    /* Make the div float */
    top: 100px;
    /* Distance from the top of the screen */
    right: 10px;
    /* Distance from the right of the screen */
    font-weight: bold;
    /* Bold text */
    border-radius: 5px;
    z-index: 1100;
    /* Ensure it's on top of other elements */
    text-align: center;
    width: auto;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: a subtle shadow */
    padding-right: 35px !important;
    padding-left: 25px !important;
}

.close-button {
    position: absolute;
    top: 3px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #721c24;
    cursor: pointer;

}

.close-button:hover {
    color: #d9534f;
    /* Change close button color on hover */
}


/*********************************************************************

    CSS FOR LOGIN PAGE END

  *********************************************************************/