@charset "utf-8";

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
	background: #fffff;
	color: #606468;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  margin: 0;
}

input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
}

p {
	line-height: 1.5em;
}

.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }

/* ---------- LOGIN ---------- */

#login {
    width:280px;
    height:180px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-140px 0 0 -140px;
    
}

.login_gray_block {
	background-color: #567EB9;
	border-radius: 3px 0px 0px 3px;
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 50px;
	font-size:24px;
	line-height:40px!important;
}

.login_links { color : #567EB9; text-decoration:none; }
.login_error { color : #ff0000; text-align:center }

#login form input {
	height: 40px;
}

#login form input[type="text"], input[type="password"] {
	background-color: #fff;
	border-radius: 0px 3px 3px 0px;
	color: #000;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 228px;
}

#login form input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #567EB9;
	color: #eee;
	font-weight: bold;
	width: 280px;
}

#login form input[type="submit"]:hover {
	opacity:0.8;
	cursor:pointer;
}

#login > p {
	text-align: center;
}

#login > p span {
	padding-left: 5px;
}

.login_input {font-size:14px;color:#bcbcbc;}
.login_logo {width:100%;height:50px;left:position:relative;padding-top:100px;padding-left:20px}
.login_container {width:100%;height:230px;position:relative;padding:20px;border:1px solid #bcbcbc;background-color:#f0f0f0}
.lang_container {position:absolute;right:20px;bottom:1px;}
.lang {float:right;font-size:12px;padding-left:5px;cursor:pointer}

#Logo_Arimages { position:absolute;bottom:0px;left:2px;width:250px;height:60px;background-image: url(/images/logo_arimages.png);background-repeat: no-repeat;}