


/* Start:/bitrix/components/bitrix/system.auth.authorize/templates/.default/style.css*/
.auth-container {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

h1 {
    margin-top: 0;
    color: #333;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.btn {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.btn:hover {
    background-color: #45a049;
}

.btn-link {
    background: none;
    border: none;
    color: #4CAF50;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px;
}

.btn-link:hover {
    text-decoration: underline;
}

#status-message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

#status-message.error {
    background-color: #ffebee;
    color: #f44336;
    display: block;
}

#status-message.success {
    background-color: #e8f5e9;
    color: #4CAF50;
    display: block;
}

.timer {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
/* End */
/* /bitrix/components/bitrix/system.auth.authorize/templates/.default/style.css */
