.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.login-form {
    margin-bottom: auto !important;
}

.login-form__card, .sign-up__card {
    position: relative;
    max-width: 760px;
    background-color: #fff;
}

.login-form__card {
    overflow: hidden;
}

.sign-up__card form {
    margin-bottom: 0px;
}

.sing-customer-form {
    width: 540px;
}

/* ERROR LOGIN */
.login-form__card > .woocommerce-notices-wrapper {
    display: none;
}

.login-form__contact:hover, .login-form__contact:focus {
    color: #000 !important;
}

.login__forgot-pass {
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {

    .login-form__card {
        margin-inline: 15px;
    }

    .login-form__card form {
        min-height: auto !important;
    }

    .sing-customer-form {
        width: 100%;
    }
}

.form-customer__step:not(.active) {
    display: none;
}

.step-button {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background-color: transparent;
    border-radius: 0.25em;
}

.step-button:hover, .step-button:focus {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(0, 0, 0);
}