.sgl-google-wrapper{
    margin-bottom:25px;
}

.sgl-google-btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    border:1px solid #dadce0;
    border-radius:12px;
    padding:14px 18px;
    font-size:16px;
    font-weight:600;
    text-decoration:none !important;
    transition:0.3s ease;
    box-sizing:border-box;
}

.sgl-google-btn:hover{
    opacity:0.92;
    transform:translateY(-1px);
}

.sgl-google-btn img{
    width:22px;
    height:22px;
}
