.btn-google {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: white;
}

.btn-google img {
    width: 20px;
    margin-right: 10px;
}

.btn-google {
    background-color: #3974c0;
}