body{
	margin: 0;
	padding: 0;
	background: url(normal.jpg);
	background-size: cover;
	font-family: sans-serif;
}
.title{
	text-align: center;
	padding: 50px 0 20px;
}
.title h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 36px;
}
.container{
	width: 50%;
	height: 450px;
	background: rgba(255,255,255,.5);
	margin: 0 auto;
	border: 2px solid #fff;
	box-shadow: 0 15px 40px rgba(0,0,0,.5);
}
.container .center{
	text-align: center;
	width: 100%;
	background: url(LOGO.png);
	background-position-x: center;
	background-size: contain;
	background-repeat:no-repeat;
}
.formBox{
	width: 100%;
	padding: 80px 40px;
	box-sizing: border-box;
	height: 400px;
}
.formBox input{
	margin: 200px auto;
}
.formBox input[type="submit"]{
	border-radius: 5px;
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	background: #262626;
	cursor: pointer;
}
.formBox input[type="submit"]:hover{
	background: #a6af13;
}