

/* Start:/local/templates/marketplace/components/bitrix/system.auth.authorize/marketplace/style.css?17839321501821*/
.auth-page {
    min-height: calc(100vh - 220px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.auth-card {
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow:
        0 20px 40px rgba(0,0,0,.08);
}

.auth-header{
    text-align:center;
    margin-bottom:35px;
}

.auth-header h1{
    margin:0 0 10px;
    font-size:32px;
    font-weight:700;
    color:#111827;
}

.auth-header p{
    margin:0;
    color:#6b7280;
    line-height:1.6;
    font-size:15px;
}

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

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

.form-group input{
    width:100%;
    height:52px;
    border:1px solid #d1d5db;
    border-radius:12px;
    padding:0 16px;
    font-size:15px;
    transition:.2s;
    box-sizing:border-box;
}

.form-group input:focus{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.15);
}

.remember{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:24px;
    color:#4b5563;
    font-size:14px;
}

.auth-btn{
    width:100%;
    height:52px;
    border:none;
    border-radius:12px;
    background:#2563eb;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}

.auth-btn:hover{
    background:#1d4ed8;
}

.auth-links{
    margin-top:28px;
    display:flex;
    justify-content:space-between;
    font-size:14px;
}

.auth-links a{
    color:#2563eb;
    text-decoration:none;
}

.auth-links a:hover{
    text-decoration:underline;
}

.auth-error{
    background:#fee2e2;
    color:#b91c1c;
    border-radius:12px;
    padding:14px 16px;
    margin-bottom:20px;
    font-size:14px;
}
/* End */
/* /local/templates/marketplace/components/bitrix/system.auth.authorize/marketplace/style.css?17839321501821 */
