body{
	color:#000;
	background-color:#000e24;
	background-attachment: fixed;
  padding-top: 3%;
	margin:0
}
body,input,select,textarea,td,th{
	font-family: Helvetica,Tahoma,Arial,sans-serif;
	font-size:14px
}
a:link,a:visited,a:active,a:hover{
	font-weight:700;
	text-decoration:none;
	color:#000
}
form{
	margin:0;
	padding:0
}
#logo{
	padding-bottom:5px
}
#login_logo{
	margin:30px 10px 25px 0;
	width:230px !important;
	height:auto !important;
}
#login_block{
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  height: 230px;
  margin-top: 90px;
  text-align: center;
  background-color: white;
  box-shadow: 0 0.313em 2.625em 0 rgb(35 70 107 / 8%);
  border-radius: 8px;
}
#login_table{
	width:200px;
	margin-left:auto;
	margin-right:auto
}
#login_table th{
	font-weight:400;
	text-align:right
}
#login_table td{
	text-align:left
}
#login_remember{
	margin-top:5px
}
.login_sep{
	text-align:center;
	height:2px;
	background-image:url("../theme/images/iconpane-sep.png");
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0
}
.loginfield{
	width:120px
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid #bebcb5;
	background-color:#FFF;
	padding:0
}
#footer .content{
	text-align:center;
	padding:8px
}
#footer a:link,#footer a:visited,#footer a:active,#footer a:hover{
	font-weight:400;
	text-decoration:none;
	color:#040
}
#loginerror{
	color:red;
	margin-top:5px
}
a:hover,#footer a:hover{
	text-decoration:underline
}
