@media (min-width: 992px) {
  .container{
    max-width: 720px;
  }
}

.header-bg {
  background: #1e3655 !important;
}

.login-form {
  max-width: 300px;
}