.login
{
	position: relative;;
	width: 100%;
	text-align: center;
	background: url("./images/log.png") repeat-x scroll center top;
	padding-top: 50px;
	height: 210px;

}
.log-text{
	width: 90%;
	margin-left: 5%;

	}
.text-center{
	text-align: center;
	}
.text-left{
	text-align: left;	
	}
.w-110{
	width: 100px;	
	}
.w-50p{
	width: 65%;	
	}
.m-top-10{
	margin-top: 10px	
	}
.right{
	float: right;	
	}
.left{
	float: left;	
	}
input{

	}
.h-30{
	height: 30px;
	width: 290px;
	margin-left: 12%;
	}
h2{

	color: #cee8f1;
	margin-top: 0px;
	margin-bottom:  5px;	
	}
.log-erro-text{
	font-weight: bold;
	font-size: 15px;
	color: #16243D;
	height: 60px;
		
	}
.logo{
	background: url("./images/hanging.png") repeat-x scroll center top ;
	width: 276px;
	height: 194px;
	position: absolute;
	margin-top: 245px;
	margin-left: 50px; 
	}
.login-group{
	color: #284B7E;
	margin-left: 35%;	
	width: 370px;
	margin-top: 100px;
	}
	input{
		color: white;
		font-weight: bold;
		background-color: #009ec7;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:0 2px 3px #8e949c;
	-webkit-box-shadow:0 2px 3px #8e949c;
	box-shadow:0 2px 3px #8e949c;	
	width: 100%;	
		}
	input[type='submit']{
		margin-top: 20px;
		 border-radius: 5px 5px 5px 5px;
		 background-color: #0091c7;
		 color:white;
		 font-weight: bold;
		 border:navy;
		 width: 100px;
		}