*{
	margin: 0;
	padding: 0;
	outline: none;
}
html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #204870; /* Old browsers */
	background: -moz-radial-gradient(50% 239px, ellipse cover,  #204870 0%, #1b354e 320px); /* FF3.6+ */
	background: -webkit-gradient(radial, 50% 239px, 0px, 50% 239px, 320px, color-stop(0%,#204870), color-stop(320px,#1b354e)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(50% 239px, ellipse cover,  #204870 0%,#1b354e 320px); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(50% 239px, ellipse cover,  #204870 0%,#1b354e 320px); /* Opera 12+ */
	background: -ms-radial-gradient(50% 239px, ellipse cover,  #204870 0%,#1b354e 320px); /* IE10+ */
	background: radial-gradient(ellipse at 50% 239px,  #204870 0%,#1b354e 320px); /* W3C */
	font-family: Arial;
}
.main{
	max-width: 470px;
	margin: auto;
}
.tac{
	text-align: center;
}
.logo{
	padding: 140px 0 50px;
}
.logo img{
	border: none;
}
.login_form{
	padding: 40px 30px 27px;
	background: rgb(68,110,152); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(68,110,152,0.1) 0%, rgba(100,137,172,0.1) 26%, rgba(125,185,232,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,110,152,0.1)), color-stop(26%,rgba(100,137,172,0.1)), color-stop(100%,rgba(125,185,232,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,110,152,0.1) 0%,rgba(100,137,172,0.1) 26%,rgba(125,185,232,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,110,152,0.1) 0%,rgba(100,137,172,0.1) 26%,rgba(125,185,232,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,110,152,0.1) 0%,rgba(100,137,172,0.1) 26%,rgba(125,185,232,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(68,110,152,0.1) 0%,rgba(100,137,172,0.1) 26%,rgba(125,185,232,0.1) 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.login_form fieldset{
	border: none;
}
.field{
	font-size: 18px;
	color: #71879e;
	text-indent: 17px;
	width: 100%;
	border: none;
	height: 40px;
	padding: 0;
	background: #40566b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button{
	font-size: 16px;
	color: #a6cfb8;
	text-shadow: 1px 0 0 #284635;
	height: 50px;
	border: none;
	padding: 0 105px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #46a956;
	background: -moz-linear-gradient(top,  #46a956 0%, #345747 73%, #466046 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a956), color-stop(73%,#345747), color-stop(100%,#466046));
	background: -webkit-linear-gradient(top,  #46a956 0%,#345747 73%,#466046 100%);
	background: -o-linear-gradient(top,  #46a956 0%,#345747 73%,#466046 100%);
	background: -ms-linear-gradient(top,  #46a956 0%,#345747 73%,#466046 100%);
	background: linear-gradient(to bottom,  #46a956 0%,#345747 73%,#466046 100%);
	box-shadow: 0 9px 10px #1e3750;
	-moz-box-shadow: 0 9px 10px #1e3750;
	-webkit-box-shadow: 0 9px 10px #1e3750;
}
.button:hover{
	background: #466046;
	background: -moz-linear-gradient(bottom,  #46a956 0%, #345747 73%, #466046 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#46a956), color-stop(73%,#345747), color-stop(100%,#466046));
	background: -webkit-linear-gradient(bottom,  #46a956 0%,#345747 73%,#466046 100%);
	background: -o-linear-gradient(bottom,  #46a956 0%,#345747 73%,#466046 100%);
	background: -ms-linear-gradient(bottom,  #46a956 0%,#345747 73%,#466046 100%);
	background: linear-gradient(to top,  #46a956 0%,#345747 73%,#466046 100%);
}
.link{
	padding: 0 15px;
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	margin: 0 20px;
}
.alert{
	color: #ff274b;
	padding-bottom: 20px;
	font-weight: bold;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mt15{
	margin-top: 15px;
}