/* #006E97 */

*{
	box-sizing: border-box;
}

body{
	background:url('imgs/login.jpg') #111 top center no-repeat;
	background-size:cover;
	margin: 0;
	padding: 0;
	font: 10pt Verdana,sans-serif;
	color: #166FBD;
	text-align:center;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

:focus{
	outline:0px;
}
::-webkit-input-placeholder {
  color: #7E7869;
}
::-moz-placeholder {
  color: #7E7869;
}
:-ms-input-placeholder {
  color: #7E7869;
}
:-moz-placeholder {
  color: #7E7869;
}








form{
	width:400px;
	background:rgba(255,255,255,0.8);
	border-radius:6px;
	height:380px;
	padding: 20px;
	margin:40px  auto;
	overflow: auto;
	text-align:center;
	top:50%;
	bottom:50%;
	left:50%;
	right:50%;
	position:absolute;
	margin: -190px 0 0 -200px;
}

form img{
	width:200px;
	margin-bottom:20px;
}

label{

	width:100%;
	text-shadow:1px 1px white;
	text-align:left;
	display:block;
	margin: 10px 0 0 0;
	color:#166FBD;
	font-size:7pt;
	padding:5px 0 0 5px;
	text-transform:uppercase;
	background:rgba(255,255,255,0.9);
}

input,:-webkit-autofill{
	background:rgba(255,255,255,0.9);
	transition:.4s;
	padding:10px;
	color:#000;
	width:100%;
	text-align:center;
	font-size:13pt;
	border:0;
	font-size:9pt;
	font-family:Verdana;
	border-bottom:2px solid white;

}
input:focus{
	border-bottom:2px solid #166FBD;
	background:white;
}
input:focus::before{
	background:white;	
}

#entrar{
	margin:15pt auto 0 auto;
	background:#166FBD;
	border:0;
	width:auto;
	padding:20px 20px 20px  ;
	
	cursor:pointer;
	transition:1s;
	text-transform:uppercase;
	color:white;
	font-size:8pt;
}
#entrar:hover{
	background:black;
	box-shadow:0 0 10px white;

}


.ko{
	padding:20px;
	max-width:400px;
	margin:40px auto;
	background:rgba(255,0,0,0.4);
	border-radius:6px;
	font-weight:bold;
	width:100%;
	color:white;
}