* {
	box-sizing: border-box;
}

html {
	/* font size: 1rem = 10px */
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-family: Verdana,Arial,sans-serif;
}

h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1.2em;
	color: #000;
}

div.login-container {
	position: relative;
}

/* logo-cage defines the size of the logo, workaround for safari, see http://benfrain.com/attempting-to-fix-responsive-svgs-in-desktop-safari/ */
div.logo-cage {
	width: 300px;
	height: 55px;
	position: absolute;
	bottom: 4em;
}
div.logo-cage img {
	width: 100%;
	height: 100%;
}

form {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	font-size: 1.6rem;
	z-index: 99;
	position: absolute;
	top: 200px;
}

label {
	width: 7em;
	display: inline-block;
	font-size: 12px;
}

input {
	width: 30em;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0.5em;
}

input + input {
	margin-top: 0.3em;
}

button {
	background: #484848;
	color: #fff;
	margin-top: 1em;
	line-height: 1;
	border: 0;
	float: right;
	cursor: pointer;
	outline: 0;
}

button svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

button span {
	display: inline-block;
	padding: 0.3em 0.2em;
}

div.login-error {
	border: 1px solid #f00;
	background-color: rgba(255, 0, 0, 0.2);
	color: #f11;
	padding: 0.3em;
	margin-top: 1em;
	text-align: left;
	font-size: 1.2rem;
}
#wrapper {
	height: 100%;
	overflow: hidden;
}

#content{
	height: 86%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sized {
	margin: 0 auto;
	width: 1024px;
}
#top {
	background: #fff;
}
#top-nav-container {
	height: 2em;
	background-color: #efefef;
}
#content-tab {
	background: rgba(239,239,239,0.7);
	width: 55%;
	margin-top: 50px;
	display: block;
	height: 100%;
	border-top-right-radius: 40px;
	position: absolute;
	top: 100px;
}
#logo-container {
	vertical-align: middle;
}
div#logo {
	display: inline-block;
	padding: 30px 0;
}
div#motto {
	float: right;
	vertical-align: top;
	font-size: 20px;
	color: #A19D9D;
	padding-top: 60px;
}
#logo-container:after{
	clear: both;
	display:table;
	content: "";
}
.row + .row{
	margin-top: .5em;
}

.slide-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -99999;
}

.slide-container img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99997;
}

.slide-container img:first-child {
	z-index: -99998;
}

.login-logo {
	margin-left:5.7em;
	margin-bottom:1.5em;
}