html,
body {
    height: 100%;
}

.page-layout-seller-login {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    min-height: 100vh;
    background-color: #f5f7fb;
}

.page-layout-seller-login .wk-mp-page-wrapper {
    width: 100%;
    margin: auto;
}


.draxle-business-auth {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.draxle-business-auth__logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.06em;
    color: #111827;
}

.draxle-business-auth__logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #111827;
    font-size: 16px;
}

.draxle-business-auth__logo-text--accent {
    font-weight: 500;
    margin-left: 4px;
    color: #4b5563;
}

.draxle-business-auth__main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px 64px;
}

.wk-mp-page-wrapper.draxle-business-auth__panel {
    max-width: 420px;
    width: 100%;
}

.draxle-business-auth__heading {
    text-align: center;
    margin-bottom: 24px;
}

.draxle-business-auth__title {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #111827;
    font-weight: 700;
}

.draxle-business-auth__subtitle {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.draxle-business-auth__form .fieldset {
    margin: 0;
    border: none;
    padding: 0;
}

.marketplace-account-login .fieldset > .field {
    margin-bottom: 18px;
}

.marketplace-account-login .fieldset > .field > .label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.marketplace-account-login .fieldset > .field > .control {
    width: 100% !important;
}

.marketplace-account-login .fieldset .input-text {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    background-color: #f9fafb;
}

.marketplace-account-login .fieldset .input-text:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px #2563eb33;
    background-color: #ffffff;
}

.draxle-business-auth__actions {
    margin-top: 8px;
}

.draxle-business-auth__primary-button {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: rgba(27, 53, 126, 1);
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .15s ease, box-shadow .15s ease, transform .05s ease;
    padding: 0;
}

.draxle-business-auth__primary-button:hover {
    background-color: #000000;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
    transform: translateY(-1px);
}

.draxle-business-auth__links {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.draxle-business-auth__link {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
}

.draxle-business-auth__link:hover {
    text-decoration: underline;
}

.draxle-business-auth__footer {
    margin-top: 20px;
    text-align: center;
}

.draxle-business-auth__have-account {
    font-size: 14px;
    color: #4b5563;
    margin: 0 0 10px;
}

.draxle-business-auth__terms {
    font-size: 11px;
    line-height: 1.5;
    color: #9ca3af;
    margin: 0 0 10px;
}

.draxle-business-auth__why {
    margin: 0;
    font-size: 12px;
}

.wk-mp-login-footer {
    display: none;
}

.wk_social_choice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.wk_social_choice::before,
.wk_social_choice::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e0e0e0; /* line color */
}

.wk_social_choice h3 {
    margin: 0 12px;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a; /* text color */
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ===== Responsive ===== */

@media (max-width: 767px) {
    .wk-mp-page-wrapper.draxle-business-auth__panel {
        max-width: 100%;
    }

    .draxle-business-auth__title {
        font-size: 22px;
    }
}
