body{
	font-size: 13px;
}

label {
	font-weight: bold;
}

table {
	font-size: 100%;
}

a {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(0, 65, 113);
}

textarea, input {
	background-image: none;
}

input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgb(102, 102, 102) rgb(221, 221, 221) rgb(221, 221, 221) rgb(102, 102, 102);
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: rgb(51, 51, 51);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	visibility: visible;
}

.login_button {
	color: #ffffff;
	padding: 5px 5px;
	background: -moz-linear-gradient(top, #d92e2e 0%, #ad1f1f);
	background: -webkit-gradient(linear, left top, left bottom, from(#d92e2e), to(#ad1f1f));
	background: #ad1f1f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0px solid #ff0022;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.9), inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.9), inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.9), inset 0px 0px 3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px rgba(255, 255, 255, 1);
}

.errors {
	font-weight: bold;
	color: red;
	background-color: rgb(227, 227, 227);
}

.cpi-logo {
	width: 200px;
    height: 100%;
}

.loghi {
	min-height: 100px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding-left: 10px;
    padding-right: 10px;
}