.page-wrapper {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.content-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    height: 100vh;
    position: relative;
}

.header-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0 24px;
    z-index: 10;
}

.center-logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 32px;
}

.top-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
}

.lang-selector-wrapper {
    display: flex;
    justify-content: flex-end;
}

.brand-logo-left {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: 70px;
    background-image: url(../images/sb-logo-tr.png);
}

.brand-logo-right {
    width: 270px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/neyim_var_logo.png);
}

.primary-logo {
    background-image: url(../images/sb-logo-tr.png);
}

.secondary-logo {
    background-image: url(../images/neyim_var_logo.png);
}

.lang-selector {
    align-self: flex-end;
    margin-left: auto;
}

.auth-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 100px;
}

.user-form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.horizontal-layout .field-group {
    margin-bottom: 8px;
}

.field-control {
    position: relative;
    line-height: 0;
    zoom: 1;
}

.control-content {
    display: block;
}

.input-with-icons {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
}

.input-with-icons:focus-within {
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.icon-prefix {
    display: flex;
    align-items: center;
    padding: 0 11px;
}

.text-field {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5;
    background: transparent;
}

.password-field {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
}

.password-field:focus-within {
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.icon-suffix {
    display: flex;
    align-items: center;
    padding: 0 11px;
    cursor: pointer;
}

.icon-glyph {
    display: inline-flex;
    align-items: center;
}

.password-toggle {
    color: rgba(0,0,0,0.45);
}

.error-message {
    color: #f5222d;
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.5;
}

.has-error .input-with-icons,
.has-error .password-field {
    border-color: #f5222d;
}

.btn-basic {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 12px;
    height: 32px;
    line-height: 30px;
    user-select: none;
    transition: all 0.3s;
}

.btn-teal {
    background-color: #20c997;
    border-color: #20c997;
    color: #fff;
    height: 44px !important;
    padding: 8px 15px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.btn-teal:hover {
    background-color: #1ba87e;
    border-color: #1ba87e;
}

.full-width {
    width: 100%;
}

.link-button {
    border: none;
    background: transparent;
    color: #096dd9;
    padding: 0 !important;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
}

.link-button:hover {
    color: #40a9ff;
}

.password-reset-link {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
}

.password-reset-link .field-control {
    line-height: 20px !important;
}

.edevlet-btn {
    background-color: #c41212 !important;
    color: #fff !important;
    height: 44px !important;
    padding: 8px 15px 8px 48px !important;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    line-height: 26px;
    border: none;
}

.edevlet-btn .btnIcon {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    background: #b30d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.edevlet-btn:hover {
    background-color: #b30d0d !important;
}

.enabiz-btn {
    background-color: #0066cc !important;
    color: #fff !important;
    height: 44px !important;
    padding: 8px 15px 8px 48px !important;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    line-height: 26px;
    border: none;
}

.enabiz-btn .btnIcon {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    background: #0052a3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.enabiz-btn:hover {
    background-color: #0052a3 !important;
}

.info-section {
    margin-top: 24px;
    width: 100%;
    max-width: 450px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    color: rgba(0,0,0,0.85);
}

.section-description {
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    text-align: center;
}

.page-footer {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    width: 100%;
    max-width: 450px;
}

.page-footer p {
    font-weight: 300 !important;
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
}

.visual-section {
    flex: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../images/neyim_var_banner.png);
}

.banner-brand {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 480px;
    height: 140px;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
}

.main-banner-logo {
    background-image: url(../images/logo_en_306x80.png);
}

.banner-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 480px;
    height: 140px;
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
}

.banner-text-tr {
    background-image: url(../images/metin_tr.png);
}

.dropdown-select {
    display: inline-block;
    position: relative;
}

.lang-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lang-tr {
    background-image: url(../images/tr-flag.png);
}

.lang-en {
    background-image: url(../images/ing-flag.png);
}

.lang-ru {
    background-image: url(../images/ru-flag.png);
}

.lang-ar {
    background-image: url(../images/ar-flag.png);
}

.lang-de {
    background-image: url(../images/de-flag.png);
}

.select-box {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 4px 11px;
    cursor: pointer;
    min-width: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selected-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
}

.current-selection {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    color: rgba(0,0,0,0.45);
}

.options-panel {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 130px;
    margin-top: 4px;
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.menu-option {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.menu-option:hover {
    background: #e6f7ff;
}

@media (max-width: 990px) {
    .visual-section {
        display: none;
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 8px 12px;
        top: 10px;
    }
    .brand-logo-left {
        width: 70px;
        height: 35px;
    }
    .center-logo-section {
        margin-top: 60px;
        margin-bottom: 16px;
    }
    .brand-logo-right {
        width: 190px;
        height: 50px;
    }
    .content-box {
        padding: 10px;
    }
    .auth-form {
        margin-top: 20px;
    }
}
