.beforeclickregisterblock ul li {
    margin-bottom: 15px;
}
div#customer_login input#username, div#customer_login input#password, .woocommerce-ResetPassword input {
    height: 50px;
}
div#customer_login button, .woocommerce-ResetPassword button {
    text-transform: uppercase;
    padding: 15px 30px;
}
.woocommerce-ResetPassword.lost_reset_password {
    text-align:center;
}
.woocommerce-ResetPassword.lost_reset_password > p {
    width:100%;
    margin-right:0;
}
.woocommerce-ResetPassword.lost_reset_password input#user_login {
    max-width:480px;
    margin:0 auto;
}