/* Перезаписывает стили расположения кнопки выбора подложек */
.leaflet-control-layers {
    margin-right: 10px !important;
    margin-top: 50px !important;
}

/* Страница логина */
.card{
    margin: 0 auto;
    margin-top: 5%;
    max-width: 650px;
    border: unset;
}

.card-header {
    text-align: center;
    border: unset;
    font-size: 1.8rem;
    background: #38c172;
    /*padding-bottom: 0;*/
    color: #fff;
}
.card-body .form-control{
    height: 45px !important;
}

.card-body .form-group{
    justify-content: center;
}

.check-form{
    justify-content: unset !important;
}

#login-btn {
    width: 100%;
    background: #38c172;
    border: unset;
    height: 45px;
}

@media only screen and (max-width: 500px) {
    .leaflet-ruler {
        width: 39px !important;
    }
    .custom-square-button {
        width: 39px !important;
    }
}
.polygon-label {
  font-weight: bold;
  width: 55px;
  text-align: center;
  height: 100%;
  font-size: 30px;
}
.tooltipRound {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #a3a3a3d3;
  color: #fff;
  padding: 5px 10px;
}

.leaflet-pane.leaflet-tooltip-pane > .leaflet-tooltip {
  background-color: inherit;
  border: none;
  color: inherit;
  box-shadow: none;
  opacity: 1;
}