.forgotPassword.banner {
    background-color: rgba(0, 0, 0, 0.7);
}

.forgotPassword.banner::after {
    background-image: url("/img/cookies/cookies.jpg");
}

.fatherOfAll > *:not(svg) {
    padding: 3em 0;
}

/* Custom Page */
body form.form {
    margin-top: 2em;
    padding-bottom: 2.5em;
}

input {
    max-width: 500px;
}

.confirm {
    margin-top: 10px;
}