.loginButton {
    padding: 13px 1rem;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.loginButton div {
    color: black;
    margin-left: 1rem;
    padding-top: 2px;
}

.buttonWithHover:hover {
    background-color: #e7e7e7;
    text-decoration: none;
}

.loginContainerButton {
    width: 216px;
    display: flex;
}

.buttonsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 550px) {
    .lowPadding {
        padding: 1.2rem !important;
    }
    .title {
        font-size: 1.35rem !important;
    }
    .loginContainer {
        display: flex;
        width: 100%;
        padding: 10px;
    }

    .miniContainer {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .notPadding {
        padding: 0.5rem !important;
    }

    .width100 {
        width: 100%;
    }

    .fontSize {
        font-size: 0.775rem !important;
    }

    .content-wrapper {
        padding: 0 !important;
    }
}
