/* google-login */

.google-login-all {
    padding-bottom: 20px;
}

.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 0 20px 20px 20px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 6px;
    font-size: 15px;
    color: #3c4043;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
}

.google-btn img {
    width: 20px;
    height: 20px;
}

.google-btn:hover {
    background: #f7f8f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}