body {
  /* The image used */
  background-image: url("../img/bg-2.jpg");
  /* Full height */
  min-height:100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; /* fix background gradient */
}

.login-clean form {
  max-width:320px;
  width:90%;
  margin:0 auto;
  /* background-color: transparent; */
  padding:0px 40px;
  border-radius:4px;
  color: rgba(255, 255, 255, 0.78);
  /* box-shadow:1px 1px 5px rgba(0,0,0,0.1); */
}

.login-clean .illustration {
  text-align:center;
  padding:0 0 20px;
  font-size:75px;
  color:rgb(244,71,107);
}

.login-clean form .form-control {
  background:#f7f9fc;
  border:none;
  border-bottom:1px solid #dfe7f1;
  border-radius:0;
  box-shadow:none;
  outline:none;
  text-indent:8px;
  height:42px;
}

.login-clean form .btn-login {
  border:none;
  border-radius:4px;
  padding:11px;
  box-shadow:none;
  margin-top:26px;
  text-shadow:none;
  outline:none;
  background-color: rgb(69, 94, 138);
}

.login-form-group {
  padding-top: .1rem;
}