@CHARSET "utf-8";

@import "fonts.css";

.login_box{
	border:thin;
	font:bold 12px EOS-Bold;
}

.login_box_input {
	width:250px;
	height:35px;
	border:1px black solid;
	font:bold 14px EOS-Regular;
	color:black;
	cursor:auto;
	background-color : white;
	border-radius: 5px;
}

input  {
	width:125px;
	height:35px;
	border:0;
	font:bold 12px EOS-Regular;
	color:white;
	cursor:pointer;
	background-color : #EA0029;
	border-radius: 2px;
	margin-bottom: 5px;
}

.login_box_submit {
	width:100px;
	height:25px;
	border:0;
	font:bold 12px EOS-Regular;
	color:white;
	cursor:pointer;
}

.form_header{
	background-color : #505F6E;
	color: white;
	font-family: EOS-Regular, sans-serif;
	font-size: 20px;
	line-height: 60px;
	text-decoration: none;
}

.tabel_form{
	border-bottom:2px #505F6E solid;
	border-left:2px #505F6E solid;
	border-right:2px #505F6E solid;
	border-top:2px #505F6E solid;
	border-spacing: 0;
}

.date_firma {
	font-family: EOS-Regular;
	font-size: 11px;
	color: #9c4826;
	text-decoration: none;
}

.labelinfobold {
	font-family: EOS-Regular, sans-serif;
	text-decoration: none;
	color: #505F6E;
	margin-left: 30%;
}

.eosit{
	font-family: EOS-Regular, sans-serif;
	text-decoration: none;
	color: #505F6E;
	font-size: 11px;
}

.background-image {
	background: url(../images/login-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 90vw;
	margin-left: 4.5vw;
}

.login-card {
	padding: 20px;
	background-color: white;
	opacity: 0.9;
}

.logo-image-login {
	width: 14.286vw;
	margin-left: 1.125vw;
	margin-bottom: 30vh;
}

.login-card-container {
	float: right;
	margin-right: 15vw;
}

input[type="submit"], input[type="reset"] {
	background-color: #EA0029;
	color: white !important;
	padding: 5px 30px 5px 30px !important;
	border-radius: 20px;
	font-family: EOS-Bold, sans-serif;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	color: white !important;
	background-color: #31171F;
}

.header {
	font-family: EOS-Bold, sans-serif;
	text-align: center;
	color: #EA0029;
	font-size: 30px;
}

.eos-label {
	font-family: EOS-Regular, sans-serif;
}

.user-icon {
	background: url(../images/logos/eos-user-logo.png) no-repeat center;
	width: 40px;
}

.password-icon {
	background: url(../images/logos/eos-password-logo.png) no-repeat center;
	width: 40px;
}


ul.feedbackPanel {
	list-style-type: none;
	font-family: EOS-Regular, sans-serif;
	font-size: 12px;
	line-height: 2em;
	list-style-position: outside;
	background-color: #2F7C85;
	padding: 8px;
	border-radius: 8px;
	opacity: 0.9;
}

li.feedbackPanelINFO {
	color: white;
	font-weight: bold;
	background-color: #2F7C85;
}

li.feedbackPanelWARN {
	color: white;
	font-weight: bold;
	background-color: #2F7C85;
}

.feedbackPanelERROR {
	color: white;
	font-weight: bold;
	background-color: #2F7C85;
}

