*, html, body, div, span, 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, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #E6E6E6;
	color: #2c2c2c;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.itemseparator {
	margin-bottom: 10px;
}

div.login-wrapper {
	transform: translate(-50%, -50%);
	position: absolute;
	text-align: center;
	max-width: 350px;
	width: 100%;
	top: 50%;
	left: 50%;
}

div.login{
	padding: 10px;
	width: 100%;
}

h2 {
	margin: -10px -10px 10px -10px;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #8e8e8e;
	padding: 10px;
}

input.flatinput {
	box-shadow: inset 0px 0px 4px #E7E7E7;
	border-radius: 3px;
	border: 1px solid #bbbbbb;
	margin-bottom: 12px;
	font-size: 90%;
	display: block;
	width: 100%;
	padding: 10px;
}

input.flatbutton {
	background-color: #0057B8;
	text-align: center;
	color: #ffffff;
	font-size: 90%;
	padding: 10px;
	width: 100%;
	border-radius: 20px;
	border-bottom: 3px solid #10427A;
	cursor: pointer;
}

input.flatbutton:hover {
	background-color: #166FD5;
}