

header {
    background-color: white;
    box-shadow: 0 1px 0 rgba(0,0,0,.1); /* Very subtle line */
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 900; /* Extra bold */
    letter-spacing: 2px;
}

.lock-icon, .cart-icon, .flag-icon {
    font-size: 1.25rem;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0.7rem;
    padding: 0.15em 0.4em;
}

.main-title {
    font-size: 16px;
    font-weight: 700;
}

.back-link {
    font-size: 1.5rem;
    position: absolute;
    left: 20px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #000;
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}
.form-label-small {
    font-size: 0.9rem;
    color: #000;
    padding-bottom: 2px;
}

.form-control {
    border-radius: 0;
    padding: 0.75rem 0.5rem;
    font-size: 1rem;
}

.password-toggle-btn {
    border-radius: 0;
    font-size: 0.9rem;
    padding: -0.25rem 1rem;
    border: 1px solid #ced4da;
    border-left: none;
    color: #000;
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Forgot Password Link */
.forgot-password-link {
    font-size: 0.9rem;
    color: #333;
    text-decoration: underline;
}

.forgot-password-link:hover {
    color: #000;
}

.login-section {
    background-color: #f7f7f7;
    border-right: 1px solid #e0e0e0;
}

.register-section {
    background-color: #ffffff;
    min-height: 450px;
}

.login-btn, .register-btn {
    border-radius: 0;
    font-weight: bold;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}
.country_flag img
{
    height: 23px;
    border: solid 1px #000;
    border-radius: 50%;
}
.shop_icon
{
font-size: 24px;
}
.header-right a
{
    color: #000;
}
.back-link
{
    color: #000;
    font-size: 18px;
}
.forgot-password-link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
.login-btn
{
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 15px;
}
.form-check-input {
    position:relative;
    margin-top: 0;
    margin-left: -9px;
}
.form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 11px !important;
}

.login-section input[type="password"], .login-section input[type="text"] {
    border-radius: 0 !important;
    border-bottom: 2px solid #000 !important;
}
#liteFooterContainer {
    background-color: #f7f7f7;
    border-top: 0.0625rem solid #eaeaea;
    bottom: 0;
    position: fixed;
    width: 100%;
}
.password-toggle-btn {
    border-radius: 0;
    font-size: 0.9rem;
    padding: -0.25rem 1rem;
    border: 1px solid #000;
    border-left: none;
    color: #000;
    background-color: #f8f9fa;
    font-weight: bold;
    border-radius: 0 4px 4px 0;
}
#liteFooterContainer #copyrightTextContainer {
    padding: 1.125rem 0;
}
#liteFooterContainerSpace {
    padding-top: 60px;
}
#copyrightText
{
    font-size: 12px;
    text-align: center;
}
#si-email ,
.login-section input[type="password"]
{
    margin-bottom: 15px !important;
    border: 0;
    border-bottom: 2px solid #000;
}
.input-inner-end-ele
{
    position: relative;
}
.input-inner-end-ele .togglePassword {
    position: absolute;
    top: 12px;
    right: 11px;
    font-size: 16px;
}
.gap-1{
    gap: 5px;
}
.login-section input[type="password"], .login-section input[type="text"] {
    border-radius: 0 !important;
    border-bottom: 2px solid #000 !important;
    border: 0;
}
.login-section button[type="submit"]
{
    background-color: #000 !important;
    color: #fff !important;
}
@media (max-width: 767.98px) {
    .login-section {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

    .register-section {
        min-height: auto;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}
