.google-login{
    display: block;
    background-color: #f0f2f4;
    text-decoration: none;
    color:#ec5949;
    line-height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-bottom:10px;
    background-image: url(../images/icons/google-account.png);
    background-size: contain;
    background-repeat: no-repeat;

}
.google-login:hover,.google-login:visited{
    text-decoration: none;
    color:#ec5949;
}