 .login-container {
  position: fixed;
  background-color: #fff;
  background: url("../images/2.jpg") no-repeat center center / cover !important;
  filter: blur(5px);
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
} 

.img-login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.img-login-container img {
  width: auto;
  height: 130px;
  margin: 20px 0px;
}

.login-title {
  font-size: 1.8rem;
  font-weight: 300;
  color: #394894;
}

.login-form {
  font-family: "Roboto";
  margin: 1% auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  min-height: 570px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}
.input-login-container input {
  width: 100%;
  padding-left: 0.5rem;
  border: none;
  border-bottom: 1px solid #ab7692;
  height: 50px;
  font-size: 1rem;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-form input::placeholder {
  color: #7d7a7a;
  font-size: 0.9rem;
}
.login-form input:focus {
  outline: none;
}

.input-login-container {
  width: 100%;
}
.input-login-container label {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.login-btn {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #394894;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.login-btn:hover {
  background-color: #5e4f4f;
}
.login-footer {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .login-form {
    max-width: 100%;
  }
}

@media only screen and (min-height: 768px) {
  .login-footer {
    position: absolute;
    bottom: 0;
  }
}
