.lost-password-result {
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.lost-password-result a {
    font-size: 18px;
    text-decoration: underline;
}

.lost-password-result a:hover {
    color: var(--sunset);
}

.lost-password-input {
    width: 300px;
}

.lost-password-message {
    font-size: 18px;
    font-weight: bold;
}
