/*html { 
}*/
body {
  background: url('images/back.jpg') no-repeat center center fixed; 
  background-size: cover;
	font-family: 'Open Sans', sans-serif;
	
	
/*	font-size:0.8em;
	margin:0;
	padding:0;
	min-width:360px;
*/
	overflow-x: hidden;
	overflow-y:auto;

}
*{
	margin:0;
	padding:0;
}
h1 {
	color: rgb(0, 90, 170);
	font-family: 'Exo 2', sans-serif;
	font-size: 30px;
	padding: 25px 20px 25px 25px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
h2{
	color: rgb(0, 90, 170);
	font-size: 18px;
	font-weight: normal;
	margin: -10px 0 30px 35px;
}

a {
	color:rgb(0, 90, 170);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#main {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
/*	min-height: 470px;*/
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
}
#header{
    height: 80px;
    padding: 0px 0 0 0;
    box-shadow: 0px 2px 8px 0px rgb(200, 200, 200);
    margin-bottom: 35px;
    margin-top: -8px;
}	

#lng{
	min-width: 45px;
	width: 0px;
	z-index: 999999999999;
	position: absolute;
	top: 17px;
	right: 10px;
	font-size: 16px;
	float:left;
	text-transform: uppercase;
}
#lng>p:first-child{
	padding:10px;
	width: 40px;
	float: left;
	line-height: 20px;
	color: #004990;
	cursor: pointer;
	border-left: 1px black solid;
}
#lng>div{
	float:left; clear:left;
	margin-top:10px;
	padding: 0px 5px;
	border: 1px #004990 solid;
	width:40px;
	background-color:#fff;
	height:0px;
	overflow: hidden;
	opacity: 0;
	transition: .8s;
}
#lng:hover >div{
	height: auto;
	padding:10px 5px;
	opacity: 1;
}
#lng>div > a{
	display:block;
	width:100%;
	text-align:center;
}
/* --- Forms */
form > * {float:left;}
form img, form > div.img{
	width:17.85px; height:20px;
	margin:0px 27px 0 35px;
}
input[type="text"], input[type="password"]{
	display: inline-block;
	background-color: rgb(245, 245, 250);
	border: none;
	height:30px;
	margin: -3px 0 28px 0;
	height: 30px;
	width: 230px;
	
	padding-left: 15px;
	border-radius: 5px;
	color: #004990;
}
#eye, .eye{
	clear:both; position:relative;
	background-image: url('icons/eye.png');
	background-repeat: no-repeat;
	background-position: center;
	margin:-63px auto 15px 280px;
	height:47px; width:30px;
	cursor: pointer;
	z-index: 1000;
	opacity:.3;
}

label{
	display:inline-block;
	margin: 10px 0 0 30px;
	font-size: 15px;
}

input[type="checkbox"]{
	display: none;
}
input[type="checkbox"] + label {
	display:block;
	margin:10px 0 0 33px;
	height: 22px; width:22px;
	background-color: #969696;
	border-radius: 50%;
	cursor: pointer;
}
input[type="checkbox"]:checked + label {
	background-color: #004990;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 -2 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}
button{
	background-color: #477099;
	color: white;
	cursor: pointer;
	height: 30px; width: 87%;
	border: none;
	margin: 5px 0 10px 25px;
	border-radius: 15px;

}
input[type="submit"], button[type="submit"]{
	background-color: #004990;
	color: white;
	cursor: pointer;
	height: 30px; width: 87%;
	border: none;
	margin: 5px 0 10px 25px;
	border-radius: 15px;
}

label + input[type="submit"]{
	margin-top:55px;
}
::placeholder {
    color: #969696;
}

hr {
	position:relative;
	background-color: rgb(230, 230, 230);
	height: 3px;
	width: 300px;
	margin: 00px 0 28px 25px;
	border: none;
}

.contBellow{
	clear: both;
	width:100%;
	text-align: center;
	line-height: 22px;
	font-style: italic;
	padding-top:25px;
	margin-bottom: 20px;
}
.contBellow > p {
    color: #969696;
    text-align: center;
    margin-top: 9px;
}

.info, .badMsg{
	display:block;
	padding: 0 20px 30px 20px;
	width:310px;
	text-align:center;
	color: #888;
/*	color: #004990;*/
}
.badMsg{
	color:red;
}