* {
    box-sizing: border-box
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    color: #222;
    background: #f6f8fb
}

.layout.without-nav-sidebar {
    padding: 40px 20px
}

.ss-section-inner .container {
    max-width: 1100px;
    margin: 0 auto
}

.ss-ls-navbar {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 12px;
    align-items: center
}

.ss-ls-navbar p {
    margin: 0;
    color: #444;
    font-size: 14px
}

.ss-ls-navbar .btn {
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px
}

.ss-ls-logobar {
    text-align: center;
    margin-bottom: 12px
}

.ss-ls-logobar .ss-width-auto {
    height: 34px;
    display: inline-block
}

.ss-ls-wrapper {
    width: 53rem;
    min-height: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 .8rem 28px rgba(0, 0, 0, 0.08);
    overflow: visible
}

.ss-ls-row {
    display: flex;
    gap: 18px;
    align-items: stretch
}

.ss-ls-left {
    flex: 0 0 48%;
    height: 580px;
    max-width: 48%;
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden
}

.ss-ls-slider-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.ss-ls-slider {
    width: 100%;
    height: 100%
}

.ss-ls-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px
}

.ss-ls-slide-content {
    width: 100%
}

.ss-ls-slide-img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 18px
}

.ss-ls-slide-img img {
    width: 80%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    box-shadow: 0 6px 18px rgba(12, 20, 30, 0.06);
    margin: 0 auto;
    background: #fff;
    padding: 18px
}

.client-panel {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.client-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
    pointer-events: none
}

.client-panel-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.client-logo-wrap {
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    z-index: 3
}

.client-logo {
    height: 34px;
    max-width: 85%
}

.client-panel-body {
    text-align: center;
    padding: 0 20px
}

.client-headline {
    color: #fff;
    font-size: 22px;
    font-weight: 520;
    margin: 0;
    padding: 12px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.45)
}

.ss-ls-right {
    flex: 0 0 52%;
    max-width: 52%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.heading-block {
    text-align: center;
    margin-bottom: 78px;
    margin-top: 0
}

.title {
    font-size: 19px;
    margin: 0 0 6px;
    font-weight: 520
}

.subtitle {
    color: #b0b6bd;
    margin: 0;
    font-size: 14px
}

.ss-ls-r-step-fields {
    max-width: 480px;
    margin: 0 auto
}

.form-group {
    margin-bottom: 14px;
    position: relative
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #d6d9dd;
    background: #fff;
    font-size: 14px;
    color: #222;
    outline: none;
    transition: box-shadow .12s ease, border-color .12s ease, background .12s ease
}

.form-control::placeholder {
    color: #a7adb3
}

.form-control:hover .form-control:focus {
    box-shadow: 0 8px 24px rgba(32, 45, 60, 0.04);
    border-color: #bfcbe0
}

.with-icon-right {
    position: relative
}

.ss-password-toggle {
    position: absolute;
    right: 12px;
    top: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #6b5667
}

.ss-link-normal {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px
}

.captcha-group {
    margin-top: 18px;
    position: relative
}

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

.captcha-question {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600
}

#captcha-tooltip {
    display: none;
    color: #d32f2f;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    font-size: 13px
}

.ss-checkradio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333
}

.ss-checkradio input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin: 0;
    flex: 0 0 22px
}

.ss-checkradio .ss-checkradio-text {
    flex: 1;
    color: #333;
    display: inline-block
}

.ss-checkradio .ss-checkradio-ui {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #cfd6dd;
    display: inline-block
}

.ss-checkradio-line label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.ss-ls-r-step-top {
    width: 100%;
    transition: height .18s ease, padding .18s ease;
    min-height: 56px;
    display: flex;
    align-items: flex-start
}

.alert {
    margin: 0;
    width: 100%
}

.login-error {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff3f3;
    border: 1px solid #f1c0c0;
    padding: 10px;
    border-radius: 8px
}

.login-error-body {
    flex: 1;
    margin-right: 8px
}

.alert-close {
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer
}

#password-message {
    position: absolute;
    left: 12px;
    bottom: -20px;
    font-size: 13px;
    color: #1b5e20;
    line-height: 1;
    opacity: 1;
    transition: opacity .18s ease;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#password-message:empty .ss-ls-r-step-submit {
    margin-top: 12px
}

.btn-primary.btn-block,
.btn-primary.btn-block:focus {
    background: linear-gradient(180deg, #4CAF50, #43A047);
    border: 0;
    color: #fff;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(67, 160, 71, 0.12);
    width: 100%
}

.btn-primary.btn-block.disabled {
    opacity: .6;
    pointer-events: none
}

.pw-strength-wrap {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .18s ease, opacity .18s ease;
    margin-top: 8px
}

.pw-strength-wrap.active {
    height: 40px;
    opacity: 1
}

.pw-strength-bar {
    width: 100%;
    height: 8px;
    background: #eef2f6;
    border-radius: 8px;
    overflow: hidden
}

.pw-strength-fill {
    height: 100%;
    width: 0;
    transition: width .25s ease, background .25s ease;
    border-radius: 8px
}

.pw-strength-fill.s0 {
    background: #ef9a9a
}

.pw-strength-fill.s1 {
    background: #ffb74d
}

.pw-strength-fill.s2 {
    background: #ffd54f
}

.pw-strength-fill.s3 {
    background: #aed581
}

.pw-strength-fill.s4 {
    background: #7cb342
}

.pw-strength-fill.s5 {
    background: #388e3c
}

.pw-strength-text {
    margin-top: 6px;
    font-size: 13px;
    color: #3b3b3b;
    min-height: 16px
}

.text-right {
    text-align: right
}

@media (max-width:980px) {
    .ss-ls-row {
        flex-direction: column
    }

    .ss-ls-left,
    .ss-ls-right {
        max-width: 100%;
        flex: 1 1 100%
    }

    .ss-ls-left {
        height: 260px
    }

    .client-panel {
        border-radius: 10px
    }

    .heading-block {
        margin-bottom: 26px
    }

    .ss-ls-r-step-fields {
        max-width: 100%;
        padding: 0 12px
    }

    .btn-primary.btn-block {
        font-size: 14px;
        padding: 10px 14px
    }

    .client-logo-wrap {
        top: 10px
    }

    .form-control {
        height: 42px
    }
}

@media (max-width:520px) {
    .client-headline {
        font-size: 16px
    }

    .ss-ls-wrapper {
        padding: 12px
    }

    .ss-ls-r-step-fields {
        padding: 0
    }

    .ss-ls-slide-img img {
        height: 160px
    }

    .form-control {
        height: 40px
    }
}