*,
*:before,
*:after{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	box-sizing:border-box;
}

html{
	width:100%;
	height:100%;
	background-color: #0068B1;

}
body{
	background-color: #0068B1;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 1em;
	color:#333333;
}

#container{
	position: relative;
	width:310px;
	margin:0 auto;
	text-align: center;
	
}

.username{
	width:100%;
	height:2.5em;
	border:1px solid #007AD5;
	font:17px Arial;
	padding-left:4px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #003964;
	color:white;
	outline: none;
}
.username::placeholder{
	color: #4b6d88;
}
.username::-webkit-input-placeholder{
	color: #4b6d88;
}
.username::-moz-placeholder{
	color: #c6def1;
}
.username::-ms-input-placeholder{
	color: #c6def1;
}

.senha{
	width:100%;
	height:2.5em;
	border:1px solid #007AD5;
	font:17px Arial;
	padding-left:4px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #003964;
	color:white;
	outline: none;
}

.senha::placeholder{
	color: #4b6d88;
}

.senha::-webkit-input-placeholder{
	color: #4b6d88;
}

.senha::-moz-placeholder{
	color: #c6def1;
}

.senha::-ms-input-placeholder{
	color: #c6def1;
}
.bntLogin{
	width: 100%;
	height:1.9em;
	border:0;
	background-color:#FFCC00;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 0.2em;
}
.imgLogo{
	margin: 0 auto;
	
}
@media screen and (min-width: 480px) {

	#container{
		position: absolute;
		width:310px;	
		height: 240px;
		left:50%;
		top:50%;
		margin-top:-120px;
		margin-left:-155px;
		text-align: center;
		
		
	}
}

@media screen and (max-width: 240px) {


}
