input[type="text"]
{
  height: 35px !important;
}
input[type="password"]
{
  height: 35px !important;
}
input[type="tel"]
{
  height: 35px !important;
}
input[type="url"]
{
  height: 35px !important;
}
label
{
  font-weight: bold;
}
.osm-container #adminForm {
    overflow: auto;
}