.autocomplete {
    border-radius: 4px;
    background-color: #ffffff;
    border: 0;

    font-size: 24px;
    font-weight: 100;
    text-align: left;
    color: #9b9797;

    width: 100%;
    padding: 30px;
}

.search {
    font-size: 15px;
    color: #EE4459;
    position: absolute;
    right: 30px;
    top: 35px;
}