.google-picker-button {
    text-decoration: none !important;
    color: white;
    cursor: pointer;
    height: 3.6rem;
    width: 18rem;
    font-weight: 900;
    margin: 10px 10px 10px 0;
    line-height: 3.6rem;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    text-align: center;
    position: relative;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}

.google-picker-button i {
    padding-right: 1rem;
}