body {
  background-image: url('../img/BG.png');
  background-position: 100%;
}
@media (max-width: 767px) {
  body #form-login {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  body #form-login {
    margin-top: 85px;
  }
}
body .uk-form input[type=checkbox]:checked:before {
  color: #d32c46;
}
body .uk-form input[type=checkbox]:indeterminate:before {
  color: #d32c46;
}
body .uk-panel-box {
  background: #ffffff !important;
}
