/**********************************************************
				Authentication Styles
**********************************************************/
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none; }

#create-account_form {
    max-height: 230px; }
  #create-account_form p {
    margin-bottom: 8px; }
  #create-account_form .form-group {
    margin: 0 0 20px 0; }

#login_form {
 max-height: 230px; }
  #login_form .form-group {
    margin: 0 0 3px 0; }
    #login_form .form-group.lost_password {
      margin: 0;
	  margin-top:8px;
	  color:#333;
	float:left;
	  }
      #login_form .form-group.lost_password a {
        text-decoration: none;color:#333; }
        #login_form .form-group.lost_password a:hover {
          text-decoration: none;color:#ff3399; }

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px; }
p.submit{
float:left;
margin-right:20px;
}
/*# sourceMappingURL=authentication.css.map */
