body{
	background-image: url(/ig/bg.gif);
    /* background-repeat: no-repeat; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /* background-position: center; */
    /* padding-top: 3rem; */
    /* padding-bottom: 3rem; */
}
/* .wrap { */
	/* border:1px solid; */
	/* overflow:hidden; */
/* } */
form{
	margin-top:8%;
	text-align:center;
}
form h1{
	color:#eee;
	margin-bottom:30px;
}
form input{
	margin:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	
}
form input[type="submit"]{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	padding: 11px 35px 12px 30px;
	position:relative;
	left:-4.5px;
	top:-1px;
	font-size:1rem;
	/* background:#FFCC01; */
}
#copyright{
	/* display:none; */
	position:fixed;
	bottom:0px;
	background:#000;
	width:100%;
	text-align:center;
	margin:0px;
	padding:20px;
	/* height:200px; */
}
#copyright, #copyright a{
	color:#888;
	font-size:14px;
}
@media only screen and (max-width: 767px) {
	body{
		background-size:auto;
	}
	form{
		margin-top:22%;
	}
	form h1{
		margin-bottom:2rem;
	}
	#copyright{
		/* display:none; */
		position:fixed;
		bottom:0px;
		background:#000;
		width:100%;
		text-align:center;
		margin:0px;
		padding:20px 0px 20px 0px;
		/* height:200px; */
	}
	#copyright, #copyright a{
		font-size:13px;
	}
}

















