﻿/*.google-btn {
    display: inline-block;
    width: 150px;
    height: 23px;
    background-image: url('images/google_logo.png');
    background-repeat: no-repeat;
}
*/

.google-btn {
    display: inline-block;
    width: 180px;
    height: auto;
    object-fit: contain;
    align-items: center;
    justify-items: center;
}

.google-login-block .buttons {
    display: inline-flex;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 2px 15px;
}

.google-login-block .google-btn img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .google-btn {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .google-btn {
        width: 120px;
    }
}