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

#create-account_form {
  min-height: 245px;
  padding-bottom: 16px; }
  #create-account_form p {
    font-size: 0.85em;
    margin-bottom: 2.1em; }
  #create-account_form .form-group {
    margin: 0 0 20px 0; }

#login_form {
  min-height: 245px;
  padding-bottom: 16px; }
    #login_form .form-group.lost_password {
      margin: 14px 0 15px 0;
      float: left;
      font-size: 0.85em;}
      #login_form .form-group.lost_password a {
        text-decoration: underline; }
        #login_form .form-group.lost_password a:hover {
          text-decoration: none; }

#login_form label, #create-account_form label {
  width: 33%;
  margin-right: 0;
  display: inline-block;
}
#login_form .form-control, #create-account_form .form-control {
  max-width: 64% !important; }

.authentication .col-sm-6 {
  width: 31.33333%;
  margin-right: 2%;
}
#create-account_form .submit,
#login_form .submit {
  text-align: right;
  padding-left: 0;
}
