.password-reset {
    font-size: 30px !important;
    font-weight: bold !important;
    padding: 0 !important;
    color: #22BA9E !important;
}

.forgot-hr {
    border-bottom: 5px solid #22BA9E !important;
    opacity: 1 !important;
    margin: 10px auto 20px auto !important;
    margin-bottom: 0px !important;
    width: 900px;
    color: #22BA9E !important;
    font-weight: bold !important;
}

.ec-forgotRole__intro {
    font-size: 16px;
    margin-top: 2%;
    margin-left: 95px;
}

/* Center the email input container */
.ec-forgotRole__form .ec-input {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.forgot-input {
    width: 100%;
    max-width: 600px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
}

/* Center the submit button container */
.ec-off4Grid__cell {
    display: flex;
    justify-content: center;
    width: 100%;
}

.forgot-button {
    display: block;
    margin: 40px auto;
    width: 310px;
    height: 60px;
    border-radius: 60px;
    background-color: #E1E6EF;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.forgot-button:not([disabled]) {
    background-color: #22BA9E !important;
}

#login_email {
    width: 595px !important;
    height: 55px !important;
}

.login-screen {
    width: 203px;
    height: 50px;
    border-radius: 55px;
    font-weight: bold;
    font-size: 20px;
    background: #22BA9E;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    margin: 0 auto;
}

.forgot-description {
    font-size: 16px !important;
}

.forgot-help-text {
    font-size: 14px;
    color: #3F444D;
    line-height: 1.6;
}

.forgot-help-text p {
    margin: 0;
}

.forgot-button-index {
    width: 203px !important;
    height: 50px !important;
    font-size: 20px !important;
}

/* Responsive Design for Forgot Password */
@media only screen and (max-width: 768px) {
    .forgot-hr {
        width: 90% !important;
    }

    .ec-forgotRole__intro {
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }

    .ec-forgotRole__form .ec-input {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .forgot-input {
        width: 100% !important;
    }

    #login_email {
        width: 100% !important;
    }

    .forgot-button,
    .forgot-button-index {
        margin: 30px auto !important;
    }

    .ec-pageHeader {
        padding: 0 20px;
    }
}

.forgot-help-text {
    color: #1B1F27;
    font-size: 16px;
    margin-top: -20px;
}

@media only screen and (max-width: 768px) {
    .forgot-help-text {
        margin-top: -15px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 480px) {
    .forgot-hr {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .ec-forgotRole__intro {
        padding: 0 15px;
    }

    .ec-forgotRole__form .ec-input {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .forgot-input {
        width: 100% !important;
    }

    #login_email {
        width: 100% !important;
    }

    .forgot-button,
    .forgot-button-index {
        margin: 20px auto !important;
    }

    .ec-pageHeader {
        padding: 0 15px;
    }

    .row {
        padding: 0 15px;
    }

    .forgot-help-text {
        margin-top: -10px;
        padding: 0 15px;
    }
}