html,
body {
  height: 100%;
  color: #fff;
  font-family: "Space Mono", monospace;
}

h1 {
  font-weight: 400;
}

.blue {
  color: #003366;
}

.lead {
  font-weight: 700;
}

.header {
  background-image: url("../img/bg.jpg");
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
}

.btn {
  border-width: 2px;
  font-weight: 700;
  text-shadow: none;
}

.container {
  max-width: 960px;
}

form {
  max-width: 450px;
  margin: 0 auto;
}

.form-control {
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}

.form-control:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border-bottom: 2px solid #fff;
}

.form-control::-webkit--placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms--placeholder {
  color: #fff;
}

.form-control::-ms--placeholder {
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}
