.bar-right {
  margin-right: 1em;
}
.navbar-brand {
  margin-left: 1em;
}
#login {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(/bg.jpg);
  background-position: 0 0;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
#login-inner {
  background-color: #d32f2f;
  position: absolute;
  left: 10em;
  width: 40em;
  top: 0;
  bottom: 0;
  color: #fff;
}
#login-form {
  padding: 5em;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn {
  color: #000;
}
.input {
  border-color: #fff !important;
  color: #fff;
  width: 65% !important;
}
.input:active {
  border-bottom: 2px solid #fff !important;
  border-color: #fff !important;
}
.navbar {
  background-color: #d32f2f;
}
.navbar * {
  display: inline-block;
}
.buttons {
  float: right;
  padding-right: 1em;
}
.navbar-brand {
  line-height: 10px;
  margin-top: -1em;
}
.bar {
  width: 100%;
  height: 2.2em;
  border-radius: 2em;
  background-color: #d32f2f;
  padding: 0.4em;
}

.bar-inner {
  height: 1.4em;
  border-radius: 2em;
  background-color: #fff;
  text-align: center;
  min-width: 10%;
}
.icon {
  background-image: url(/logo.svg);
  background-size: 2.5em 2.5em;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  padding-left: 5em;
}
