.form-success {
    margin-bottom: 14px;
    padding: 11px 13px;
    border-radius: 10px;
    color: #176b3a;
    background: #eaf8ef;
    font-size: 13px;
    font-weight: 600;
}

.auth-text {
    margin: -4px 0 22px;
    color: #6d6d6d;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.auth-form .button + .button {
    margin-top: 0;
}

.auth-secondary-link {
    display: block;
    margin-top: 14px;
    color: #6d6d6d;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}
