@CHARSET "UTF-8";
@import url("support.css");
.outer{
	width: 99%;
	top:40%;
	text-align: center;
	position: absolute;
}
.login{
	border: 1px solid black;
	background-color: #D1E3FF;
	padding: 10px;
	font-size: 14px;
	margin: 0px auto;
	width: 250px;
}
input{
	width: 185px;
}
