﻿.vuexy-google-btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: #4f7df3;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}


    .vuexy-google-btn.bordered {
        border: 1.5px solid #3b6ef3;
    }

    .vuexy-google-btn:hover {
        background-color: #3f6de0;
        text-decoration: none;
    }

.vuexy-google-icon {
    width: 46px;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vuexy-google-icon img {
        width: 20px;
        height: 20px;
    }

.vuexy-google-text {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
}
