#header {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/agency-login-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.request-password-reset-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 2rem;
    background-color: rgba(84, 85, 84, 0.8);
    color: #ffffff;
    overflow: auto;
}

.request-password-reset-form .form-header img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.request-password-reset-form .form-header h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.request-password-reset-form .form-header p {
    margin-bottom: 0;
}

.request-password-reset-form .form-body {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.request-password-reset-form button {
    display: block;
    margin: 0 auto;
}