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

#create-account_form {
  min-height: 200px; }
  #create-account_form p {
    margin-bottom: 8px; 
    font-family: "Oxygen";}
  #create-account_form .form-group {
    margin: 0 0 20px 0;}

#login_form {
  min-height: 216px; }
  #login_form .form-group {
    margin: 0 20px 3px 0;
    float: left;
    width: 42%;}
    #login_form .form-group.lost_password {
      margin: 14px 0 15px 0; }
      #login_form .form-group.lost_password a {
        text-decoration: underline; 
        font-family: "Oxygen";}
        #login_form .form-group.lost_password a:hover {
          text-decoration: none; }

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px; }

/*# sourceMappingURL=authentication.css.map */
