html,
body {
  height: 100%;
}

.form-signin {
  max-width: 450px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px #ccc;
  border-radius: 4px;
}

h1{
    font-size: 24px;
}