﻿#img {
	background-image: url(../images/sinqia-bancos.jpg);
}

#formPrincipal {
	background-color: rgba(250, 70, 22, .8); 
	width: 450px; 
	height: 440px; 
	margin: auto; 
	margin-top: 10%;
}

#txtusuario {
	width: 80%;
	height: 5%;
	margin: 12% 10% 0px 10%;
	color: black !important;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid white;
	font-size: 12px;
}

#txtsenha {
	width: 80%;
	height: 5%;
	margin: 10% 10% 0px 10%;
	color: black !important;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid white;
	font-size: 13px;
}

#imgOK {
	background-color: white;
	border: none;
	width: 20%;
	margin: 10px 40% 0 40%;
	color: rgba(250, 70, 22, 1);
}

.versao {
	font-size: 12px;
	margin: 8% 0 0 2%;
	color: white;
	position: inherit;
}

#imageCabecalho {
	width: 100%;
}

#divteste {
	width: 100%;
	background-color: red;
	height: 50px;
	float: left;
}

.BodyBanner {
	align-content: space-between;
}

#navegador {
	color: yellow;
}