.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.login-box {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 40px;
    max-width: 528px;
    height: 454px;
    width: 100%;
    text-align: center;
}

.login-box img {
    max-width: 200px;
    margin-bottom: 20px;
}

.login-box form input {
    padding: 15px 20px;
    font-size: 16px;
}

.login-box .btn-login {
    background-color: #f57c00;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    width: 100%;
}

.login-box .forgot-password-container {
    text-align: right;
}

.login-box .forgot-password {
    color: #006bc5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.login-box .terms-privacy {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.login-box .terms-privacy a {
    color: #4b5563;
    text-decoration: none;
    margin: 0 10px;
}

.login-box .terms-privacy a:hover {
    text-decoration: underline;
}

.login-box .email-input-field,
.login-box .password-input-field {
    border: 2px solid #a5a5a5;
    border-radius: 8px;
    height: 49px;
}

#password-field {
    padding-right: 40px; /* Accommodate eye icon */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.input-group .input-group-text {
    border-radius: 8px;
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5; /* Higher z-index */
    padding: 0;
    display: block; /* Ensure it is always displayed */
}

.input-group {
    position: relative;
}

.input-group-text i {
    font-size: 18px;
    cursor: pointer;
}

footer {
    background-color: #ffffff;
    padding: 10px;
}

footer .terms-privacy a {
    color: #4b5563;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 576px) {
    .login-box {
        padding: 20px;
        max-width: 90%;
    }

    .terms-privacy {
        font-size: 10px;
    }

    footer .terms-privacy a {
        font-size: 12px;
    }
}

#password-reset-logo {
    width: 100%;
    max-width: 140px;
    height: auto;
}

#password-reset-label {
    font-size: 24px;
    /* font-weight: 600; */
}

#password-reset-label-info {
    font-size: 14px;
    /* font-weight: 600; */
}

.login-button-label {
    text-transform: capitalize;
    font-weight: 600;
}

/* Modal content */
.modal-success-content {
    background-color: #fff;
    border-radius: 12px;
    width: 528px;
    height: 350px;
    padding: 20px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.modal-backdrop.show {
    opacity: 0.5; /* Or any value you prefer */
}

.modal {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: hidden;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 528px;
    min-height: calc(100vh - 1rem);
}

.modal-header {
    justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
}

.modal-header .icon-container {
    background-color: #fdf0f0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header .icon-container i {
    font-size: 36px;
    color: #ff4d4f;
}

.modal-title {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    margin-top: 20px;
}

.modal-body p {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

label {
    font-size: 12px;
    font-weight: 600;
}

#resend-timer-button {
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    color: #000000de;
    font-weight: 600;
}
#resend-button {
    z-index: 1000;
    position: relative;
    pointer-events: auto;
    cursor: not-allowed;
}

.font-outfit-regular-forgot-password {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.poetsen-one-regular {
    font-family: "Poetsen One", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-transform: capitalize;
}
