body {
  background-color: rgba(255, 218, 218, 0.1333333333);
}

#content {
  padding: 2rem 30px;
}

.row {
  border-bottom: 1px solid #6c757d;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#login {
  background-image: url("/media/coffee-box-logo.jpg");
  background-size: 150px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
}
#login #header {
  display: none;
}
#login .login-body {
  height: 100vh;
}
#login .background-image {
  background: url("/media/2018-giftcard-coffeebox.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
}
#login .new-account, #login .forgot-password {
  display: none;
}

.btn.btn-primary {
  background-color: #e67a39;
  border: none;
}

.navbar-brand {
  width: 95px;
  height: 95px;
  display: inline-block;
  background: url("/media/coffee-box-logo.jpg") no-repeat top left;
  background-size: contain;
  text-indent: -99rem;
}

.navbar {
  background: white;
  box-shadow: 0 0 9px #dadada;
}
.navbar a {
  color: #e67a39 !important;
}

h2 {
  color: #e67a39;
}

.content-area {
  background: white;
  box-shadow: 0 0 9px #dadada;
  border-radius: 3px;
}

input[type=number] {
  width: 80px;
  float: right;
}
