body {
  padding-top: 80px;
}

main {
  min-height: calc(100vh - 157px);
}

header {
  min-height: 80px;
  width: 100%;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

footer {
  min-height: 72px;
  background: #00313c;
  color: #FFFFFF;
  font-size: 13px;
}
footer p {
  margin-bottom: 0;
}

section {
  padding: 30px 0;
  width: 100%;
}

.btn-primary {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 4px 48px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #7a7a7a;
  border-left: 0;
  border-radius: 0;
}

label {
  font-size: 0.875rem;
  color: #7a7a7a;
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */

#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("/res/images/attesa.gif");
  background-repeat: no-repeat;
  background-position: center;
}
