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

.account_creation {
  padding-top: 30px; }

#create-account_form {
  min-height: 297px; }

#create-account_form p {
  margin-bottom: 8px; }

#create-account_form .form-group {
  margin: 0 0 20px 0; }

#login_form {
  min-height: 297px; }

#login_form .form-group {
  margin: 0 0 3px 0; }

#login_form .form-group.lost_password {
  margin: 14px 0 15px 0; }

#login_form .form-group.lost_password a {
  text-decoration: underline; }

#login_form .form-group.lost_password a:hover {
  text-decoration: none; }

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

#create-account_form, #login_form {
  min-height: 320px; }

#id_country_chosen {
  display: block; }

@media (max-width: 480px) {
  .id_state div.selector, #authentication div.selector, #authentication div.selector select {
    width: 100% !important; }

  div.submit {
    text-align: center; }

  div.submit button {
    width: 100%; } }

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