main{
  position: relative;
}
#disclaimer {
  display: block;
  width: 100%;
  /* margin: 2rem 0; */
}
#disclaimer .alert > div {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 1rem;
}

form{ width:100%; margin:0 auto; }
.fade-hidden { opacity: 0 !important;}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  form{ width:100%; }
}

/* Large tablets in landscape mode */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  form{ width:400px; }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  form{ width:400px; }
  
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main{
    min-height: calc(100% - 350px);
    padding-top:50px;
  }
  form{ width:400px; }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  main{
    min-height: calc(100% - 350px);
    padding-top:50px;
  }
  form{ width:400px; }
}