/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* 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 .btn {
  -webkit-box-shadow: 0px 1px 3px #636363;
  box-shadow: 0px 1px 3px #636363;
}

#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, #create-account_form {
  background: white;
  padding: 15px;
  min-height: 304px;
  -webkit-box-shadow: 0px 1px 3px rgba(155, 155, 155, 0.55);
  box-shadow: 0px 1px 3px rgba(155, 155, 155, 0.55);
}
#login_form .form-control, #create-account_form .form-control {
  max-width: 271px;
}

.form_content {
  padding-top: 15px;
}
.form_content .submit {
  margin-bottom: 0;
}

#account-creation_form {
  background: white;
  padding: 15px;
}
#account-creation_form .checkbox {
  padding-top: 0;
  min-height: 20px;
}

.account_creation .page-subheading {
  margin-bottom: 15px;
}

.btn-custom-account {
  padding: 9px 40px;
  -webkit-box-shadow: 0px 1px 3px #636363;
  box-shadow: 0px 1px 3px #636363;
}
