/**********************************************************
				Authentication Styles
**********************************************************/
#authentication .page-subheading {
  margin-top: 25px; }

#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 {
  background: #404040;
  min-height: 297px; }
  #login_form .page-heading {
    border-color: #878787; }
  #login_form .form-group {
    margin: 0 0 3px 0; }
    #login_form .form-group label {
      color: #ffffff; }
    #login_form .form-group.lost_password {
      margin: 15px 0; }
      #login_form .form-group.lost_password a {
        color: #bebfc0;
        text-decoration: underline; }
        #login_form .form-group.lost_password a:hover {
          color: #e5e5e5;
          text-decoration: none; }
  #login_form .button {
    background-color: #e5e5e5;
    color: #5e5e5e; }
    #login_form .button span {
      color: #5e5e5e; }
    #login_form .button:hover {
      background-color: #e5322d;
      color: #ffffff; }
      #login_form .button:hover span {
        color: #ffffff; }

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px; }

.account_creation .txt {
  color: #2f2f2f;
  margin-bottom: 12px;
  font-style: italic;
  padding-right: 15px; }
  .account_creation .txt span {
    color: #e5322d;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline; }

/*# sourceMappingURL=authentication.css.map */
