/* Блоки входа/регистрации по SMS на странице «Мой аккаунт» */

.wspf-auth-divider {
    margin: 1.25em 0;
    text-align: center;
}

.wspf-auth-divider span {
    display: inline-block;
    padding: 0 0.5em;
    color: #777;
    font-size: 0.95em;
}

.wspf-auth-sms-block {
    margin-top: 1em;
    padding: 1em 0;
    border-top: 1px solid #eee;
}

.wspf-auth-sms-title {
    font-weight: 600;
    margin-bottom: 0.75em;
}

.wspf-auth-sms-block .form-row {
    margin-bottom: 1em;
}

.wspf-auth-sms-block .form-row label {
    display: block;
    margin-bottom: 0.25em;
}

.wspf-auth-sms-block .button + .button {
    margin-left: 0.5em;
}

.wspf-auth-message {
    margin-top: 0.75em;
    padding: 0.5em;
    border-radius: 3px;
    font-size: 0.95em;
}

.wspf-auth-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wspf-auth-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wspf-auth-code-row.visible {
    display: block !important;
}

.wspf-auth-submit-sms.visible {
    display: inline-block !important;
}

.wspf-auth-send-code.hidden {
    display: none !important;
}
