/**********************************************************
Authentication Styles
**********************************************************/
#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 {
  font: normal 14px "Poppins", sans-serif;
  color: #999999;
  line-height: 26px;
  margin-bottom: 50px;
}
#create-account_form .form-group {margin: 0 0 20px 0;}
#login_form {min-height: 297px;}
#login_form p {
  font: normal 13px "Poppins", sans-serif;
  color: #999999;
  line-height: 26px;
  margin-bottom: 50px;
}
#login_form .form-group {margin: 0 0 15px 0;}
#login_form .form-group.lost_password {margin: 14px 0 15px 0;}
#login_form .form-group.lost_password a:hover { text-decoration: underline; }
#login_form .form-control, #create-account_form .form-control {max-width: 271px;}
#account-creation_form label{display: block !important;}
#authentication .form-group label{display: none;}
@media (min-width: 992px){
  #authentication #center_column .col-md-6{border-right: 1px solid #e5e5e5;}
}
/*# sourceMappingURL=authentication.css.map */