html {
    font-size: 10.5px;
}

.popover {
  font-size: 1.2rem;
}

.card {
    border-radius: 1rem;
}

.cover-text {
    margin-bottom: 1rem;
}

@media screen and (max-height: 750px) {
    .cover-text {
        margin: 0;
    }
}


.ab-logo {
    width: 100%;
    padding: 0 1em 2em;
    max-width: 40rem;
}

.card-logo {
    font-size: 8em;
    margin: 2.5rem 0 2rem 0;
}

@media screen and (max-height: 650px) {
    .card-logo {
        font-size: 6em;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}

@media screen and (max-height: 550px) {
    .card-logo {
        display: none;
    }
}



.card-button {
    padding: 1.3rem;
}

.card-button .fa {
    vertical-align: -23%;
    font-size: 2.2rem;
    font-weight: 500;
}

.card-button .btn-link:hover {
    text-decoration: none;
}

.card-button span {
    white-space: normal;
}

[class^="auth-form-"],
[class^="auth-switcher-"] {
    display: none;
}

.auth-error,
.auth-error-troubleshooting {
    overflow: hidden;
    white-space: pre-line;
}

.local-sign-in-input {
    border-radius: 0;
    font-size: 2rem;
}

h5, .h5 {
    margin: 0;
    line-height: 2rem;
}

.card.loading:before {
    border-radius: 1rem;
}

.popover.popover-bottom.popover-help {
    top: auto;
    max-width: 150%;
    width: 150%;
    left: -10%;
    display: none;
}

.popover-help .popover-content {
    white-space: pre-wrap;
}

.btn.btn-link:focus {
    outline: none;
}

@keyframes shake {
    35%, 58% {
        transform: translateX(-15px);
    }
    47%, 70% {
        transform: translateX(15px);
    }
    82% {
        transform: translateX(-7px);
    }
    94% {
        transform: translateX(7px);
    }
    0%, 30%, 100% {
        transform: translateX(0);
    }
}

.error {
  animation: shake 0.8s linear;
}

.unsupported-browser-message {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    padding: 50px 100px;
    text-align: center;
}

.unsupported-browser-message h1 {
    color: white;
}

#container {
    max-width: 42rem;
}

.auth-form-sspi button {
    margin-top: 4rem;
}

.auth-form-sspi button h5 {
    margin: 0.5rem;
    font-weight: 600;
}

.auth-switcher-sspi {
    margin-top: 1.5rem;
}

#login_username {
    width: 40%;
}

#help-toggler {
    position: relative;
    white-space: normal;
    width: 60%;
    text-align: right;
}

#signin_button {
    margin: 0.5rem;
    font-weight: 600;
}

.auth-switcher-local {
    margin-top: 1.5rem;
}

.hidden_div {
    display: hidden;
}