.basket-login-container {
    max-width: 980px;
    margin: 20px auto 0;
    padding: 0 16px;
}
.basket-login-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
.login-card-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 32px auto;
}
.login-card-row-member{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 32px auto;
}
.login-card {
    flex: 110;
    min-width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0px 5px #888;
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.login-card-header {
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0 18px 0;
    text-align: center;
    width: 100%;
}
.login-card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 230px;
}
.login-card-body-row {
    width: 100%;
    padding: 0 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 130px;
}

.login-card-actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    margin-top: auto;
}
.login-form-card .login-card-actions {
    margin: auto;
}
.guest-purchase-btn, .login-btn, .register-btn {
    height: 54px;
    font-size: 16px;
    padding: 0;
    min-width: 220px;
    max-width: 300px;
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    border: 2.5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px black;
}
.guest-purchase-btn {
    background: linear-gradient(to bottom, #19c37d 0%, #0e8c4a 100%);
    color: #fff;
    font-weight: bold;
    border: 2.5px solid #ffffff;
    border-radius: 10px;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
    transition: filter 0.18s;
    box-shadow: 0 0 2px black;
    cursor: pointer;
}
.guest-purchase-btn:hover {
    filter: brightness(1.05);
}
.login-btn, .register-btn {
    background: linear-gradient(to bottom, #FF9A4E 0%, #FF741A 100%);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: filter 0.18s;
}
.login-btn:hover, .register-btn:hover {
    filter: brightness(1.05);
}
.guest-purchase-note, .register-benefits-desc {
    font-size: 15px;
    text-align: left;
    color: #333;
}
.guest-purchase-note {
    font-size: 20px;
    line-height: 1.3;
}
.register-benefits-list,
.register-benefit-item {
    text-align: left;
}
.guest-purchase-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0px 5px #888;
    padding: 32px 24px 18px 24px;
    margin-bottom: 32px;
    text-align: center;
}
.guest-purchase-btn {
    display: block;
    width: 100%;
    max-width: 360px;
    background: linear-gradient(to bottom, #19c37d 0%, #0e8c4a 100%);
    color: #fff;
    font-weight: bold;
    border: 2.5px solid #ffffff;
    border-radius: 10px;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
    transition: filter 0.18s;
    box-shadow: 0 0 2px black;
}
.guest-purchase-btn:hover {
    filter: brightness(1.05);
}
.login-register-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0px 5px #888;
    padding: 32px 0 24px 0;
    max-width: 900px;
    margin: 0 auto 40px auto;
}
.login-section, .register-section {
    flex: 1;
    min-width: 320px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-title, .register-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
}
.login-form-label {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    margin-left: 0;
}
.login-input {
    width: 100% !important;
    padding: 8px 8px !important;
    border: 1.5px solid #ced4da !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
    margin-top: 4px !important;
    background: #fafbfc !important;
    display: block !important;
}
.forgot-password {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.forgot-password-link {
    color: #2362c7;
}
.raksul-btn {
    background: #2362c7;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 12px 0;
    width: 100%;
    cursor: pointer;
}
.error-box {
    color: red;
    width: 100%;
    font-size: 12px;
}
.error-box ul {
    list-style-position: inside;
    color: red;
    margin: 0;
    padding: 0;
}
.register-title {
    margin-bottom: 18px;
}
.register-btn {
    background: linear-gradient(to bottom, #FF9A4E 0%, #FF741A 100%);
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: filter 0.18s;
}
.register-btn:hover {
    filter: brightness(1.05);
}
.register-benefits {
    border-radius: 8px;
    padding: 16px 12px;
    font-size: 15px;
    color: #222;
    margin-bottom: 8px;
    width: 100%;
}
.register-benefits .benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.register-benefits .benefit-icon {
    width: 32px;
    height: 32px;
    background: #eee;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
.register-benefits .benefit-text {
    font-size: 15px;
}
.register-benefits .benefit-large {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 6px 0;
    text-align: center;
}
.vertical-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    color: #888;
    font-size: 15px;
    position: relative;
}
.vertical-divider:before, .vertical-divider:after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    background: #888;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.vertical-divider:before { top: 0; }
.vertical-divider:after { bottom: 0; }
.benefits-list {
    width: 100%;
}
.benefit-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px #ccc;
    padding: 18px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #ececec;
}
.benefit-block:last-child {
    margin-bottom: 0;
}
.benefit-block-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 0 0 16px 0;
}
.benefit-block .benefit-icon {
    width: 32px;
    height: 32px;
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.benefit-block .benefit-text {
    font-size: 15px;
    color: #222;
    text-align: left;
    display: block;
    width: 100%;
}
.benefit-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.benefit-title {
    font-weight: bold;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}
.benefit-note {
    font-size: 12px;
    margin-top: 4px;
    display: block;
    line-height: 1.4;
}
.register-benefit-note {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}
.raksul-login-title-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0 18px 0;
    gap: 12px;
}
.raksul-login-title {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}
.raksul-login-title-divider {
    flex: 1;
    border: none;
    border-top: 1.5px solid #e0e0e0;
    margin: 0;
}
.raksul-login-subtext {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: -6px;
    letter-spacing: 0.02em;
}
.section-divider {
    width: 75%;
    border: none;
    border-top: 2px solid #ccc;
    margin: 0 0 18px 0;
}
.register-title-underline {
    display: block;
    margin: 0 auto 18px auto;
    border: none;
    border-top: 3px solid #222;
    width: 60%;
}
.register-benefits-list {
    width: 100%;
    margin: 18px 0 0 0;
    padding: 0;
    list-style: none;
}
.register-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    margin-bottom: 14px;
    background: none;
    border: none;
    padding: 0;
    line-height: 1.9;
}
.register-benefit-item:last-child {
    margin-bottom: 0;
}
.register-benefit-check {
    width: 16px;
    height: 16px;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}
.register-benefit-check::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 2px solid #ff741a;
    background: #fff;
}
.register-benefit-check::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border-right: 2px solid #ff741a;
    border-bottom: 2px solid #ff741a;
    transform: rotate(35deg);
}
.login-card-form {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}
form {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    width: 100%;
}
@media (max-width: 600px) {
    .login-card-row {
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
    }
    .login-card {
        max-width: 100%;
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.13);
        padding: 18px 10px 24px 10px;
        margin: 0 0 18px 0;
        width: 100%;
    }
    .login-card-header {
        font-size: 18px;
        margin: 0 0 14px 0;
    }
    .login-card-actions {
        width: 100%;
    }
    .login-btn, .register-btn, .guest-purchase-btn {
        width: 100%;
        min-width: 0;
        max-width: none;
    }
}