body {
    background: #efefef47;
}

#page-container {
    margin-top: 80px;
    background-color: white;
    max-width: 335px; /* ensure form fields line up with recaptcha */
    min-width: 330px;
}

.login-v2 .login-content .alert {
    margin: 0 0 5px 0 !important;
}

.login-v2 .login-content p {
    color: #fff;
}

.logged-out .logo {
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width: 500px) {
    .login-v2 .login-content {
        padding: 50px 0 !important;
    }
}

.g-recaptcha {
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
}
