.loginButton {
    font-family: open_sansregular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 15px;
    font-weight: 600;

    color: #0063a3;
    background-color: transparent;
    border: 2px solid #0063a3;
    padding: 0.5rem 1.3rem;
    border-radius: .25rem;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.loginButton:hover {
    background-color: #0063a326;
    cursor: pointer;
}

.loginButton:active {
    color: #00548a;
    background-color: #0063a333;
    border-color: #00548a;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 163, .5)
}

.loginError {
    font-family: open_sansregular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #252a2e;
    line-height: 1.5;
    overflow: hidden;
}
