/**********************************************************
				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; }

/*# sourceMappingURL=authentication.css.map */
#login_form .form-group.lost_password{
	width:auto;
}
@media(max-width:1000px){
	body#password .page-heading, 
	body#authentication .page-heading{
		font-size:40px;
	}
	#authentication .subtitle{
		font-size:20px;
	}
	#authentication .subtitle + p{
		font-size:18px;
	}
	#authentication #center_column{
		padding:0;
	}
	#authentication #center_column > .fixed{
		position:relative;
	}
	#password #center_column .row,
	#authentication #center_column .row{ 
		margin:0;
	}
	#password #center_column .row .col-xs-4,
	#password #center_column .row .col-xs-8{
		padding-right: 0;
		padding-left: 0;
	}
	#authentication #center_column .row .col-xs-4,
	#authentication #center_column .row .col-xs-8{ 
		padding-right:0;
		padding-left:0;
	}
	#authentication 	.columns-container{	
		background:none;
	}
}
@media(max-width:1000px){
	
	#authentication .welcome_box .mobile_only img{
		width:200px
	}
}