body {
    font-family: Open Sans;
}

.forgot-password-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
}

.forgot-password-header a {
    margin-right: auto;
    /* Push the img to the left */
}

.forgot-password-header h1 {
    margin: 0;
    /* Remove default margin */
}

.forgot-password-container {
    display: flex;
    padding: 48px 88px;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    background: var(--white, #FFF);
    width: 435px;
    /* shadoe backlog box */
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
}

.forgot-password-form-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.input-field-email-container-forgot-password {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(220, 220, 220);
    height: 48px;
    margin-bottom: 28px;
    width: 350px;
}


.forgot-password-text {
    text-align: center;
    color: #000;
    text-align: center;
    /* Version 2/t5 */
    font-family: Open Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 27.6px */
}

.title-margin-bottom-forgot-password {
    display: flex;
    height: 1px;
    width: 100px;
    margin-bottom: 8px;
    border-bottom: 3px solid rgb(69, 137, 255);
    align-items: center;
}

.forgot-password-header-container {
    display: flex;
    margin-right: 83px;
    width: 100%;
}

.link-back-login {
    margin-right: 50px;
    margin-bottom: 22px;
}

.reset-password-header-container {
    display: flex;
    width: 100%;
    margin-right: 75px;
}

.reset-password-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
}

.link-back-login-reset-password {
    margin-right: 83px;
}

.reset-password-header h1 {
    margin: 0;
}

.reset-password-header a {
    margin: auto;
}

.sign-up-button {
    text-decoration: none;
}

.reset-password-message-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 80px;
}

.message-reset-password {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 350px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    color: black;
    z-index: 50;
}
