﻿.searchCont {
  position: relative;
}
.searchCont .k-input {
  padding-right: 35px !important;
  border-radius: 15px !important;
}
.searchCont .searchBtn {
  position: absolute;
  right: 45px;
  top: 5px;
  height: 100%;
  vertical-align: middle;
}
.searchCont .searchBtn input {
  height: 30px;
  width: 30px;
  background-color: transparent;
  position: absolute;
  left: 0;
  z-index: 20;
  border: none;
}
.searchCont .searchBtn .searchSymbol {
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 10;
}

.registerButt {
  line-height: 15px;
  min-height: 36px;
}

.leaflet-bar {
  position: fixed;
  bottom: -85vh;
  left: 92vw;
}
@media screen and (max-width: 500px) {
  .leaflet-bar {
    bottom: -78vh;
    left: 85vw;
  }
}
@media screen and (min-width: 1300px) {
  .leaflet-bar {
    bottom: -85vh;
    left: 95vw;
  }
}

.registrationCont {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 2000;
}
