#login-form {
  max-width: 350px;
  margin: 40px auto 0;
}
#login-form h1 {
  font-size: 16px;
}
#login-form input.form-control, #login-form input.form-control {
  border: 1px solid #404040;
  border-radius: 0px;
  background: #212424 !important;
  margin-bottom: 5px;
  color: #bdbdbd !important;
}
#login-form button {
  background-color: #08335E;
  border: none;
  border-radius: 0;
  color: #bdbdbd;
}

/*# sourceMappingURL=login.css.map */
