/* 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 {
    color: #565656;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 17px; }
  #create-account_form .form-group {
    margin: 0 0 15px 0; }

#login_form {
  min-height: 297px; }
  #login_form .form-group.lost_password {
    color: #565656;
    font-size: 13px;
    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: 440px) {
  #authentication #center_column {
    margin-top: 40px; }
  #authentication .box {
    margin-bottom: 30px; }
  #authentication h1 {
    display: none; }
  #authentication #center_column > .row {
    margin: 0 -20px; }
  #authentication #center_column .col-sm-6 {
    padding: 29px 20px 0; }
    #authentication #center_column .col-sm-6:last-child {
      border-top: 1px solid #e5e5e5; }
  #authentication .submit .btn {
    font-size: 14px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 100%; }

  .account_creation .page-subheading {
    display: none; }

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

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