/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main {
  background: url('../../../../images/facilityImage.jpg');
  background-size: cover;
  height: 100% !important;
}


@media only screen and (max-width: 2000px) {
  .loginbox {
    margin-top: 185px;
    margin-bottom: 190px;
  }
}

@media only screen and (max-width: 1280px) {
  .loginbox {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}

main>.container {
  padding: 60px 15px 0;
}

.box {
  padding: 50px;
  background: white;
}