.login-container {
  padding-top: 200px;
  margin-top: 70px;
  height: 700px;
  background: url('../img/login-bg.jpg') 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .login-container {
    margin-top: 60px;
  }
}
.login-panel {
  position: relative;
  z-index: 99;
  max-width: 350px;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: .75rem !important;
}
.login-form .login-form-header {
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
  font-size: 20px;
}
.login-form .nav-brand {
  display: block;
  width: 118px;
  height: 40px;
  background-image: url(../img/login-logo.png);
  background-repeat: no-repeat;
}
.login-form .form-control {
  margin-bottom: 30px;
  padding: 1.5em 1.5em;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.login-form .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.login-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.login-form .btn {
  padding: .5em 1em;
  border-radius: 0;
}
.hidden {
  display: none !important;
}