body {
  background: url("/img/background.jpg");
  background-size: cover;
}

#header {
  background: white;
}

.container > .row {
  margin-top: 100px;
}

.login-box {
  padding: 20px 30px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #ffffff;
}
.login-box .logo {
  padding: 5px;
  margin: 0 -10px 20px;
  text-align: center;
}
.login-box .input-field {
  margin-top: 20px;
}
.login-box .google-auth .google-btn {
  background: url(/img/google/google_signin_logo.png) 9px center no-repeat;
  background-size: 22px 22px;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  display: block;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  color: #888;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.login-box .google-auth .google-btn.google-btn:hover {
  color: #666;
}
.login-box .login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-box .login .input-field {
  flex-grow: 1;
}

ul.nav.inverse > li, ul.nav.inverse > li > a {
  color: #2196F3 !important;
}

@media only screen and (max-width: 768px) {
  #header .navbar-header {
    border-bottom: none;
  }
  .container > .row {
    margin-top: 0;
  }
}

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