.login-dark {
  height: 100vh;
  background: linear-gradient(10deg, #73cae3, #003659);
  background-size: cover;
  position: relative;
}

.login-dark form {
  max-width: 320px;
  width: 90%;
  background-color: #003659!important;
  padding: 0px 40px 40px 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.input::placeholder {
  color: rgba(255,255,255,0.65)!important;
}

.bianco {
  color: white!important;
}

.margine {
  margin-top: 35px!important;
}

.login-dark .illustration {
  text-align: center;
  padding: 15px 0 8px;
  font-size: 100px;
  color: #2980ef;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.59);
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

.login-dark form .btn-primary {
  background: #214a80;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #214a80;
  outline: none;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgb(255,255,255);
  opacity: 0.4;
  text-decoration: none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}

.w-90 {
  width: 90%;
}

.bianco {
  color: white!important;
}

.cerca {
  color: white!important;
  background-color: rgba(79,162,187,0.48)!important;
  border: 2px solid #4fa2bb!important;
}

.cerca:hover {
  color: white;
  background-color: #4fa2bb!important;
  border: 2px solid #4fa2bb!important;
}

