.btn-primary {
    background: #3C3C3B;
    font-size: 16px;
    line-height: 36px;
    padding-top: 0;
    height: 36px;
    color: #FFFFFF;
    border: unset;
}

.btn-primary:hover {
    background: #3C3C3B;
    box-shadow: inset 0 0 4px 500px rgba(0, 0, 0, 0.25);
}

.control-label {
    font-size: 16px;
    line-height: 25px;
    color: #575753;
    font-weight: normal;
}

.required {
    color: #CB2915;
}

/* #kc-form-options contains options such "Remember me", ... */
/* .elas-form-options-wrapper contains links such as "Forgot Password?", "Back to Login", ... */

.elas-form-options-wrapper {
    text-align: center;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-form-buttons {
    margin-top: 20px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    /* Removes the margin from the last element inside a form group */
    margin-bottom: 0;
}
