gabriele
11/10/2018 - 6:07 PM

Customize Login Form

.woocommerce-account h2{display: none;}

.woocommerce form.login{ border: 0; max-width:600px; margin:0 auto; box-shadow:0 0 40px #ECF2FE; padding: 4% 8%; border-radius:30px;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    border-radius: 100px;
    border-color: #BBCFFA;
}

/* BOTTONE LOGIN */
.woocommerce button.button{
    border-radius: 50px;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 2.2em;
    transition: all 0.5s;
}

.woocommerce button.button:hover{
    border-color: #1F5ADB;
    background-color: #1F5ADB;
}

/* LINK PASSWORD DIMENTICATA */
p.woocommerce-LostPassword {
    text-align: center;
    margin-bottom: 10px;
    font-size:0.8em;
}