@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

html, body {
	margin: 0;
	padding:0;
	height: 100%;
}

body {
	background: #f7f8fa;
	text-align: center;
}

* {
	font-family: "Open Sans";
}

#loginform, #remindform, #resetform {
	padding-top: 60px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;	
}

input[type="text"], input[type="password"], input[type="email"] {
	padding: 0;
	height: 30px;
	background: #fff;
	border: 1px solid #d4d5d6;
	padding-left: 6px;
	width: 240px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.error, .success {
	color: red;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 6px;	
}

.success {
	color: #333;	
}

div.login {
	width: 220px;
	height: 19px;
	padding-top: 7px;
	padding-bottom: 4px;	
	cursor: pointer;
	border-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
	background: #08c;
	color: #fff;
	border: 1px solid #08c;
	font-size: 1em;
	vertical-align: top;
}

div.login:hover {
	background: #76c4ed;
	border: 1px solid #76c4ed;
}

#header {
	width: 100%;
	height: 40px;
	position: fixed;
	background: #313338;
	z-index: 2;
}

.go-small-menu {
	margin-left: 0px;
	float: left;
	width: 40px;
	height: 40px;
}

.title {
	float: left;
	margin-left: 12px;
	font-size: 14px;
	margin-top: 11px;
	color: #fff;
}

.reset {
	font-size: 12px;
	float: right;
	padding-top: 5px;
}	

.reset a  {
	color: gray;	
}

div.remind {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;	
}

@media screen and (max-width: 500px)
{
	body {
		text-align: left;
	}

	#loginform, .error {
		padding-left: 20px;
	}
}
.loginform form {
	vertical-align: top;	
}