.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.text-light {
    color: #f8f9fa!important;
}

@keyframes spinner-border {
    to { transform: rotate(360deg) }
}

.login-button {
    font-family: 'Nunito', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.0;
    font-stretch: normal;
    width: 100%;
    border-width: 0;
    border-radius: 20px;
    border-color: rgb(70, 160, 73);
    background: rgb(70, 160, 73);
    letter-spacing: 0.96px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 #008000;
    margin-top: 20px;
    font-size: 12px;
    height: 40px;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}