@charset "utf-8";

html { 
	box-sizing: border-box;
	margin: 0px;
	height: 100%;
	background-color: #c9d9e2;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
	display: block;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

ul {
	padding-left: 1.5em;
}

body {	
	box-sizing: border-box;
	position: relative; 
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: black;
	min-height: 100%;
	overflow-x: hidden;
	border: 3vh solid white;
}	 

.char {
	position: absolute;
	height: 15vh;
}

.char img { height: 100%; width: auto; }

.m { left: -3vh; top: -3vh; }
.b { right: -3vh; top: -3vh; }
.s { left: -3vh; bottom: -3vh; }
.r { right: -3vh; bottom: -3vh; }

a.greyed { text-decoration: underline; color: grey; }

.content {
	padding-left: 10vw;
	padding-top: 50vh;
	padding-bottom: 100px;
}

label { font-size: 9px; text-transform: uppercase; }

input[type=password] { border: none; font-size: 20px; margin-top: 4px; margin-bottom: 20px; padding: 4px; width: 300px; max-width: calc(100% - 12.5vw); }

.col { display: inline-block; vertical-align: top; width: 180px; }

h3 { font-size: inherit; }

@media only screen and (max-width: 650px) {
	.char { height: 90px; }
}