body #main-customer-form  * {
    /*font-family: "Bitstream Charter" !important;*/
}

body #main-customer-form .wrap-customer-form form .input-wrap button.submit-btn {
    /*border: 1px solid #287928;*/
    /*background: #2c8b2c;*/
    /*background: -moz-linear-gradient(top,#2c8b2c 0,#2a812a 50%,#429742 100%);*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2c8b2c),color-stop(50%,#2a812a),color-stop(100%,#429742));*/
    /*background: -webkit-linear-gradient(top,#2c8b2c 0,#2a812a 50%,#429742 100%);*/
    /*background: -o-linear-gradient(top,#2c8b2c 0,#2a812a 50%,#429742 100%);*/
    /*background: -ms-linear-gradient(top,#2c8b2c 0,#2a812a 50%,#429742 100%);*/
    /*background: linear-gradient(to bottom,#2c8b2c 0,#2a812a 50%,#429742 100%);*/
}

body #main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover {
    /*background: #2c8b2c;*/
    /*background: -moz-linear-gradient(top,#2c8b2c 0,#309D30 50%,#429742 100%);*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2c8b2c),color-stop(50%,#309D30),color-stop(100%,#429742));*/
    /*background: -webkit-linear-gradient(top,#2c8b2c 0,#309D30 50%,#429742 100%);*/
    /*background: -o-linear-gradient(top,#2c8b2c 0,#309D30 50%,#429742 100%);*/
    /*background: -ms-linear-gradient(top,#2c8b2c 0,#309D30 50%,#429742 100%);*/
    /*background: linear-gradient(to bottom,#2c8b2c 0,#309D30 50%,#429742 100%);*/
}
#login-form .input-wrap:last-child p:last-child span:nth-of-type(2), #login-form .input-wrap:last-child p:last-child a:nth-of-type(2) {
   display: none;
}