/**********************************************************
				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 {
  padding:50px !important;
	text-align:center;
	margin-top: 150px;
	margin-bottom: 140px;
	/*min-height: 297px;*/ }
  #login_form .form-group {
    text-align:center;
	  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; }


#login_form label {
	width:200px;
}
#login_form .form-control {
	width:200px;
	display:inline;
}

body#authentication {
	background: url("../img/home_bckgrd.jpg") no-repeat center 170px;
	background-color: #000;
}

body#authentication header,
body#authentication .header-container,
body#authentication .columns-container {
	background-color:transparent;
}


body#authentication #header_logo {
	text-align:center;
	width:100%;
}
body#authentication #header_logo img {
	display:inline;
}

/*# sourceMappingURL=authentication.css.map */
