html,body {
	background-color: #2c3753;
	width: 100%;
	height: 100%;
	margin:0;
	text-align: center;
	font-family: Arial;
}

input { 
 font-size: 27px;
 font-weight:100;
 line-height: 32px;
 height: 31px;
 width: 320px;
 text-align: center; 
 margin: auto;
}

input:focus {color: #025bab;}

#input_login {
	margin-top: 236px;
	border: 0px;
}

#input_pass {
	margin-top: 34px;
	border: 0px;
}

#login_button {
 
}

#login_form {
  width: 484px;
  height: 520px;
  margin: auto;
  margin-top: 70px;
  background: url("./login_window.png");
}

#form_table {
  	
}

#password_forget {
  padding-top: 14px;
}

#password_forget A {
  color: #0070bc;
}

#password_forget A:hover {
  text-decoration: none;
  color: #0090Cc;
}

.txt {text-align: center;}

#contacts {
	color: #97999b;
	font-size: 10px;
	padding-top: 34px;
}

#contacts span {
	font-size: 10px;
	color: #FFFFFF;
}