@charset "UTF-8";
 .button {
background-color: transparent;
border: 2px solid #208ccc;
color: #208ccc;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 500;
height: 46px;
line-height: 16px;
margin-left: 5px;
margin-top: 12px;
padding: 12px 30px 12px;
position: relative;
text-transform: uppercase;
} .sel-choose-loc {
border: 1;
font-size: 14px;
max-width: 300px;
padding: 5px 0px 5px 5px;
width: 100%;
font-family: "Roboto",sans-serif;
text-align: left;
margin-left: 10px;
color: #363636;
font-weight: lighter;
outline: none;
}
.button:hover:after {
opacity: 1;
transition: all 0.3s ease-out 0s;
}
input.button:hover {
background-color: #208ccc;
color: #FFFFFF;
}