/* main desktop screen */
.woocommerce-password-hint {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
    color: var(--red1);
    transition: all 0.4s ease;
}
.woocommerce-password-strength {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
    color: var(--red1);
    margin-top: 4px;
    border-radius: 6px;
    transition: all 0.4s ease;
}

.wc-custom-error, .woocommerce-message.button1 {
    max-width: 1440px;
    /* margin-left: auto;
    margin-right: auto; */
    margin: 0 auto;
    border: none;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.woocommerce-notices-wrapper:has(+ .login-layout) .wc-custom-error {
    margin-bottom: 0px;
}
/* .wc-custom-error::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background: yellow;
    z-index: -1;
} */

/* responsive */
@media (max-width: 767px) {
    .woocommerce-password-hint {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Inter";
    }
    .woocommerce-password-strength {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Inter";
    }
}