
/* Modulo dati di registrazione*/
#lbl_reg_not_registered, #lbl_login_not_registered{display:none !important}

#riga_registrazione_utente {
	text-align: right;
	margin-bottom: 10px;
}
#lbl_reg_login_wrong_pw{
    color:red;
}
#registration_box{
	display: block;
}
#box_informations {
	margin-left: 30px;
	margin-bottom: 10px
}
#box_informations label{
	float:none;
	margin-left: 0px;
	display: inline-block;
}
#box_informations span {
	line-height: 22px;
}
#obbl_user_gender, #obbl_user_birthday{
    display: none;
}
#obbl_user_company_taxid, #obbl_user_personal_taxid, #obbl_user_address, #obbl_user_civico, #obbl_user_zipcode, #obbl_user_city, #obbl_user_area, #obbl_user_phone_number, #obbl_fax_number, #obbl_user_country, #obbl_user_registration_notes {
    display:none;
}
#riga_tipo_cliente{
	display:block;	
}
#riga_new_user{
	display:block;	
}
/*registration form begin*/
/*body[data-remote_fn="registration_v2_aspx"] .cnt-sub-header,body[remote_fn="registration_v2_aspx"] .cnt-sub-header {
    margin-bottom: 0px;
}*/
/*#registration_box .login_form{
    background-color: #1f1f1f;
}*/
#registration_box .login_form #box_regged_credentials{
    margin-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #ddd;
    /*padding-top: 15px;*/
}
#lgd_logged_credential_box{
    padding-left: 5px;
    color: #000;
    line-height: 32px;
}
/*registration form end*/