.main-content{
    margin: 0 !important;
}
.body-content{
    margin: 0 !important;
    padding: 0 !important;
}

.login-page{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}
.bg-img{
    background-image: url('../images/bg-main.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.overlap{
    width: 100%;
    height: 100%;
    background-color: rgba(10, 77, 104, 0.5);
}

.cont-cadastro{
    width: 65%;
}

.cont-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-logo{
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fonte-destaque1{
    color: var(--main-color)
}

