#eliteregister {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input_error {
    text-align: left;
    font-size: 11px;
    color: #f62d51;
    font-weight: 500;
    margin-bottom: 10px;
}
a.email_sign_up {
    display: inline;
    color: #00c1c8;
}
span.auth-title {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2c79c3;
}
#msform input, #msform textarea {
    margin-bottom: 5px;
}

.text-center.actions-gp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.font-sm {
    font-size: 13px;
}