.leaflet-control-command-interior {
    background-image: url("https://www.localizalo.pe/images/shapefile_02.png");
	cursor: pointer;
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    text-align: center;
    background-color: #FFFFFF;
}

.leaflet-control-command-interior:hover {
    background-color: #F4F4F4;
}

.leaflet-control-command-form{
    width: 30px;
    height: 30px;
}