/* ***************************login style ends************************* */

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page img {
    width: 100%;
    height: 100%;
}

.log-body h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.login-label {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.hyper-logo img {
    margin-bottom: 20px;
}

.login-container {
    background: #00000082;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 80%;
    backdrop-filter: blur(8px);
}

.login-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
}

.login-input:focus {
    color: #6d2932;
    background-color: #e8d8c4;
}

.login-input::placeholder {
    color: #e8d8c4;
}

.login-input:focus::placeholder {
    color: #6d2932;
}

.login-btn {
    background-color: #6d2932;
    color: #e8d8c4;
    font-size: 18px;
    font-weight: 400;
}

.login-btn:hover {
    background-color: #561c24;
    color: #e8d8c4;
}

.sign-up-sec {
    margin-top: 20px;
}

.sign-up-sec button {
    border-bottom: 2px solid #e8d8c4;
    text-transform: capitalize;
    color: #e8d8c4;
    padding: 10px 40px;
    font-size: 20px;
}

.sign-up-sec button:active {
    border: none !important;
}

.sign-up-sec button:hover {
    background-color: #6d2932 !important;
    color: #e8d8c4;
}

.fg-pass-sec button {
    color: #e8d8c4;
    text-transform: capitalize;
}

.hyper-logo img{
    width: 10%;
}

@media (min-width: 1200px) {
    .login-container {
        width: 80%;
    }
}

@media (max-width: 1199.98px) {
    .login-container {
        width: 75%;
    }
}

@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%;
        padding: 1.5rem;
    }
}

/* *************************************login style ends************************************* */


/* ***************************register style ends************************* */

.register-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(../images/register-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 18px;
}

.register-container {
    background: #000000a8;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 80%;
    backdrop-filter: blur(8px);
}

.register-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
}

.register-input:focus {
    color: #6d2932;
    background-color: #e8d8c4;
}

.register-input::placeholder {
    color: #e8d8c4;
}

.register-input:focus::placeholder {
    color: #6d2932;
}

.register-btn {
    background-color: #6d2932;
    color: #e8d8c4;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.register-btn:hover {
    background-color: #561c24;
    color: #e8d8c4;
}

.sign-up-sec {
    margin-top: 20px;
}

.sign-up-sec button {
    border-bottom: 2px solid #e8d8c4;
    text-transform: capitalize;
    color: #e8d8c4;
    padding: 10px 40px;
    font-size: 20px;
}

.sign-up-sec button:active {
    border: none !important;
}

.sign-up-sec button:hover {
    background-color: #6d2932 !important;
    color: #e8d8c4;
}

.hyper-logo img{
    width: 10%;
}

@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%;
        padding: 1.5rem;
    }
}

/* *************************************register style ends************************************* */


/* ***************************fg-password style ends************************* */

.fg-password-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(../images/fg-password-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fg-password-page img {
    width: 100%;
    max-height: 265px;
}

.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: #000000a8;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 80%;
    backdrop-filter: blur(8px);
    max-height: 420px;
}

.fg-password-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
}

.fg-password-input:focus {
    color: #6d2932;
    background-color: #e8d8c4;
}

.fg-password-input::placeholder {
    color: #e8d8c4;
}

.fg-password-input:focus::placeholder {
    color: #6d2932;
}

.fg-password-btn {
    background-color: #6d2932;
    color: #e8d8c4;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.fg-password-btn:hover {
    background-color: #561c24;
    color: #e8d8c4;
}

.sign-up-sec {
    margin-top: 20px;
}

.sign-up-sec button {
    border-bottom: 2px solid #e8d8c4;
    text-transform: capitalize;
    color: #e8d8c4;
    padding: 10px 40px;
    font-size: 20px;
}

.sign-up-sec button:active {
    border: none !important;
}

.sign-up-sec button:hover {
    background-color: #6d2932 !important;
    color: #e8d8c4;
}

.back-log button {
    color: #fff;
    text-transform: capitalize;
}

.back-log button:hover {
    color: #e8d8c4;
    border-bottom: 2px solid #e8d8c4;
}

.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%;
        padding: 1.5rem;
    }
}

/* *************************************fg-password style ends************************************* */

/* ***************************otp style ends************************* */

.otp-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(../images/otp-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.otp-page img {
    width: 100%;
    max-height: 265px;
}

.otp-label h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.otp-label {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.otp-container {
    background: #000000a8;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 80%;
    backdrop-filter: blur(8px);
    max-height: 420px;
}

.otp-input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #e8d8c4;
    box-shadow: none !important;
}

.otp-input:focus {
    color: #6d2932;
    background-color: #e8d8c4;
}

.otp-input::placeholder {
    color: #e8d8c4;
}

.otp-input:focus::placeholder {
    color: #6d2932;
}

.otp-btn {
    background-color: #6d2932;
    color: #e8d8c4;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.otp-btn:hover {
    background-color: #561c24;
    color: #e8d8c4;
}

.sign-up-sec {
    margin-top: 20px;
}

.sign-up-sec button {
    border-bottom: 2px solid #e8d8c4;
    text-transform: capitalize;
    color: #e8d8c4;
    padding: 10px 40px;
    font-size: 20px;
}

.sign-up-sec button:active {
    border: none !important;
}

.sign-up-sec button:hover {
    background-color: #6d2932 !important;
    color: #e8d8c4;
}

.back-log button {
    color: #fff;
    text-transform: capitalize;
}

.back-log button:hover {
    color: #e8d8c4;
    border-bottom: 2px solid #e8d8c4;
}

.hyper-logo img{
    width: 10%;
}

@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%;
        padding: 1.5rem;
    }
}

/* *************************************otp style ends************************************* */