/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/**********************************************************
				Authentication Styles
**********************************************************/
/* line 6, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none;
}

/* line 12, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#create-account_form {
  min-height: 297px;
}

/* line 14, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#create-account_form p {
  margin-bottom: 8px;
}

/* line 17, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#create-account_form .form-group {
  margin: 0 0 20px 0;
}

/* line 22, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#login_form {
  min-height: 297px;
}

/* line 24, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#login_form .form-group {
  margin: 0 0 3px 0;
}

/* line 26, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#login_form .form-group.lost_password {
  margin: 14px 0 15px 0;
}

/* line 28, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#login_form .form-group.lost_password a {
  text-decoration: underline;
}

/* line 30, C:/wamp/www/zodiac/themes/zodiac/sass/authentication.scss */
#login_form .form-group.lost_password a:hover {
  text-decoration: none;
}

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

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