.login_cont{	position:relative;	max-width:400px;	left:50%;	margin:0 0 0 -200px;	}.login_head{	background: #000099;	padding:10px;	color:white;	text-align:center;}.login_form{	border:1px solid black;	padding:10px;	line-height: 30px;	font-size:15px;}.login_form input{	height:30px;	width:250px;	padding:0 10px 0 10px;	margin:10px 0 0 10px;}.submit_button{	height:35px;	width:270px;	background:green;	cursor:pointer;	color:white;	margin:10px 0 0 10px;}.error_msg{	color:red;}.forgot_password_button{	height:35px;	width:270px;	background:green;	cursor:pointer;	color:white;	margin:10px 0 0 10px;	text-decoration:none;	padding:20px;}