.leaflet-control-geocoder a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-control-geocoder {
    position: fixed;
    right: 25%;
    width: 50%;
    top: 30px;
    z-index: 100;
/*    background: #f8f8f9;*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 62px;
}

.leaflet-control-geocoder a {
    background-image: url(http://icons.iconarchive.com/icons/icojam/blue-bits/32/search-icon.png);
    width: 36px;
    height: 36px;
}

.leaflet-touch .leaflet-control-geocoder a {
    width: 44px;
    height: 44px;
}

.leaflet-control-geocoder .leaflet-control-geocoder-form,
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-toggle {
    display: none;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    display: block;
    /*	position: relative;*/
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    padding: 5px;
}