body #main-customer-form  * {
    /*font-family: "Bitstream Charter" !important;*/
}
.customer-form-title.my-class{
    text-align: center;
}
#main-customer-form .wrap-customer-form .input-wrap-row .submit-btn{
    font-size: 14px;
    line-height: 0;
}
#main-customer-form .green-button{
    border-radius: 17px;
}
#main-customer-form .wrap-customer-form .form-input-field.phone-wrap .custom-drop-down li{
    font-weight: 400;
}
#main-customer-form .form-input-field input::-moz-placeholder {
    line-height: 33px;
}
#main-customer-form .has-error.form-input-field .field-error-info {
    font-weight: 400;
}
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%);*/
}
.reset-password-modal .modal-content {
	min-height: 220px;
}
@media screen and (max-width: 320px){
    #main-customer-form .wrap-customer-form.resset-password .form-input-field{
        min-width: 100%;
    }
}
.notify-block span.ng-scope {
    display: none;
}