.googleLogin {
    background: url("/Resources/Login/Normal.png");
    height: 46px;
    width: 191px;
}

.googleLogin:hover {
    background: url("/Resources/Login/Focus.png");
}

.googleLogin:active {
    background: url("/Resources/Login/Pressed.png");
}