/********************************
 * @FONT-FACE Declarations
 ********************************/
 
 @font-face {
    font-family: 'aleo-regular';
    src: url('fonts/aleo-regular-webfont.eot');
    src: url('fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-regular-webfont.woff') format('woff'),
         url('fonts/aleo-regular-webfont.ttf') format('truetype'),
         url('fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
 } 
 
 @font-face {
    font-family: 'aleo-italic';
    src: url('fonts/aleo-italic-webfont.eot');
    src: url('fonts/aleo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-italic-webfont.woff') format('woff'),
         url('fonts/aleo-italic-webfont.ttf') format('truetype'),
         url('fonts/aleo-italic-webfont.svg#aleoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

 }
 
 @font-face {
    font-family: 'aleo-bold';
    src: url('fonts/aleo-bold-webfont.eot');
    src: url('fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-bold-webfont.woff') format('woff'),
         url('fonts/aleo-bold-webfont.ttf') format('truetype'),
         url('fonts/aleo-bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;

 } 
 
 @font-face {
    font-family: 'aleo-bold-italic';
    src: url('fonts/aleo-bolditalic-webfont.eot');
    src: url('fonts/aleo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-bolditalic-webfont.woff') format('woff'),
         url('fonts/aleo-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/aleo-bolditalic-webfont.svg#aleobolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

 }
 
 @font-face {
    font-family: 'aleo-light';
    src: url('fonts/aleo-light-webfont.eot');
    src: url('fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-light-webfont.woff') format('woff'),
         url('fonts/aleo-light-webfont.ttf') format('truetype'),
         url('fonts/aleo-light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;

 }
 
 @font-face {
    font-family: 'aleo-light-italic';
    src: url('fonts/aleo-lightitalic-webfont.eot');
    src: url('fonts/aleo-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-lightitalic-webfont.woff') format('woff'),
         url('fonts/aleo-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/aleo-lightitalic-webfont.svg#aleolightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

 }

.clearfix{
	clear:both;
}
body{
	background:#eeeeee;
	padding-top:125px;
}
#login{
	background-color:#ffffff;
}
#login .login-padding{
	padding:30px;
	padding-bottom: 10px;
}
#login .login-header{
	/*background:url('../images/Admin-NIC-branding-background.png') no-repeat 70px -200px;*/
}
#login #header-bar{
	background:#eeeeee;
	line-height:36px;
	font-size:14px;
	height:36px;
	overflow: hidden;
	text-align: center;
	color:#69a237;
	font-family: 'aleo-regular', serif;
}
#login #loginform{
		margin:0px;
}
#login #loginform input[type=text],
#login #loginform input[type=password]{
	font-size:14px;
	line-height: 24px;
	height:24px;
	margin-bottom:15px;
	width:246px;
}
#login #loginform #login-options{
	margin-top:25px;
}
#login #loginform #login-options .checkbox.inline{
	padding:0px;
	margin-bottom: 50px;
}
#login #loginform #login-options input,
#login #loginform #login-options label{
	line-height:22px;
	font-size:14px;
	display:inline-block;
	height:22px;
	margin:0px 10px 0px 0px;
}
#login #loginsubmit{
	width:246px;
	display:block;
	margin:0px auto;
	font-weight:600;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image:none !important;
}
#login .login-background{
	/*background-color:#dde6e5;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

#login .login-background .login-padding{
	padding:20px;
}