@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local('Abel'), local('Abel-Regular'), url(http://themes.googleusercontent.com/static/fonts/abel/v4/EAqh528fFdbUek8UOky4sA.woff) format('woff');
}
body{
	background-color: #fff;
	background-size: 100% 1.5em;
	background-image: -webkit-linear-gradient(0deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
                  -webkit-linear-gradient(#eee .05em, transparent .05em);
	background-image: -moz-linear-gradient(0deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
                  -moz-linear-gradient(#eee .05em, transparent .05em);
	background-image: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
                  linear-gradient(#eee .05em, transparent .05em);
	-pie-background: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px) 0 0 / 100% 1.2em,
                 linear-gradient(#eee .05em, transparent .05em) 0 0 / 100% 1.2em #fff;
	behavior: url(/pie/PIE.htc);
}

#login-box {
	width:333px;
	height: 362px;
	padding: 88px 76px 0 76px;
	color: #ebebeb;
	font-family: 'Abel', sans-serif;
	font-size:14px;
	margin:7% auto;
	background: url(../images/login-box-backg.png) no-repeat left top;
}

#login-box img {
	border: none;
}

#login-box h2 {
	padding:0px 15px;
	margin:0px;
	color: #ebebeb;
	font-family: 'Abel', sans-serif;
	font-size:42px;
	font-weight:600;
}
#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 20px 10px 0 0;
	margin:0 0 15px 0;
	font-family: 'Abel', sans-serif;
	font-size:16px;
}
#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0px 0 20px 0;
	padding-top:10px;
	font-family: 'Abel', sans-serif;
	font-size:14px;

}
.form-login  {
	width: 255px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	font-family: 'Abel', sans-serif;
	color: #ebebeb;	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	 border-radius: 5px;
}
.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
.buttons
{
border: none;
outline: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
display: block;
cursor: pointer;
margin: 10px 0px 30px 90px;
clear: both;
width:100px;
float:left;
padding: 10px 20px;
font-weight: bold;
font-family: 'Abel', sans-serif;
font-size: 16px;
background: #4797ED;
}