/* Перезаписывает стили расположения кнопки выбора подложек */
.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;
    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;
    }
}
