html {
  height: 100%;
}

body {
  background: url(../images/login/thunderstorm.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  height: 100%;
}

.fill {
  min-height: 100%;
  height: 100%;
}

/* Faccio in modo che la l'unica riga riempa tutta la pagina */
.fill-page {
  min-height: 100%;
  height: 100%;
}

/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 5px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

.logi-title {
  color: #404040;
  font-weight: 800;
  text-align: center;
}

.mybox {
  /*box-shadow: 2px 3px dodgerblue;*/
  border: 2px;
  border-color: dodgerblue;
  opacity: 0.8;
}

div.login-footer {
  font-size: 10px;
  color: #404040;
}

div.login-footer img {
  width: 80px;
  height: 18px;
}
