html, body {
	background-color: #f6f6f6!important;
}
.pnl-home {
    overflow: auto;
    width: 100%;
    display: block;
    height: 100vh;
    width: 100vw;
}
.pnl-cadastro {
	position: absolute;
	top: 10%;
	left: 5%;
	box-shadow: rgb(204, 204, 204) 2px 1px 7px 1px; 
	background-color: rgb(255, 255, 255); 
	width: 90%;
	min-height: 500px;
	margin-bottom: 40px;
}
.pnl-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 40px 30px 40px 30px;
}
.pnl-rodape {
	position: absolute;
	top: 100%;
	left: 0px;
	margin-top: 20px;
	width: 100%;
	height: 30px;
}
.block-right {
	float: right;
	margin-left: 50px;
	color: #757575!important;
}
.link-cinza, .link-cinza:hover {
	color: #757575!important;
}
.img-logo {
	margin-left: -3px;
}
.right {
	float: right;
}
.pnl-link-senha {
	margin-top: 33px;
}
.pnl-link-conta {
	margin-top: 40px;
}
a, a:focus, a:hover {
	color: #2196F3!important;
	cursor: pointer;
}
input:-webkit-autofill {
    border-bottom: 2px solid #2196F3!important;
}

input:focus{
    outline: none;
    box-shadow: 0px 0px 5px #FFFFFF;
    border-color: #FFFFFF;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.CampoLogin:hover, .CampoSenha:hover {
    border: 0px solid #fff;
}
.label-error {
	color: red;
	font-weight: bold;
}

@media screen and (min-width: 1024px) {

	html, body, #wrap {
		font-size: 1em;
	}
	.pnl-cadastro {
		top: 60px;
		margin-top: 0px;
		left: 50%;
		margin-left: -400px;
		width: 800px;
	}
}