@media all {
	html,body{
		height:100%;
	}
	body {
		margin:0px;
		width:100%;
	}
	a {
		text-decoration: none;
	}
	p {
		padding:0;
		margin:0;
	}
	#login{
		width: 460px;
		float: left;
		height: 100%;
		background-color: #fff;
		-webkit-box-shadow: 6px 0px 41px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 6px 0px 41px -10px rgba(0,0,0,0.75);
		box-shadow: 6px 0px 41px -10px rgba(0,0,0,0.75);
		z-index: 1;
		background-image: url(../images/bg_linhas_login.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#imagens{
		width: calc(100% - 460px);
		margin-left: 460px;
		height:100%;
		
		background-size: cover;
	}
	#logo{
		width: 100%;
		margin-top: 90px;
		float: left;
		background-image: url(../images/logo_entrada_nova.webp);
		background-repeat: no-repeat;
		background-position: center center;
		height: 175px;
	}
	#msg{
		width: 100%;
		line-height:60px;
		float:left;	
		font-family: 'Source Sans Pro';
		font-size:14px;
		text-align:center;
	}
	#formulario{
		width: 100%;
		float:left;	
	}
	#formularioInput{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#rodape{
		width: 460px;
		height:22px;
		float: left;
		font-family: 'Source Sans Pro';
		font-size: 13px;
		color: #8996aa;
		position: fixed;
		bottom: 0px;
		left: 0px;
		margin-bottom: 20px;
		line-height: 22px;
		background-image: url(../images/logo_wl.webp);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.tamanho15px{
		font-size: 15px;
		text-decoration: underline;
	}
	#formulario input[type="text"],
	#formulario input[type="password"],
	#formulario input[type="button"]{
		width: calc(100% - 30px);
		background-color: #ebedf1;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-radius: 16px;
		padding: 14px;
		color:#8996aa;
		font-family: 'Source Sans Pro';
		font-size:13px;
	}
	#formulario input[type=submit]{
		width: 100%;
		background-color: #00913d;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-radius: 16px;
		height: 44px;
		color: #fff;
		font-family: 'Source Sans Pro';
		font-size: 16px;
		font-weight: bold;
		cursor:pointer;
	}
	#formulario input[type=submit]:hover{
		background-color: #0461a4;	
	}
	.corAzul{
		color: #8996aa;
	}
	.corVermelho{
		color:#F00;
	}
	.corVerde{
		color:#00913d;
	}
	.memorizarDadosAcesso{
		font-family: 'Source Sans Pro';
		font-size:13px;
		color:#999;
		text-align:center;
	}
}
