body {
    overflow: auto;
}

.this-is-login-page {
    background:
        radial-gradient(circle at 12% 10%, rgba(47, 99, 246, 0.13), transparent 32%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 48%, #f8fafc 100%);
}

.hb-bh-login {
    min-height: 100vh;
    height: auto;
    background: transparent;
}

.hb-bh-login--scroll .hb-bh-right {
    overflow: visible;
}

.hb-bh-right {
    padding: clamp(20px, 3vw, 42px);
}

.hb-bh-right-inner {
    width: min(760px, 100%);
    max-width: 100%;
    min-width: 0;
    padding-top: 0;
}

.hb-bh-panel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.11);
    backdrop-filter: blur(16px);
}

.hb-register-heading {
    margin-bottom: 22px;
    text-align: center;
}

.hb-register-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(7, 38, 115, 0.08);
    color: var(--hb-bh-primary, #072673);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hb-bh-form-title {
    margin-top: 12px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -0.035em;
}

.hb-bh-form-subtitle {
    max-width: 520px;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: 400;
}

.hb-register-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    margin-top: 18px;
    padding: clamp(18px, 2.2vw, 24px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.045);
}

.hb-register-section:first-of-type {
    margin-top: 0;
}

.hb-bh-form,
.hb-bh-form > * {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.hb-register-section-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.hb-register-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(7, 38, 115, 0.12), rgba(47, 99, 246, 0.08));
    color: var(--hb-bh-primary, #072673);
}

.hb-register-section-head h3 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.hb-register-section-head p,
.hb-register-help {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.hb-register-grid {
    display: grid;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.hb-register-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hb-register-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-register-section .hb-bh-field {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 14px;
}

.hb-register-section .hb-bh-field:last-child {
    margin-bottom: 0;
}

.hb-register-section .hb-bh-label {
    color: #374151;
    font-size: 12px;
    font-weight: 700;
}

.hb-register-section .hb-bh-input,
.hb-register-section select.hb-bh-input,
.hb-register-section textarea,
.hb-register-section .form-control {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    min-height: 48px;
    border: 1px solid #dce5f2;
    border-radius: 12px;
    background-color: #f9fbff;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hb-register-section select.hb-bh-input {
    display: block;
    appearance: auto;
    cursor: pointer;
}

.hb-register-section .nice-select {
    float: none;
    display: flex;
    align-items: center;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    height: auto;
    line-height: 1.35;
    border: 1px solid #dce5f2;
    border-radius: 12px;
    background-color: #f9fbff;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 42px 11px 14px;
    white-space: normal;
    box-sizing: border-box;
    z-index: 5;
}

.hb-register-section .nice-select .current {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hb-register-section .nice-select .list {
    left: 0;
    right: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dce5f2;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    z-index: 30;
}

.hb-register-section .nice-select .option {
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 40px;
}

.hb-register-section .hb-bh-input:focus,
.hb-register-section select.hb-bh-input:focus,
.hb-register-section textarea:focus,
.hb-register-section .form-control:focus {
    border-color: rgba(7, 38, 115, 0.5);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(7, 38, 115, 0.10);
    outline: none;
}

.hb-register-phone {
    display: grid;
    grid-template-columns: minmax(112px, 30%) minmax(0, 70%);
    align-items: end;
    gap: 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.hb-register-phone__code {
    display: block;
    min-width: 0;
}

.hb-register-phone__select {
    width: 100%;
    height: 48px;
    min-height: 48px;
    border: 1px solid #dce5f2;
    border-radius: 12px;
    background: #f9fbff;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    padding: 10px 8px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hb-register-phone__select:focus {
    border-color: rgba(7, 38, 115, 0.5);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(7, 38, 115, 0.10);
}

.hb-register-phone__number {
    align-self: end;
    min-width: 0;
}

.hb-register-section .intl-tel-input {
    width: 100%;
}

.hb-register-section .intl-tel-input .hb-register-phone__number,
.hb-register-section .intl-tel-input input[name="phonenumber"] {
    padding-left: 92px;
}

.hb-register-section .country-list {
    max-width: min(360px, calc(100vw - 44px));
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

@supports not (overflow: clip) {
    .hb-bh-panel,
    .hb-register-section {
        overflow-x: hidden;
    }
}

.hb-bh-passwrap .hb-bh-input {
    padding-right: 58px;
}

.hb-bh-pass-toggle {
    right: 6px;
}

.password-strength-meter {
    margin: 6px 0 14px;
}

.password-strength-meter .progress {
    height: 8px;
    border-radius: 999px;
    background: #eef2f7;
}

.hb-bh-submit {
    margin-top: 20px;
    min-height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--hb-bh-primary, #072673), #2f63f6);
    font-size: 15px;
    font-weight: 700;
}

.hb-bh-submit:hover,
.hb-bh-submit:focus {
    background: linear-gradient(135deg, #061f5f, #2454d8);
}

.hb-bh-google-native {
    border-radius: 14px;
}

.hb-bh-divider {
    margin: 14px 0;
}

.hb-bh-row .custom-control-label {
    color: #374151;
    font-size: 13px;
    line-height: 1.55;
}

.hb-bh-bottom {
    margin-top: 18px;
}

@media (min-width: 1200px) {
    .hb-bh-left {
        position: sticky;
        top: 0;
        min-height: 100vh;
    }
}

@media (max-width: 1180px) {
    .hb-bh-login {
        grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
    }

    .hb-bh-left {
        padding: 30px 24px;
    }
}

@media (max-width: 992px) {
    .hb-bh-login {
        display: block;
    }

    .hb-bh-left {
        display: none;
    }

    .hb-bh-right {
        min-height: 100vh;
        padding: 18px;
    }
}

@media (max-width: 760px) {
    .hb-register-grid--two,
    .hb-register-grid--three {
        grid-template-columns: 1fr;
    }

    .hb-register-phone {
        grid-template-columns: minmax(104px, 34%) minmax(0, 66%);
    }
}

@media (max-width: 420px) {
    .hb-register-phone {
        grid-template-columns: 1fr;
    }

    .hb-register-phone__select,
    .hb-register-phone__number {
        height: 46px;
        min-height: 46px;
    }
}

@media (max-width: 520px) {
    .hb-bh-right {
        padding: 12px;
    }

    .hb-bh-panel {
        padding: 18px 14px;
        border-radius: 22px;
    }

    .hb-register-section {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .hb-register-section-head {
        gap: 10px;
    }

    .hb-register-section-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .hb-bh-brand-logo {
        height: 38px;
    }
}
