.login-container {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url('../../images/login.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: white;
  opacity: .3333;
}

.form-title {
  width: 100%;
  padding-left: 0px;
  margin-bottom: 25px;
}

form,
.fake-form {
  width: 333px;
  background-color: white;
  padding: 30px;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  margin-top: 150px;
}

.row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

label.col-form-label {
  background: white;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 8px;
  font-size: 80%;
  top: -10px;
  position: absolute;
}

.navbar-brand {
  position: absolute;
  left: 30px;
  top: 20px;
  margin: 0;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  z-index: 1;
}

.navbar-brand img {
  height: 30px;
}

input.form-control {
  background: none;
}

.form-control:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  z-index: 1;
  opacity: 0.5;
}

@media (max-width: 768px) {
  form {
    max-width: 333px;
    width: 90%;
    margin-top: 100px;
  }
}
