@charset "utf-8";
html,body{
	height: 100%;
}
html {
	text-align:center;
	margin:0;
	padding:0;
}
body{
	background-image: url( ../images/bg.jpg);
}
.logo{
	width:50%;
	margin:0 auto;
}
.logo img{
	margin-top:20px;
	margin-bottom:30px;
	width:100%;
	max-width:400px;
	height:auto;
	
}
#wrapper{
	
	min-height: 100%;
	margin-bottom: -20px;
	padding-bottom: 20px;
}
footer{
	text-align: center;
	height:20px;
	background-color: #00A29A;
	font-size: 12px;
	color: #90FFF9;
}
	
input.txt{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#FFFFFF;
	font-size:18px;
	padding:3px;
	width:100%;

	border-radius:5px;
}

.btn-bold{
	font-weight: 700;
	font-size: 18px;
}
