@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	width: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* START */
html.bg {
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	/*
	background-image: url(../img/bg7.png);
	background-repeat: repeat-x;
	*/
}

#login-box {
	position: relative;
	padding-left: 10%;
	width: 90%;
	min-width: 120px;
	height: 200px;
	top: 8vw;
	z-index: 8;
}
#login-box img {
	width: 60%;
}
form {
	position: relative;
	z-index: 9;
	margin-top: 1vw;
	width: 90%;
	padding-left: 10%;
}

form a:link, form a:visited {
	display: block;
	float: left;
	margin-right: 20px;
	color: white;
	font-size: 1vw;
	text-decoration: none;
}
form a:hover {
	text-decoration: underline;
}
form a.active {
	color: rgba(0,211,240,1);
	
}
form div.line-long input {
	width: 78%;
	padding: 2% 5%;
	clear: both;
	font-size: 14px;
	margin-top: 1vw;
}


#bluestripe {
	position: absolute;
	height: 100vh;
	width: 20%;
	left: 20%;
	background-color: rgba(0,30,60,0.65);
	z-index: 2;
	top: 0px;
	bottom: 0px;
	
	-moz-animation-name: slideIn;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1s;

    -webkit-animation-name: slideIn;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
}

@-moz-keyframes slideIn {
    0% {
        left: -20%;
    }
    100% {
        left: 20%;
    }
}
@-webkit-keyframes slideIn {
    0% {
        left: -20%;
    }
    100% {
        left: 20%;
    }
}


div.info-block>input.button {
	width: 90%;
	padding: 2% 5%;
	background-color: rgba(0,211,240,1);
	color: white;
	margin-top: 1.5vw;
}

div.info-box {
	color: white;
	position: relative;
	padding-left: 10%;
	padding-top: 2vw;
	width: 80%;
	min-width: 120px;
	font-size: 14px;
}