/* text */
/* bg */
/* border */
/* title */
/* button */
/* sticker */
/* icon */
/* hover */
/* active */
/* box-shadow */
/* text-shadow */
/* color schemes */
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none; }

#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.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; }

/* mobile */
@media (max-width: 414px) {
  #authentication h1 {
    display: none; }
  #authentication #center_column > .row {
    margin: 0 -25px; }
  #authentication .col-sm-6 {
    border-top: 1px solid #e2e2e2;
    padding: 21px 25px 0; }
  #authentication .submit .btn {
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: none;
    width: 100%; }

  .account_creation .page-subheading {
    display: none; }

  #create-account_form, #login_form {
    min-height: 0; } }

/*# sourceMappingURL=authentication.css.map */
