/*login box*/
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

/*Text Outside the Box*/
.etc-login-form {
  color: #919191;
  padding: 10px 0px;
}
.etc-login-form p {
  margin-bottom: 5px;
}