.forgot-password-content {
}

.forgot-password-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.forgot-password-first-column {
    width: 30rem;
    height: 600px;
}

@media only screen and (max-width: 768px) {
    .forgot-password-first-column {
        display: none;
    }
}

.forgot-password-second-column {
    width: 100%;
    height: 600px;
    padding: 5rem;
}

.forgot-password-background-image {
    background-image: url("/o/zest-fe-public-theme/images/zest/accueil-forgot-password.png");
}

.forgot-password-title {
    color: #123086;
}

.forgot-password-form {
    width: 30rem;
}

.forgot-password-button {
    margin: 0;
    min-height: 25px;
    width: 30rem;
    height: 4rem;
    line-height: inherit;
    background-color: #ec671c;
    color: white;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid #ec671c;
}

.forgot-password-button:hover, .forgot-password-button:focus {
    background-color: transparent;
    color: #ec671c;
}

.forgot-password-input {
    display: block;
    width: 100%;
    height: 3.4rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.forgot-password-input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.lfr-alert-container {
    display: none;
}

.alert-success {
    margin-top: 5rem;
    width: 30rem;
}