.auth-bg {
    background: url("/assets/hunter.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.auth-bg-color {
    background-color: rgba(0, 102, 55, 1);
}

#alertContainer {
    z-index: 11;
}