.bg_login {
    font-size: 1.4rem;
    padding: 62px 180px 50px 72px;
    flex: 3 1 0%;
    position: sticky;
    top: 72px;
    align-self: flex-start;
    background: #abd7cd2b;
    color: #00362A;
}

.login_title {
    font-size: 13px;
    color: var(--color);
}

.login_SKU {
    font-size: 11px !important;
    color: #33363E;
}

.login_quantity {
    font-size: 12px;
    font-weight: 600;
    color: var(--color);
}

.login_delivery {
    font-size: 13.5px;
    color: #8863fb;
    font-weight: bold;
}

.login_price {
    font-size: 12px;
    font-weight: 600;
    color: var(--color);
}

.login_product {
    border-bottom: 1px solid var(--background);
    padding-bottom: 100px;
    margin: 0px 0px;

}

.login_subtotal span {
    float: right;
}

.login_discount span {
    float: right;
    color: #6ec840;
}

.login_shipping span {
    float: right;
    color: #8863fb;
}

.login_shipping {
    font-size: 13px;
}

.login_discount {
    font-size: 13px;
}

.login_subtotal {
    font-size: 13px;
}

.login_cost span {
    float: right;
}

.login_cost {
    margin: 20px 0px;
    font-size: 14px;
    color: var(--color);
}

.delete__btn {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.summary_border {
    border-top: 1px solid var(--background);
    padding: 25px 0px;
}

.login_total {
    margin: 20px 0px;
    border-bottom: 1px solid var(--background);
    padding: 25px 0px;
    color: var(--color);
}

.create_acc {
    font-size: 11px;
}

.create_acc span {
    color: var(--color);
    cursor: pointer;
    font-weight: bold;
    font-size: 13px !important;
}

.loginn_width {
    width: 25% !important;
    margin: auto;
    display: block;
}

.login_width {
    width: 50% !important;
    margin: auto;
    display: block;
}

.p_width_login {
    width: 300px !important;
}

/* loginn */

.l-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form {
    width: 360px;
    padding: 4rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(92, 99, 105, 0.2);
}

.form__title {
    font-weight: 400;
    margin-bottom: 3rem;
}

.form__div {
    position: relative;
    height: 48px;
    margin-bottom: 1.5rem;
}

.form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    outline: none;
    padding: 1rem;
    background: none;
    z-index: 1;
}

.form__label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0 0.25rem;
    background-color: #fff;
    color: #777;
    font-size: 1rem;
    transition: 0.3s;
}

.form__button {
    display: block;
    margin-left: auto;
    padding: 0.75rem 2rem;
    outline: none;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.3s;
}

.form__button:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.15);
}

.p_width_loginn {
    font-size: 13px !important;
}

.get_otp_loginn {
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    border-radius: 6px !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
}

.forgot_password a {
    text-decoration: none !important;
    color: var(--color);
    font-size: 13px;
    letter-spacing: 0.5px;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.2s;
}

.otp-input:focus {
    border-color: #71b1f7;
}

.email-text {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #555;
    text-align: center;
    margin-bottom: 10px;
}


/*Input focus move up label*/
.form__input:focus+.form__label {
    top: -0.5rem;
    left: 0.8rem;
    color: #007bff;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:placeholder-shown).form__input:not(:focus)+.form__label {
    top: -0.5rem;
    left: 0.8rem;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 10;
}

/*Input focus*/
.form__input:focus {
    border: 1.5px solid #007bff;
}

@media(max-width:1024px) {
    .loginn_width {
        width: 50% !important;
    }

    .login_width {
        width: 50% !important;
    }

    .p_width_login {
        width: 200px !important;
        text-align: center !important;
        margin: 0% !important;
    }
}

@media(max-width:768px) {
    .loginn_width {
        width: 50% !important;
    }

    .p_width_loginn {
        width: 298px !important;
    }

    .p_width_login {
        width: 331px !important;
    }
}

@media(max-width:426px) {
    .loginn_width {
        width: 100% !important;
    }

    .login_width {
        width: 100% !important;
    }

    .p_width_login {
        width: 349px !important;
    }
}

@media(max-width:376px) {
    .p_width_login {
        width: 310px !important;
    }
}

@media(max-width:350px) {
    .p_width_loginn {
        width: 260px !important;
    }

    .p_width_login {
        width: 271px !important;
    }
}

@media(max-width:320px) {
    .p_width_login {
        width: 245px !important;
    }
}