.link {
    display: block !important;
    text-align: left !important;
}

body {
    background-image: url(https://picsum.photos/1280/1024/?blur=2);
    background-repeat: no-repeat;
    background-size: cover;
}

#google-txtfld {
    display: inline-block;
    align-items: center;
    height: 55px;
    font-size: 16pt;
    border-radius: 8px;
    border-color: aliceblue;
}