.cursor-pointer {
    cursor: pointer;
}

.btn-dim:hover {
    filter: brightness(90%);
    transform: scale(1.01);
}

.continue-with-google-button {
    width: 100%;
    height: 2.8rem;
    border-radius: 1.3rem;
    background-color: white;
    border: none;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.continue-with-google-button-logo {
    height: 70%;
    padding-left: 0.2rem;
}

.continue-with-google-button-text {
    color: rgb(97, 97, 97);
    font-family: "Sora", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
