@charset "UTF-8";
/* CSS Document */

/* @group RE-SET! */
/*
*,
*:before,
*:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	display: block;
    box-sizing: content-box;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 76%;
	line-height: 140%;
    box-sizing: content-box;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, hr {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;
	letter-spacing: -0.05em;
	line-height: 100%;
	margin-bottom: 0.75em;
	color: #CA2E00;
	font-weight: bold;
}
h2 {
    color: #1D3458;
	font-size: 1.7em;
    font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 100%;
    margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.6em;
	line-height: 110%;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 1.4em;
	line-height: 110%;
	margin-bottom: 0.25em;
}
h5 {
	font-size: 1.2em;
	line-height: 120%;
	margin-bottom: 0.25em;
}
h6 {
	font-size: 1em;
	line-height: 120%;
	margin-bottom: 0.25em;
}
p {
	line-height: 140%;
	margin-bottom: 0.5em;
}
dl, ol, ul {
	margin-bottom: 0.5em;
	padding-left: 2em;
}
li ol, li ul {
	margin-bottom: 0.25em;
}
hr {
	display:block;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	color: #ccc;
	background-color: #ccc;
}
img {
	border: 0;
}
table {
	margin-bottom: 0.5em;
	border-collapse: collapse;
}
table th, table td {
	text-align: left;
	vertical-align: baseline;
	line-height: 120%;
	padding: 0.25em 0.5em;
}
/* @end */

/* @group PAGE LOGIN */
#loginform {
	width: 340px;
	border: 1px solid #999;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#loginform h1 {
	background-color: #CA2E00;
	margin: 0;
	padding: 0.4em;
	color: #fff;
	border-bottom: 5px solid #c44600;
	font-size: 2.2em;
}
#loginform ol {
	padding-top: 12px;
}
#loginform label {
	width: 100px;
}
#loginform li input {
	width: 180px;
}
#loginform fieldset.submit {
	background: url(../images/gradient.png) no-repeat center center;
}
#loginform fieldset.submit input {
	margin-left: 16px;
}

.pagination {
   justify-content: center;
}
/* @end */






