body,
html {
  height: 100%;
  background: url(../img/milano.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

input.invalid,
select.invalid {
  background-color: #ffdddd;
}

.btn-primary {
  background: #7fc12c;
  border: 1px solid #7fc12c;
}

a:link,
a:visited,
.forgot-psw-btn {
  color: #7fc12c;
}

a:hover,
.forgot-psw-btn:hover {
  color: #000;
}

.logo-home {
  width: 160px;
  margin: 25px auto;
  display: block;
}
