@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,cyrillic-ext);


html, body {
	height: 100%;
	width: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #F9F9F9;
	color: #666; 
}
A {
	color: #5E8498;
}
 
form#loginform fieldset {
	background-color: #FFF;
	border: 1px solid #EEE;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 30px;
	margin-right: 0px;
	margin-left: 0px;
}
#login {
	WIDTH: 360px;
	POSITION: absolute;
	left: 50%;
	margin-left: -180px;
	margin-top: 100px;
}
.msg_error {
	font-size: 0.8em;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	position: relative;
}
.msg_error:before {
	content: '';
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #dd3d36;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
	position: absolute;
	}
.top {
	font-size: 0.75em;
	color: #999999;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
}
.login {
}
.forget {
	color: #999;
	margin-left: 31px;
	font-size: 0.85em;
	text-decoration: none;
}
.admin-logo {
	text-align: center;
	margin-bottom: 20px;
}
.input {
	border: 1px solid #D5D5D5;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
	background-color: #F9F9F9;
	box-sizing: border-box;
}
.button {
	cursor: pointer;
	cursor: hand;
	background-color: #598094;
	font-size: 1em;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	display: block;
	width: 170px;
	padding: 15px;
	margin-right: auto; transition: all ease .1s;
	margin-left: auto;
}
.button:hover {
	background-color: #3D5C6F!important;
	color: #FFF;
}

 
label {
	display: block;
	margin-bottom: 5px;
	color: #999;
	font-size: 0.9em;
}
