* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100%; }

body {
  background-image: url(../images/maintenance.jpg);
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  z-index: 0;
}
.page_header {
  background: transparent !important;
}
.maintenance .header_right_buttons .header_phone {
  color: #1f2732;
}
.page_header .logo {
  padding: 35px 0;
}
.page_copyright {
  bottom: 0;
  position: absolute;
  width: 100%;
}
