body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

a {
	color:white;
}

a:hover {
	color:white;
	text-decoration:none;
}

a:visited {
	color:white;
	text-decoration:none;
}

.form-signin {
  max-width: 330px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .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-signin .form-control:focus {
  z-index: 2;
}

#username {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom:10px;
}

#password, #password_again {
  border-radius: 0;
  margin-bottom:10px;
}

#name {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom:10px;
}

label {
	font-weight:400;
}

.remember-checkbox {
	float:left;
}
.create-account {
	float:right;
}

.error {
	margin-top:10px;
}