.logingWithGoogle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    cursor: pointer;
    transition: 100ms;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.logingWithGoogle > a {
    color: inherit;
    text-decoration: none;
}

.logingWithGoogle:hover {
    background-color: rgba(245, 245, 245, 0.6);
}

.logingWithGoogle > a > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}