@CHARSET "UTF-8";
body {
	font-family: Verdana, "Myriad Pro", arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	height: 100vh;
}
input:focus, textarea:focus, select:focus {
	outline: 0px;
}
.container {
	width: 100% !important;
}
.hide {
	display: none;
}
.noPd {
	padding: 0px;
}
.noMg {
	margin: 0px;
}
.whiteBg {
	background: #fff;
}
.greenBg {
	background: url('../img/green_bg.png') left top no-repeat;
	background-size: cover;
}
.greenBg p {
	color: #fff;
	font-size: 25px;
	padding: 26px 10px 17px;
}
.centered {
	text-align: center;
}
.italic {
	font-style: italic;
}
header {
	background: #4a4a4a;
	color: #fff;
	/*height: 20%;*/
}
header button {
	background: #414448;
	border: 1px solid #000;
	border-radius: 6px;
	margin: 6px 15px;
	font-size: 14px;
	padding: 5px 20px 2px;
	box-shadow: -1px 1px 4px #000;
	display: inline-block;
}
header p {
	color: #fff;
	display: inline-block;
}
#logo1_holder {
	width: 35%;
	float: left;
}
#logo2_holder {
	width: 65%;
	float: left;
}
#logo1 {
	padding: 10px;
	display: block;
	height: 123px;
}
#logo2 {
	margin: 10px 10px 10px 40px;
	padding: 19px 0px;
	display: inline-block;
	height: 103px;
}
#navy_box {
	color: #fff;
	background: #005c98;
}
#navy_box p {
	margin: 0px;
	padding: 7px 0px 4px;
	font-size: 19px;
}
#main_box {
	background: #fff;
	min-height: 400px;
	padding-top: 40px;
}
form {
	border: 2px solid #efefef;
	width: 50%;
	margin: 20px auto;
}
.left_login {
	width: 35%;
	float: left;
}
.right_login {
	width: 65%;
	float: left;
}
fieldset #nadpis {
	margin-top: -8px;
	font-size: 15px;
	color: #9b9a9a;
	text-align: center;
}
fieldset span {
	background: #fff;
	padding: 4px 8px;	
}
fieldset label {
	text-align: right;
	display: block;
	padding: 7px 10px 4px;
	margin-top: 10px;
	font-size: 12px;
}
fieldset input {
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	padding: 9px 7px 5px;
	border-radius: 4px;
	margin-top: 10px;
	width: 90%;
	font-size: 15px;
}
fieldset input[disabled] {
	color: #878585;
}
fieldset select {
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	padding: 9px 7px 5px;
	border-radius: 4px;
	margin-top: 10px;
	width: 90%;
	font-size: 15px;
}
fieldset button {
	margin: 20px 0px 15px;
	color: #fff;
	background: url('../img/button_back.png');
	border: 0px;
	border-radius: 3px;
	padding: 6px 15px;
	border: 1px solid #00bbff;
	font-size: 14px;
}
fieldset button.overit{
	background: url('../img/button_back.png');
}
fieldset button.login {
	background: url('../img/button_back.png');
}
fieldset button:hover {
	background: url('../img/button_back_hover.png');
	color: #026890;
}
#blue_box {
	height: 17px;
	background: #005c98;
	width: 100%;
}
#blue_box.error {
	
}
.message_text {
	text-align: center;
	background: #fff;
}
.message_text p {
	background: #f9e275;
	display: inline-block;
	padding: 6px 16px;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 12px;
	color: #000;
}
.message_text.error p {
	background: #e35d2e;
	border: 1px solid #cd0a0a;
	color: #fff;
}
#gray_box {
	min-height: 17px;
	background: #b8b8b8;
}
footer {
	background: #D4D4D4;
	color: #000000;
	height: 39px;
	font-size: 12px;
	padding: 10px 10px;
	text-align: center;
}
.footer_text {
	text-align: center;
	margin-top: 40px;
	font-size: 14px;
}
.footer_text img {
	margin: 15px 7px;
}
#main_container {
	height: 100vh;
	min-height: 750px;
	width: 1000px;
	margin: 0px auto;
}
