:root{
    --h-btn-gg: 38px;
    --w-btn-gg: 38px;
}
form{
    margin-bottom: 0 !important;
}
.btn_login, .btn_register{
    height: var(--h-btn-gg) !important;
}
.btn_login_gg{
    display: flex;
    justify-content: left;
    align-items: center;
    border: solid 1px #4285f4;
    border-radius: 2px;
}
.btn_login_gg .login_gg_img{
    height: var(--h-btn-gg);
    width: var(--w-btn-gg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_login_gg .login_gg_img img{
    width: 1.17em;
}
.btn_login_gg .text_gg{
    height: var(--h-btn-gg);
    /* width: 100%; */
    text-align: center;
    align-content: center;
    padding: 0 16px;
    background-color: #4285f4;
    color: white;
    font-weight: bold;
}