body,
html {
	width: 100%;
	height: 100%
}
body {
	margin: 0 auto;
	display: table;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background: #a1b5ff;
	max-width: 33em
}
.wrap {
	margin-top: 50px
}
.logged-in {
	transform: rotateY(180deg)
}
h1 {
	font-size: 22px;
	color: #000;
	margin-top: 0
}
h1 span {
	font-weight: 300
}
h2 {
	font-size: 14px;
	color: #000
}
h2 span {
	font-weight: 200
}
input[type=password],
input[type=text] {
	color: #000;
	background: #ccf;
	background: linear-gradient(45deg, #6af 0, #8cef 100%);
	width: 250px;
	height: 40px;
	margin: 0 auto 10px;
	font-size: 14px;
	padding-left: 15px;
	border: none;
	box-shadow: -3px 3px #679acb;
	-webkit-appearance: none;
	border-radius: 0;
	border-top: 1px solid #92c5e2;
	border-right: 1px solid #92c5e2
}
input::-webkit-input-placeholder {
	color: #888
}
input:focus {
	outline: 0
}
input[type=button] {
	color: #fff;
	background-color: #68F;
	font-size: 14px;
	height: 40px;
	border: none;
	margin: 0 auto 0 17px;
	padding: 0 20px;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer
}
input[type=submit]:hover {
	background-color: #3f7ba2
}
a {
	color: #13f;
	font-weight: 600;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #3f7ba2
}
.hint {
	width: 250px;
	dislay: block;
	margin: 80px auto 0;
	text-align: left
}
.hint p {
	padding: 5px 0;
	color: #000;
	font-weight: 600;
	font-size: 20px
}
.hint p span {
	font-weight: 300;
	font-size: 16px
}