html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-image: url(/forgot/tsg-bg.jpg);
	background-position: center top;
	background-size: cover;

	text-align: center;
}

h1
{
	margin: 0;
	text-align: center;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: white;

	width: 100%;
	padding: 10px 0;

	background: rgba(255, 255, 255, 0.4);
}

h2
{
	margin: 25px 0 5px;
	text-align: center;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: white;

	width: 100%;
}

.alert.info
{
	padding: 10px;
	text-align: center;

	background: #04a2fc;
	color: white;
}

input[type="email"],
input[type="password"]
{
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: white;

	background: rgba(150, 150, 150, 0.3);
	border: 3px solid white;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	border-radius: 3px;
	display: block;

	width: 300px;
	margin: auto;
}

input::placeholder
{
	color: rgba(255, 255, 255, 0.75);
}

input[type="submit"]
{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: white;

	background: rgba(150, 150, 150, 0.75);
	border: 0;
	padding: 10px 25px;

	border-radius: 0;

	display: inline-block;

	margin-top: 5px;
}

input[type="submit"]:hover,
input[type="submit"]:active
{
	background: rgba(50, 50, 50, 0.75);
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
