﻿/* Applies background to Login, Forgot Password, Reset Password, Set Password, Password Expired pages  */
#content {
    background-image: url("../images/PasswordRelatedPageBackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-fill {
    height: 0.1rem;
}