body
{
	
	margin:0;
	padding:0;
	background:url("background.jpg");
	background-size:cover;
	font-family: sans-serif; 
}

.loginBox
{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:350px;
	height:420px;
	padding:80px 40px;
	box-sizing: border-box;
	background:rgba(0,0,0,0.5) ;
	
}



h2
{
	margin:0;
	padding:0 0 20px;
	color:#1E90FF;
	text-align:center;
} 



.loginBox p
{
	padding:0;
	margin:0;
	font-weight:bold;
	color:#fff;
	
} 


.loginBox input
{
	width:100%;
	margin-bottom: 20px; 
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline:none;
	height:40px;
	color:#fff;
	font-size: 16px;
	
	
}


.loginBox input[type="submit"]
{
	border:none;
	outline:none;
	height: 40px;
	color:#fff;
	font-size:16px;
	background: rgb(255,38,126);
	cursor:pointer;
	border-radius:20px;
}


.loginBox input[type="submit"]:hover
{
	background: #efed40;
	color: #262626;
}
 
 
 

.loginBox a
{
	color: #fff;
	font-size:14px;
	font-weight:bold;
} 


::placeholder
{
	color:rgba(255,255,255,0.5); 
}


.user
{
	width:100px;
	height:100px; 
	overflow:hidden;
	position:absolute;
	top:calc(-100px/2);
	left:calc(50% - 50px);
	border-radius:50%;
}
 ul,li{
	list-style:none;
	font-size:14px;
	line-height:200%;
	margin: 0; /* To remove default bottom margin */ 
    padding: 0;
 }
.container_12{
	margin-left:20px;
list-style: none;
}
.container_12 li{



}
.mainlink,.seklink{
	text-decoration:none;
	color: #294886  !important;
}
.mainlink{
	font-weight:bold;
	margin-bottom:5px;
	
}
.sekul{
	margin-left:5px;
	margin-bottom: 10px;
}
#menu_sel{
	padding:10px;
	font-size:18px;
color: #294886;
}
h1{
	font-size:30px;
	
}
.block-footer{
	margin:0;
}
#zaglavie{
	position:absolute;
	width:100%;
	padding-top:50px;
	font-size:2em;
	font-weight:bold;
	text-align:center;
}
.exitlink{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:5px;
	background-color:#ffad36;
	border-radius:2px 2px;
}
#exita{
	margin-top:10px;
	position:relative;
	float:right;
}
#footer{
bottom:0;
width:100%;
float:left;
position:relative;
margin-top:100px;
}
#lo1{
width:20%;
position:relative;
float:left;
}
#lomid{
width:60%;
position:relative;
float:left;
text-align:center;
display: flex;
justify-content: center; /* align horizontal */
align-items: center;
height:180px;
font-size: 16px;
line-height: 140%;
}
#lo2{
width:20%;
position:relative;
float:left;
text-align:right;
}
#footer{
	position:relative !important;
	bottom:0 !important;
	margin-top:200px;
}
@media only screen and (max-width:1500px){
	.loginBox{
		background:none !important;
	}
	.user{
		display:none;
	}
	.loginBox p{
		color:#000;
	}
	.loginBox input{
		color:#000;
	}
	::placeholder
{
	color:rgba(0,0,0,0.5); 
}

}