/**********************************************************
				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 input.form-control {/*width:70%;*/}
#create-account_form p {
  margin-bottom: 8px;
}
#create-account_form .form-group {
  margin: 0 0 20px 0;
}

#login_form {
 /* min-height: 297px;*/
}
#login_form input.form-control {/*width:70%;*/}
#login_form .form-group {
  margin: 0 0 10px 0;
}
#login_form .form-group.lost_password {
/*  margin: 14px 0 15px 0;*/
  display: inline-block;
  width: inherit;
  clear: none;
}
#login_form .form-group.lost_password a {
  text-decoration: none;
  background-color: white;
  border: solid 1px #111111;
  border-radius: 0.55rem;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #111111;
  font-size: 0.8rem;
  padding: 0 0.25rem;
  display: inline-block;
}
#login_form .form-group.lost_password a:hover {
  text-decoration: none;
}

#login_form .form-control, #create-account_form .form-control {
  /*max-width: 271px;*/
}
h3#tlopd {font-size:15px;}
p#dlopd {font-size:12px;line-height:normal;}
.recuperar_pwd{
  font-size: 0.8rem;
  margin-left: 1rem;
}
button#submitAccount {
  display: block;
  margin-top: 1rem;
}

div#g-recaptcha {
  margin-top: 1rem;
}