body.customers {
    --tw-bg-opacity: 1;
    background-color: rgb(244 247 251 / var(--tw-bg-opacity));
}

.cx-broker-login-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 42px 18px;
}

.cx-broker-login-card {
    width: min(100%, 460px);
}

.cx-broker-login-brand {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.cx-broker-login-logo,
.cx-broker-login-brand .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.cx-broker-login-brand img {
    max-width: 154px;
    max-height: 44px;
    width: auto;
    height: auto;
}

.cx-broker-login-card .login-heading {
    margin: 0 0 18px;
    color: #111827;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.cx-broker-login-card .panel_s {
    border: 1px solid #dbe5f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
    overflow: hidden;
}

.cx-broker-login-card .panel-body {
    padding: 26px;
}

.cx-broker-login-card label {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.cx-broker-login-card .form-control {
    height: 46px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    color: #111827;
    box-shadow: none;
}

.cx-broker-login-card .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.cx-broker-login-card .btn {
    min-height: 44px;
    border-radius: 8px;
    font-weight: 800;
}

.cx-broker-login-card .btn-info {
    border-color: #2563eb;
    background: #2563eb;
}

.cx-broker-login-card .btn-success {
    border-color: #16a34a;
    background: #16a34a;
}

.cx-broker-login-card a {
    color: #1d4ed8;
    font-weight: 700;
}

.cx-broker-login-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.cx-broker-login-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #dbe5f1;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.cx-broker-login-links a:hover,
.cx-broker-login-links a:focus {
    border-color: #bfdbfe;
    color: #1d4ed8;
}

@media (max-width: 560px) {
    .cx-broker-login-shell {
        align-items: flex-start;
        padding-top: 96px;
    }

    .cx-broker-login-card .login-heading {
        font-size: 24px;
    }

    .cx-broker-login-card .panel-body {
        padding: 20px;
    }
}
