.auth-button {
    outline: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-family: "TBGothicB Std C8";
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    border: 1px solid #fff;
    border-radius: 2em;
    padding: .5em 1em .5em 1em;
    transition: all .3s ease;
}

.auth-button-green {
    background: #28a745;
}

.auth-button-green:hover {
    background: #28a745;
}

.auth-button-blue {
    background: #0099db;
}

.auth-button-blue:hover {
    background: #0099db;
}

.auth-button-gray {
    background: #6c757d;
}

.auth-button-gray:hover {
    background: #6c757d;
}