body{ background-color: none; justify-content: center; font-family: 'Nunito Sans', sans-serif; color: black; }

.block-center{ margin:5% auto 0px auto; width:auto; min-width:300px; max-width: 300px; }
.block-center.register{ margin:5% auto 0px auto; width:auto; min-width:400px; max-width: 400px; }

.block-center-full{ margin:5% auto 5% auto; width:auto; min-width:300px; max-width:80%; }

.login .custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #5a6169;
    border-color: #5a6169;
}

#geofencing{
  min-height: calc(100vh - 7.5rem);
  width: 100%;
}

#geomap{
  min-height: calc(100vh - 7.5rem) !important;
  min-width: calc(100vw - 1.5rem);
  width: 100%;
  margin:0;
  padding:0;
}

table.devices tr:hover{ background-color: #fbfbfb; cursor: pointer; }
