body{
    background-color: #F3EEE2;
    font-family: 'Montserrat', sans-serif;
}

form {
    margin-top: 8em !important;
}


.woocommerce-form-title{
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;

}

.woocommerce-reset-password-title{
    font-size: 1.2rem;
}

@media (min-width: 720px){
    .woocommerce-reset-password-title{
        font-size: 1.4rem;
    }
    .woocommerce-form-title {
        font-size: 2rem;
    }
}

.woocommerce-message,
.woocommerce-error{
    font-weight: bold;
    border-top-color: transparent;
}

.lost_reset_password{
    background-color: #FFF9F0;
    padding: 2.8em 2.5em;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;

    margin: 0 auto;
}

.wc_reset_password{
    padding: 0.6em 4em 0.6em 1em;
    width: 100%;
}

.woocommerce-input-name{
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 18px;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.form-row, .password-input{
    width: 100% !important;
}

label {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.woocommerce-password-strength{
    margin-top: 1em;
}

.woocommerce-Input{
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: -0.01em;
    padding: 0.5em 1em;
    border-radius: 250px;
    color: #000;
    border-width: 1px;
    background-color: transparent;
}

.woocommerce-Button.button{
    color: white !important;
    background-color: #E64D10 !important;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    font-size: 0.8rem;
    font-weight: 900;
    border-radius: 250px !important;
    min-height: 38px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0.5em !important;
}
.show-password-input {
    top: 0.5em !important;
    right: 1em !important;
}