.flex-column {
    flex-direction: column !important;
}
.flex {
    display: flex !important;
}
.gap-1 {
    gap: 8px;
}
.gap-2 {
    gap: 16px;
}
.gap-3 {
    gap: 24px;
}
.gap-4 {
    gap: 32px;
}
.w-100 {
    width: 100%;
}
.mt-1 {
    margin-top: 8px;
}
.mb-3 {
    margin-bottom: 24px;
}
.mb-4 {
    margin-bottom: 32px;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.i-form-container input[type=text],
.i-form-container input[type=password],
.i-form-container input[type=email],
.i-form-container input[type=tel],
.i-form-container textarea {
    border-radius: 8px;
    border: 1px solid #9A9B9E;
    background: #fff;
    padding: 12px 16px;
    color: #454545;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.i-form-container {
    max-width: 632px;
    margin: auto;
    padding: 40px 32px;
    border-radius: 24px;
    background: var(--scrims-overlays-white-med, rgba(255, 255, 255, 0.48));
}
.i-form-container.login {
    max-width: 400px;
}
.i-form-container h1 {
    font-size: 40px;
    font-family: 'Erode';
    font-weight: 700;
    line-height: 48px;
    margin: 0;
    letter-spacing: 0.1px;
}
.i-intro p {
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0;
}
.i-lbl-input {
    font-size: 14px;
    font-family: 'Satoshi';
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.i-submit button:hover {
    background: linear-gradient(0deg, var(--States-White-Hover, rgba(255, 255, 255, 0.08)) 0%, var(--States-White-Hover, rgba(255, 255, 255, 0.08)) 100%), var(--background-surfaces-default-inverse, #1E1E1E);
}
.i-form-container.login .i-submit button {
    width: 100%;
}
.i-submit button {
    border-radius: 9999px;
    background: #1E1E1E;
    color: #fff;
    padding: 14px 18px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Satoshi';
    max-width: 100%;
    width: 269px;
    border: 1px solid #1E1E1E;
}
.i-submit {
    justify-content: space-between;
    align-items: center;
}
.i-submit p {
    font-family: 'Satoshi';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1E1E1E;
    font-weight: 400;
    margin-bottom: 0;
}
.i-submit p a {
    font-weight: 700;
    color: #1E1E1E;
}
.i-form-container input.error,
.i-form-container input.error ~ .checkmark {
    border: 1px solid #BF1502 !important;
}
.i-form-container label.error {
    color: #520404;
    font-family: 'Satoshi';
    font-size: 12px;
    font-weight: 500;
}
/*lost password*/
.woocommerce-lost-password .page-content {
    font-family: 'Satoshi';
}
.woocommerce-lost-password .entry-title {
    color: #1E1E1E;
    font-family: 'Erode';
    font-size: var(--Typography-text-size-H4, 40px);
    font-weight: 700;
    line-height: var(--Typography-line-height-H4, 48px);
    letter-spacing: var(--Typography-letter-spacing-H4, 0.1px);
    margin-bottom: 20px;
    display: block;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Input--text {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #9A9B9E;
    font-family: 'Satoshi';
    font-size: var(--Typography-text-size-B1, 16px);
    font-weight: 400;
    line-height: var(--Typography-line-height-B1, 24px);
    letter-spacing: var(--Typography-letter-spacing-B1, 0.5px);
    outline: none;
    box-shadow: none;
    background: var(--background-surfaces-default-secondary, #FFF);
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-form-row {
    width: 100%;
    float: none;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button.button {
    background: #1E1E1E;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 9999px;
    padding: 14px 18px;
    height: auto;
    font-size: 16px;
    font-weight: 900;
    width: 100%;
    font-family: 'Satoshi';
    letter-spacing: 1px;
    line-height: 16px;
    color: #fff;
    margin-top: 24px;
}
.woocommerce-lost-password .woocommerce-message {
    border-top-color: #1e1e1e;
}
.woocommerce-lost-password #content {
    border-radius: 24px;
    background: var(--scrims-overlays-white-med, rgba(255, 255, 255, 0.48));
    padding: 40px 32px;
    margin-top: 80px;
    max-width: 600px;;
}
.woocommerce-lost-password .woocommerce-message::before {
    content: "\e015";
    color: #1e1e1e;
}
.register_links:hover,
.register_links {
    color: #1E1E1E;
}
@media screen and (max-width: 500px) {
    .woocommerce-lost-password #content {
        margin-left: 24px;
        margin-right: 24px;
        width: calc(100% - 48px);
        margin-top: 40px;
    }
}