

/* Start:/auth/sms-auth-styles.css?17620190351767*/
/* Дополнительные стили для SMS авторизации */

.auth-alternative {
    margin-top: 30px;
    text-align: center;
}

.auth-divider {
    position: relative;
    margin: 20px 0;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #e1e8ed;
}

.auth-divider::before {
    left: 0;
}

.auth-divider::after {
    right: 0;
}

.btn-sms {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-sms:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.btn-sms svg {
    transition: transform 0.3s ease;
}

.btn-sms:hover svg {
    transform: scale(1.1);
}

.sms-auth-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-qr {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-qr:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(245, 87, 108, 0.4);
    color: white;
    text-decoration: none;
}

.btn-qr svg {
    transition: transform 0.3s ease;
}

.btn-qr:hover svg {
    transform: scale(1.1);
}


/* End */
/* /auth/sms-auth-styles.css?17620190351767 */
