body {
	background-image: url(../_img/login_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 265px;
}

#container {
	width: auto;	
}

/** logo **/
header h1  a {
	width: 100%;
	background-position: center bottom;
	height: 177px;
	position: relative;
	display: block;
	text-indent: -4567px;
	cursor: default;
}

button#burger {
	display: none;	
}

/** form **/
form {
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding-top: 350px;	
}
form p {
	margin-bottom: 12px;	
}
form input[type="text"] {
	box-sizing: border-box;
	border: 1px solid #9d9d9d;
	background: #fff;
	width: 100%;
	padding: 0 5px;
	height: 30px;
	border-radius: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 22px;	
	color: #222;
	font-weight: 400;
}
form input.guide {
	color: #979797 !important;
	font-weight: 300;
}
form p.button input {
	font-size: 20px;
	padding: 0px 25px;
	line-height: 30px;
}

p.err {
	color: #f6a740;	
	font-weight: 700;
}

/** mobiles **/
@media (max-width: 740px) {

	body {
		background-size: 1000px auto;
		background-position: center 100px;
	}
	form {
		padding-top: 330px;	
	}

}
