/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body {
  background: black;
}
.middle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.frontex-button-container .btn-frontex-orange {
  font-size: 20pt;
  font-weight: 700;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  background: #e36b00;
  color: #fff;
  min-width: 250px;
  height: 70px;
  line-height: 50px;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.frontex-button-container .btn-frontex-orange,
.frontex-button-container .btn-frontex-orange:active,
.frontex-button-container .btn-frontex-orange:focus,
.frontex-button-container .btn-frontex-orange:hover {
  color: #fff;
}
.frontex-button-container .btn-frontex-orange:hover {
  background: #ff8417;
}
.frontex-button-container .btn-frontex-orange:focus {
  outline: 0;
}
.frontex-button-container .btn-frontex-orange:active {
  background: #b05300;
}
.frontex-button-container .btn-frontex-orange.disabled,
.frontex-button-container .btn-frontex-orange:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.frontex-button-container .btn-frontex-orange.disabled:active,
.frontex-button-container .btn-frontex-orange.disabled:hover,
.frontex-button-container .btn-frontex-orange:disabled:active,
.frontex-button-container .btn-frontex-orange:disabled:hover {
  background: #e36b00 !important;
}
.frontex-corner-logo {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
/*# sourceMappingURL=site.css.map */