html, body 
{
    background: #000;
    font-family: Open Sans,sans-serif;
    color: rgba(244,244,245,0.901961);
	text-shadow: #000 1px 0 5px !important;
	overflow: hidden;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
	touch-action: manipulation;
}
.container
{
	z-index: 1000;
}
.login-bg
{
	position: fixed;
	top: 0;
	left: 0;
    background: url( ../../files/img/bg3.jpg );
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	width: 100%; 
	height: 100%;
	-webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    filter: blur(30px); 
	z-index: 0;
}
.login-clock
{
	position: fixed;
	top: 50px;
	right: 100px;
	font-size: clamp(16px, 2.8vh, 40px) !important;
	font-weight: 700;
	filter: drop-shadow(0 0 0.75rem #000);
	opacity: 0.8;
	pointer-events: none;
	z-index: 4;
	display: none;
}
.widget-login-info
{ 
    color: #FFF;
	font-size: clamp(15px, 2vh, 22px) !important;
	text-shadow: 2px #000;
	filter: drop-shadow(0 0 0.75rem #000);
	pointer-events: none;
}
.caps-lock
{
	font-size: clamp(13px, 1.4vh, 16px) !important;
	filter: drop-shadow(0 0 0.75rem #000);
	pointer-events: none;
	display: none;
}
#login-form-ajax
{
	font-size: clamp(14px, 1.5vh, 17px) !important;
	filter: drop-shadow(0 0 0.75rem #000);
	pointer-events: none;
	display: block;
}
#log-user, #log-password 
{
	font-size: clamp(13px, 1.4vh, 16px) !important;
	filter: drop-shadow(0 0 0.75rem #000);
	letter-spacing: 1px;
    box-shadow: 0 0 1px 1px;
}
input[type="text"]#log-user 
{
    text-transform: lowercase;
}
#login-button
{
	position: absolute; 
	top: -2.7px; 
	right: 5px; 
    color: rgba(158, 189, 255, 0.8);	
	font-size: 24px; 
	cursor: pointer; 
	z-index: 4;
	display: none;
}
#login-button:hover
{ 
    color: rgba(255, 255, 255, 0.7);
}
.content-footer
{ 
    padding: 70px;
	text-align: center;
	z-index: 10000000000;
	display: block;
}
.invisible
{
  display: none !important;
}
.blinking 
{
  animation: blinker 1s linear infinite;
}
@keyframes blinker 
{
  50% {
    opacity: 0;
  }
}
.successMessage 
{
    color: #00FF00;
}
.errorMessage 
{
    color: #f04747;
}
.nav-bar-search
{
    height: 18px;
}
#loader-overlay
{
	position: fixed;
	top: 0;
	left: 0;
    /*
	background: radial-gradient(farthest-side ellipse at 10% 0, #000 20%, #17193b);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	*/
    background: rgba(0, 0, 0, 0.8);
	width: 100%;
    height: 100%;
	z-index: 999;
}
#loader-overlay .loader, .spinner
{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
	z-index: 1000;
}
#loader-overlay .spinner
{
    border-radius: 50%;
    box-shadow: 3px 0 1px -1px rgba(255,255,255,1), 5px 0 5px rgba(30,144,255,.5), inset -10px 0 10px -5px rgba(30,144,255,.5);
    animation:loading 1s linear infinite;
} 
@keyframes loading
{
    from
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(360deg);
    }
}
#loader-overlay .spinner:before
{
    position: absolute;
    width: 160px;
    height: 160px;
    margin: 10% 0 0 10%;
    border-radius: 50%;
    content: " ";
    box-shadow: 2px 0 1px -1px rgba(255,255,255,1), 10px 0 5px -5px rgba(30,144,255,.5), inset -3px 0 3px rgba(30,144,255,.5);
}
.bg-purple
{
    background: #7925C7;
	color: #7925C7;
}
.lang-nav .lang-img
{
	position: relative;
	top: 0;
    width: 16px;
	height: 11px;
	margin-left: 10px;
}
.align-left
{
    text-align: left !important;
}
.flex-form
{
	display: flex;
}
.no-user-interaction
{
	-webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
	-o-user-select: none !important;
    user-select: none !important;
	pointer-events: none !important;
}
.alert-box
{
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.alert-box:hover
{
	background: rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.widget
{
	background: radial-gradient(farthest-side ellipse at 10% 0, #333867 20%, #17193b);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#terminal
{
	position: relative;
	top: -21px;
    height: 420px; 
	background: rgba(0, 0, 0, 0.7);
	overflow-y: auto;
	border-top: 2px solid #202020;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0 0 40px 2px rgba(2,2,2,0.5);
	-webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
	-o-user-select: text;
    user-select: text;
}
#terminal footer
{
	position: relative;
	top: 21px;
}
body::-webkit-scrollbar, #terminal::-webkit-scrollbar
{
    width: 10px;
}
#terminal::-webkit-track
{
    background: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-track
{
    background: #17193b;
}
::-webkit-scrollbar-thumb 
{
    background-color: #2780E6;
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 0.2);
}