html, body {
	padding:     0;
	margin:      0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:   20px;
}

body {
	background: #eee;
}

h1 {
	text-transform: uppercase;
	color:          #8a0;
	margin:         0 0 4px 0;
	padding:        0;
	font-weight:    600;
}
div.max-size {
	color:      #888;
	font-size:  14px;
	margin-top: 4px;
}

h2 {
	text-transform: uppercase;
	color:          #999;
	font-weight:    300;
	margin-top:     32px;
	margin-bottom:  4px;
}

h2 .error {
	font-size:      18px;
	color:          #c00;
	text-transform: none;
}

a {
	color:           #680;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

.section {
	margin-top: 32px;
	overflow:   hidden;
}

#content {
	background: #fff;
	width:      100%;
	max-width:  375px;
	border:     1px solid #8a0;
	padding:    32px;
	margin:     0;

	position:   absolute;
	top:        50%;
	left:       50%;
	transform:  translate(-50%, -50%);

	box-shadow: 7px 7px 7px -1px rgba(0,0,0,0.15);
}

#logo {
	width: 100%;
}

input[type=text], input[type=password], input[type=submit] {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:   20px;
	width:       100%;
}

input[type=password], input[type=text] {
	padding: 6px;
	border:  1px solid #a8a8a8 !important;
}

input[type=checkbox] {
	transform: scale(1.5);
}

@media screen and (max-width: 450px) {
	body {
		background: #fff;
	}

	#content {
		border:     none;
		top:        0;
		transform:  translate(-50%, 0);
		box-shadow: none;
	}
}
