.login_main {
	margin: 0px;
	
	width: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-size:1400px 800px;
	padding-top:130px;
	height: 760px;
}
.login_form {
	margin:auto;
	background-color:white;
	width:650px;
	height:380px;
}
.login_form_title {
	letter-spacing:5px;
	font-weight:700;
	height:43px;
	font-size:18px;
	color:#ffe500;
	background-color:#153379;
	padding-top:13px;
	margin-bottom: 50px;
}
.login_table {
	margin:auto;
}
.login_table td{
	font-weight:700;
	letter-spacing: 5px;
}
.login_table tr{
	height:45px;
}
.login_table input[type=text]{
	height:25px;
	width:200px;
	background-color: white;
}
.login_table input[type=password]{
	height:25px;
	width:200px;
	background-color: white;
}
.login_table input[type=submit]{
	height:25px;
	width:70px;
	background-color: #153379;
	text-align:center;
	border: 0px;
	color: #ffffff;
	font-weight:normal;
}
.login_table input[type=button]{
	height:25px;
	width:120px;
	background-color: #153379;
	text-align:center;
	border: 0px;
	color: #ffffff;
	font-weight:normal;
}
