@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 bottom center 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;
}
.brand_logo {
	position:absolute;
	top:20px;
	right:20px;
	display:block;
	display:none;
}

.brand {
	width:460px;
	margin:0 auto;
	text-align:center;
	display:none;
}
.brand img {
	height:45px;
}
.brand p {
	padding:40px 0 30px;
	margin:0;
	font-size:24px;
	color:#97999b;
	text-shadow:-1px -1px #fff;
}
/*.logform {
	position:absolute;
	top:150px;
	left:130px;
	width:460px;
	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 {
    width: 460px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.95);
    border-radius: 3px;
    padding: 0;
    color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
}


.logform-inner {
	position:relative;
	padding:20px 35px 35px 35px;
}

.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;
}
.btn {
	padding-left:15px;
	padding-right:15px;
}



















