/**********************************************************
				Authentication Styles
**********************************************************/
/* line 8, ../sass/authentication.scss */
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none; }

/* line 12, ../sass/authentication.scss */
#create-account_form {
  min-height: 297px;
  padding: 12px 30px;
  box-sizing: border-box; }
  /* line 14, ../sass/authentication.scss */
  #create-account_form p {
    margin-bottom: 12px;
    font-size: 16px; }
  /* line 17, ../sass/authentication.scss */
  #create-account_form .form-group {
    margin: 0 0 20px 0; }

/* line 22, ../sass/authentication.scss */
#login_form {
  min-height: 297px;
  padding: 12px 30px;
  box-sizing: border-box; }
  /* line 24, ../sass/authentication.scss */
  #login_form .form-group {
    margin: 0 0 3px 0; }
    /* line 26, ../sass/authentication.scss */
    #login_form .form-group.lost_password {
      margin: 14px 0 15px 0;
      text-align: right; }
      /* line 28, ../sass/authentication.scss */
      #login_form .form-group.lost_password a {
        text-decoration: underline; }
        /* line 30, ../sass/authentication.scss */
        #login_form .form-group.lost_password a:hover {
          text-decoration: none; }

/* line 39, ../sass/authentication.scss */
#login_form .form-control, #create-account_form .form-control {
  max-width: 271px; }
