.fw--bold {
    font-weight: bold !important;
}

.mh--100 {
    height: 100vh !important;
    width: 100vw !important;
    max-height: 100vh !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.px--auto {
    padding: 0 !important;
}

.pt--c {
    padding-top: 1rem !important
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}


.imglogo {
    height: 3rem;
}