@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body, html {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color: #000;
	min-width:0px;
	background: #000;
	padding:0;
	margin:0;
	height:100%;
}
body {
	background: #dfd url(../../images/regohr_bg.png) no-repeat top right fixed;
	background-size: cover;
}
* {
	outline:none 0 !important;
}
.header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:50px;
	background-image:linear-gradient(#fff, #ccc);
	padding:0;
	margin:0;
	z-index:100;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.header img {
	height:40px;
	width:auto;
	padding:5px 0 0 0;
	cursor:default;
}
.header table {
	border-collapse:collapse;
	width:100%;
	margin:0;
	white-space:nowrap;
	height:50px;
}

.logform {
	position:absolute;
	top:150px;
	left:130px;
	width:400px;
	box-shadow:0 0 25px rgba(0,0,0,0.5); 
	background:rgba(255,255,255,0.9);
	border-radius:3px;
	padding:0;
	color:#333;
	box-sizing: border-box;
}
.logform h2 {
	margin:0;
	padding:13px 0 13px 35px; 
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	border-radius:0px 0px 0 0;
	background:rgba(0,50,100,0.4);
	color:#fff;
}
.logform input[type=text], 
.logform input[type=password] {
	margin:0px;
	padding:5px 10px;
	border:1px #ccc solid;
	display:block;
	width:100%;
}
.logform select {
	margin:0px;
	padding:3px 6px;
	border:1px #ccc solid;
	display:block;
	width:100%;
}
.logform label {
	margin:7px 0 1px 0;
	padding:0;
	display:block;
	font-weight:600;
}
.langbutton {
	margin:0px 0 0 10px;
	padding:0px;
	float:right;
	border-radius:2px;
}
.langbutton img {
	margin:0;
	padding:0;
	height:26px;
	border-radius:2px;
	opacity:0.4;
	cursor:pointer;
}
.langbutton:hover > img, a.langbutton.activ > img {
	opacity:1;
}
.btn {
	box-shadow: none !important;
}



















