﻿.googleButton {
    display: inline-block;
    height: 40px;
    background-color:#0995D4;
    padding: 1px;
    width: 185px;
    box-sizing: border-box;
    border-radius: 2px;
}

.googleButton > img,
.googleButton > div:first-of-type {
    float: left;
    border-radius: 2px;
}

.googleButton img {
    float: left;
    width: 18px;
    background-color: white;
    padding: 10px;
    border-radius: 1px;
}

.googleButton > div:first-of-type {
padding: 11px;
    font-family: 'Roboto', Tahoma, sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
}
