﻿.controller-maps-address-input, .controller-maps-address-input-for-localities-and-address {
    display: inline-block;
    width: 75%;
    padding: 0.6em 1em;
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    color: #333;
    background-color: #f2f2f2;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    transition: background-color 0.218s, box-shadow 0.218s, border-color 0.218s;
}

.controller-maps-search-button,
.controller-maps-search-button-for-localities-and-address {
    display: inline-block;
    padding: 0.6em 2em;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #4285f4;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.218s, box-shadow 0.218s, border-color 0.218s;
}

.controller-maps-search-button:hover,
.controller-maps-search-button-for-localities-and-address:hover {
    background-color: #3367d6;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
