#login__image {
    width: 100%;
    border-radius: 2rem;
    object-fit: contain;
    height: fit-content;
}

#register_content {
    display: none;
}

#login_register button.active {
    background-color: #f58220;
    color: #fff;
}

#login_register button {
    background-color: transparent;
    flex: 1;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2rem;
    padding: 0.5rem;
    font-size: 1rem;
}

#login_register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: .75rem;
    width: 19.5rem;
    background-color: #F8EDDD;
    border-radius: 2rem;
    margin: 0 auto 2rem;
}

#customer_login h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.woocommerce-ResetPassword input,
.woocommerce-form-register input,
.woocommerce-form-login input {
    background-color: #fff;
    border: 1px solid #f58220;
    padding: 1rem;
    border-radius: 1rem;
    outline: none;
}

.woocommerce-ResetPassword,
.woocommerce-form-register,
.woocommerce-form-login {
    max-width: 30rem;
    margin-inline: auto;
    padding-inline: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.woocommerce-ResetPassword .form-row-first,
.woocommerce-form-register .form-row-wide,
.woocommerce-form-login .form-row-wide {
    flex-direction: column;
    display: flex;
}

.woocommerce-ResetPassword .form-row-first label,
.woocommerce-form-register .form-row-wide label,
.woocommerce-form-login .form-row-wide label {
    display: block;
    font-size: 0.9375rem;
    margin-bottom: .5rem;
}

.LostPassword-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

}

.LostPassword-wrap a {
    transition: color 0.5s;
}

.LostPassword-wrap a:hover {
    color: #f58220;
}

.LostPassword-wrap a,
.LostPassword-wrap label {
    font-size: 0.8125rem;
    cursor: pointer;
    font-weight: normal;
}

.row-reverse {
    flex-direction: row-reverse;
}

.woocommerce-ResetPassword button,
.woocommerce-form-register button,
.woocommerce-form-login button {
    font-weight: bold;
    background-color: #f58220;
    color: #fff;
    cursor: pointer;
    padding: .8125rem;
    border-radius: 1rem;
    border: 0;
    outline: none;
    width: fit-content;
    min-width: 10rem;
    font-size: .875rem;
}

.woocommerce-error {
    background-color: #f8d7da;
    color: #58151c;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    outline: none;
}

.woocommerce_lost_password_confirmation_message,
.woocommerce-message,
.customer-password-reset-message,
.woocommerce-privacy-policy-text p,
.woocommerce-ResetPassword > p:first-child {
    background-color: #fff3cd;
    font-size: 0.875rem;
    padding: 0.5rem;
    border-radius: 0.875rem;
    color: #664d03;
    border: 1px solid #ffe69c;
    outline: none;
    text-wrap-style: pretty;
    text-align: center;
}

.woocommerce-privacy-policy-text a:hover {
    color: #f58220;
}

.woocommerce-privacy-policy-text a {
    font-size: 0.875rem;
    color: #2b2f32;
    transition: color 0.5s;
}

.woocommerce-privacy-policy-text p {
    color: #2b2f32;
    background-color: #e2e3e5;
    border-color: #c4c8cb;
}


.woocommerce-message {
    color: #0a3622;
    background-color: #d1e7dd;
    border-color: #a3cfbb;
    margin-bottom: 1rem;
}




@media (max-width:991.98px) {
    #login__image {
        display: none;
    }
}

@media (max-width:575.98px) {
    #login_register {
        width: 16.5rem;
    }

    .woocommerce-ResetPassword,
    .woocommerce-form-register,
    .woocommerce-form-login {
        padding-inline: 1rem;
        gap: 1rem;
    }

    .LostPassword-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: column;
        margin-top: 1rem;
    }

    .woocommerce-ResetPassword button,
    .woocommerce-form-register button,
    .woocommerce-form-login button {
        margin-inline: auto;
    }
}