button.social-login-button {
    border: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.social-login-button i {
    margin-right: 0.25rem;
    display: inline-block;
    vertical-align: top;
    margin-top: -0.03rem;
}


.auth-form-wrapper {
    width: 380px;
    position: relative;

}

.auth-form-wrapper .busy-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
    opacity: 0.5;
    pointer-events: auto;
}

.auth-form-wrapper.busy .busy-overlay {
    display: flex;
}

.busy-overlay .busy-indicator {
    display: block;
    height: 2rem;
    width: 2rem;
}

#google-login {
    background-color: #e54939;
}

#google-login:hover {
    background-color: #d03e2f;
}

#facebook-login {
    background-color: #4367b1;
}

#facebook-login:hover {
    background-color: #365a8c;
}