.login-clean {
  padding-top:80px;
}

.login-clean form {
  max-width:320px;
  width:90%;
  margin:0 auto;
  padding:40px;
  color:#505e6c;
}

.login-clean .illustration {
  text-align:center;
  font-size:100px;
  color:#56c9c1;
  background: url('/img/login/logo1.png');
  background-size: cover;
  padding:220px 0 0;
  margin-bottom: 20px;
}

.login-clean form .form-control {
  background:#dee2e6;
  border:none;
  border-bottom:1px solid #dfe7f1;
  border-radius:0;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-align: center;
  font-size: smaller;
  height:42px;
}

.login-clean form .btn-primary {
  background:#6c757d;
  border:none;
  border-radius:30px;
  margin: auto;
  width: 80%;
  margin-top:26px;
  text-shadow:none;
  outline:none !important;
}

.login-clean form .btn-primary:hover {
  background:#c9e8dd;
}

.login-clean form .btn-primary:active {
  background:#c9e8dd !important;;
  transform:translateY(1px);
}

#login-ttl {
  font-size: small;
  text-align: center;
  height: 10px;
}
