/* RIGHT TO LEFT */
/*
 * LAYOUT VARIABLES
 */
/* RIGHT TO LEFT */
/**********************************************************
				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 {
  margin-bottom: 8px;
}
#create-account_form .form-group {
  margin: 0 0 20px 0;
}

#login_form {
  min-height: 297px;
}
#login_form .form-group {
  margin: 0 0 3px 0;
}
#login_form .form-group.lost_password {
  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;
}

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px;
  width: -webkit-fill-available;
}

.form_content {
  padding: 0 0 15px 15px;
}

#social_networks {
  min-height: 327px;
}

#social_networks button {
  margin: 6px 5px;
  box-shadow: 0 1px 2px 1px #aaaaaa;
  font-size: 13px;
  padding: 5px
}

#social_networks button > i {
  font-size: 19px
}

#social_networks .btn-facebook {
  background-color: #3b5998;
  color: #ffffff;
}

#social_networks .btn-google {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Roboto' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 3.4px 9px
}

#social_networks .btn-google img {
  margin-right: 0;
  height: 17px
}

#social_networks .social_btn {
  padding-top: 25px; 
  padding-bottom: 25px; 
  display: flex; 
  justify-content: space-evenly;
}
#authentication .page-heading{
  margin-left: 10px;
}

#authentication #whatsapp-button{display: none;}
#authentication .grecaptcha-badge{display: none;}
