

/* Start:/local/templates/nspd/template_styles.css?17855895127598*/
html, body { margin: 0; min-height: 100%; }
*, *::before, *::after { box-sizing: border-box; }
.nspd-body { background: #eef3f9; }
.nspd-body.is-authorized { overflow: hidden; background: #fff; }
#panel:empty { display: none; }

.nspd-auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px;
    overflow: hidden;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #14213a;
    background: #eef3f9;
}

.nspd-auth-shell {
    width: min(940px, 100%);
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(290px, .9fr) minmax(400px, 1.1fr);
    overflow: hidden;
    border: 1px solid #d7e0ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(30, 52, 82, .13);
}

.nspd-auth-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 44px 42px 38px;
    overflow: hidden;
    color: #fff;
    background: #142744;
}

.nspd-auth-intro::before,
.nspd-auth-intro::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.nspd-auth-intro::before {
    width: 220px;
    height: 220px;
    right: -102px;
    top: 106px;
    border: 46px solid rgba(87, 146, 232, .13);
    border-radius: 50%;
}

.nspd-auth-intro::after {
    width: 130px;
    height: 130px;
    left: -74px;
    bottom: 54px;
    border: 1px solid rgba(255, 255, 255, .13);
    transform: rotate(45deg);
}

.nspd-auth-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.nspd-auth-mark,
.nspd-auth-mobile-mark {
    position: relative;
    overflow: hidden;
    display: block;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .42);
    background: #fff;
}

.nspd-auth-mark::before,
.nspd-auth-mobile-mark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5d98ed;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.nspd-auth-intro-copy {
    position: relative;
    z-index: 1;
    margin: auto 0;
}

.nspd-auth-intro h1 {
    max-width: 330px;
    margin: 0;
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 690;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.nspd-auth-intro-copy p {
    max-width: 320px;
    margin: 22px 0 0;
    color: #bdcbe0;
    font-size: 15px;
    line-height: 1.65;
}

.nspd-auth-caption {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #8fa3bf;
    font-size: 12px;
    line-height: 1.4;
}

.nspd-auth-card {
    display: grid;
    place-items: center;
    min-width: 0;
    padding: 46px 54px;
    background: #fff;
}

.nspd-auth-card-inner { width: min(100%, 380px); }
.nspd-auth-mobile-mark { display: none; border-color: #bcc8d8; background: #fff; }
.nspd-auth-mobile-mark::before { background: #2864dc; }

.nspd-auth-card h2 {
    margin: 0;
    color: #12203a;
    font-size: 30px;
    font-weight: 690;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.nspd-auth-card-inner > p {
    margin: 12px 0 30px;
    color: #6b7890;
    font-size: 14px;
    line-height: 1.55;
}

.nspd-auth-form form,
.nspd-auth-form table,
.nspd-auth-form tbody { display: block; width: 100% !important; }
.nspd-auth-form tr { display: flex; width: 100%; }
.nspd-auth-form td { padding: 0; color: #293953; font-size: 13px; font-weight: 620; line-height: 1.4; }
.nspd-auth-form tr:nth-child(1),
.nspd-auth-form tr:nth-child(2),
.nspd-auth-form tr:nth-child(4),
.nspd-auth-form tr:nth-child(5),
.nspd-auth-form tr:nth-child(6) { display: block; }
.nspd-auth-form tr:nth-child(1) td,
.nspd-auth-form tr:nth-child(2) td,
.nspd-auth-form tr:nth-child(4) td,
.nspd-auth-form tr:nth-child(5) td,
.nspd-auth-form tr:nth-child(6) td { display: block; width: 100%; }
.nspd-auth-form tr:nth-child(2) { margin-top: 18px; }

.nspd-auth-form input { font: inherit; }
.nspd-auth-form input[type="text"],
.nspd-auth-form input[type="password"] {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 7px;
    padding: 0 14px;
    border: 1px solid #c8d2df;
    border-radius: 8px;
    outline: none;
    color: #15233c;
    background: #fff;
    font-size: 15px;
    font-weight: 450;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.nspd-auth-form input[type="text"]:hover,
.nspd-auth-form input[type="password"]:hover { border-color: #9eb0c6; }
.nspd-auth-form input[type="text"]:focus,
.nspd-auth-form input[type="password"]:focus {
    border-color: #2864dc;
    box-shadow: 0 0 0 3px rgba(40, 100, 220, .12);
}

.nspd-auth-form tr:nth-child(3) {
    align-items: center;
    gap: 9px;
    margin: 17px 0 23px;
}
.nspd-auth-form tr:nth-child(3) td { width: auto !important; font-size: 13px; font-weight: 500; }
.nspd-auth-form tr:nth-child(3) td:first-child { display: flex; align-items: center; }
.nspd-auth-form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    border: 1px solid #afbccd;
    border-radius: 4px;
    accent-color: #2864dc;
    cursor: pointer;
}
.nspd-auth-form label { color: #4d5d75; cursor: pointer; }

.nspd-auth-form input[type="submit"] {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #2864dc;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 7px 16px rgba(40, 100, 220, .2);
    transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.nspd-auth-form input[type="submit"]:hover { background: #1f56c2; box-shadow: 0 9px 20px rgba(40, 100, 220, .25); }
.nspd-auth-form input[type="submit"]:active { transform: translateY(1px); box-shadow: 0 4px 10px rgba(40, 100, 220, .2); }
.nspd-auth-form input[type="submit"]:focus-visible { outline: 3px solid rgba(40, 100, 220, .22); outline-offset: 2px; }

.nspd-auth-form tr:nth-child(5) { margin-top: 25px; }
.nspd-auth-form tr:nth-child(6) { margin-top: 10px; }
.nspd-auth-form tr:nth-child(5) br { display: none; }
.nspd-auth-form a {
    color: #4f6078;
    font-size: 13px;
    font-weight: 520;
    line-height: 1.4;
    text-decoration: none;
    transition: color .16s ease;
}
.nspd-auth-form a:hover { color: #2864dc; text-decoration: underline; text-underline-offset: 3px; }
.nspd-auth-form .errortext {
    display: block;
    margin: 0 0 18px;
    padding: 11px 12px;
    border: 1px solid #f2c5c5;
    border-radius: 7px;
    color: #a72c2c;
    background: #fff4f4;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .nspd-auth-page { padding: 22px; align-items: center; }
    .nspd-auth-shell { width: min(100%, 480px); min-height: 0; display: block; border-radius: 16px; }
    .nspd-auth-intro { display: none; }
    .nspd-auth-card { padding: 42px 38px; }
    .nspd-auth-mobile-mark { display: block; margin-bottom: 30px; }
}

@media (max-width: 480px) {
    .nspd-auth-page { min-height: 100dvh; padding: 0; place-items: stretch; background: #fff; }
    .nspd-auth-shell { width: 100%; min-height: 100dvh; border: 0; border-radius: 0; box-shadow: none; }
    .nspd-auth-card { min-height: 100dvh; padding: 34px 24px; place-items: center; }
    .nspd-auth-card h2 { font-size: 28px; }
    .nspd-auth-card-inner > p { margin-bottom: 27px; }
}

@media (prefers-reduced-motion: reduce) {
    .nspd-auth-form input,
    .nspd-auth-form a { transition: none; }
}

/* End */
/* /local/templates/nspd/template_styles.css?17855895127598 */
