

/* Start:/sms-auth.css?17697194371265*/
/* /sms-auth.css */
.sms-auth-container {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sms-auth-title {
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.sms-auth-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.auth-options {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.option-card {
    padding: 25px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s;
}

.option-card:hover {
    border-color: #007bff;
}

.phone-input-group {
    display: flex;
    gap: 10px;
}

.phone-input-group input {
    flex: 1;
}

.sms-code-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.auth-divider {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.auth-divider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
}

.auth-divider span {
    background: #fff;
    padding: 0 15px;
    color: #666;
    position: relative;
    z-index: 1;
}

.sms-timer {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}
/* End */
/* /sms-auth.css?17697194371265 */
