body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(60, 78, 90);
  color:rgb(255, 255, 255);
}

.form-password {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-password .form-password-heading,
.form-password .checkbox {
  margin-bottom: 10px;
}
.form-password .checkbox {
  font-weight: normal;
}
.form-password .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-password .form-control:focus {
  z-index: 2;
}
.form-password input {
	border-radius:4px;
}
.form-password input[type="email"] {
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
h1,h2,h3,h4,h5,h6 {
	color:rgb(255, 255, 255);
	text-align:center;
}
a, a:hover {
	color:rgb(255, 255, 255);
	margin-bottom:10px;
}
a.fleft {
	float:left;
}
a.fright {
	float:right;
}
a:hover {
	text-decoration:underline;	
}