html {
  background: url("../pages/login-bg.84678d55ed76.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background-color: inherit !important;
}

.user-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.user-container {
  max-width: 620px;
  width: 100%;
  border-radius: 5px;
  margin: 0 20px 50px;
}

.user-container .site-name {
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
  margin-top: 20px;
  color: #0f3b71;
}

.user-container .logo-container {
  height: 120px;
}

.user-container form {
  width: 260px;
  margin: 0 auto;
  text-align: left;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}

@media (max-width: 900px) {
  .user-container .site-logo {
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
  }
}
