

/* Start:/local/components/ths/sms.auth/templates/.default/style.css?17599462413775*/
.sms-auth-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.sms-auth-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 450px;
}

.sms-auth-box h1 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px 0;
    text-align: center;
}

.sms-auth-form {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #e1e8ed;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control.code-input {
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 600;
}

.form-text {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #888;
}

.btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.btn-block {
    width: 100%;
    display: block;
}

.auth-errors {
    margin-bottom: 20px;
}

.auth-error {
    background-color: #fee;
    border-left: 4px solid #f44;
    color: #c33;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
}

.auth-success {
    background-color: #efe;
    border-left: 4px solid #4a4;
    color: #2a2;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

.auth-links {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e1e8ed;
}

.auth-links a {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 10px 0;
    transition: color 0.3s ease;
}

.auth-links a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 480px) {
    .sms-auth-box {
        padding: 30px 20px;
    }
    
    .sms-auth-box h1 {
        font-size: 24px;
    }
    
    .form-control.code-input {
        font-size: 20px;
        letter-spacing: 3px;
    }
}

/* Стили для формы регистрации */
.sms-auth-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-sms-register {
    flex: 1;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-height: 48px;
}

.btn-sms-register:hover {
    background: linear-gradient(135deg, #218838 0%, #1dd1a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
    color: white;
    text-decoration: none;
}

.btn-sms-register svg {
    flex-shrink: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
    .sms-auth-buttons {
        flex-direction: column;
    }

    .btn-sms-register {
        font-size: 14px;
    }
}



/* End */
/* /local/components/ths/sms.auth/templates/.default/style.css?17599462413775 */
