body{
	margin: 0 0 0 0; 
	font-family: "Open Sans";
}

.container{
	width: 100vw;
	height: 100vh;
	background: #020318; 
	background-image: url("../../layout/img/fundologin2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: auto 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.box{
	max-width: 420px;
	max-height: 580px;
	width: 95%;
	height: 95%;
	border-radius: 5px;
}
.logo{
	margin-left: auto;
	margin-right: auto;
	height: 185px;
	width: 250px;
}
.loginsenha{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 140px;
	margin-top: 10px;
}
.campo{
	width: 100%;
	height: 50px;
	display: flex;
	background-color: #28293a;
	border-radius: 10px;
	margin-top: 15px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: #FFF !important;
	caret-color: #FFF;
	transition: background-color 9999s ease-out, color 9999s ease-out;
  }

input{
	height: 48px;
	margin-left: 10px;
	width: 100%;
	border: 0;
	font-size: 18px;
	text-indent: 15px;
	color: #FFF;
	background: transparent;
}

input::placeholder {
	color: #e2e2e2; /* ou qualquer cor que desejar */
  }
input:focus{
	outline: none;
}
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.icone{
	float: right;
	width: 50px;
}
.esqueci{
	text-align: right;
	font-size: 14px;
	color: #FFF;
	cursor:pointer;
}
.caption{
	float: left;
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
}
.centrobotao{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
}
.botao{
	margin-top: 25px;
	float: left;
	height: 50px;
	width: 100%;
	margin-left: 0px;
	background-color: #1c2632;
	border-radius: 10px;
	color: #FFF;
	cursor: pointer;
}
.botao:disabled{
	background-color: #ccc;
	cursor:default;
}
.logoprecode {
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	opacity: 0.5;
}
.logoprecode:hover{
	opacity: 1;
}
.titulo{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
	margin-top: 30px;
	line-height: 8px;
	color: #757575;
}
.titulo b{
	font-size: 20px;
	font-weight: 900;
}
.titulo p{
	font-size: 14px;
	font-weight: 800;
}