.bg-main{
    background-color: var(--white-color);
    background-position: center;
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
    padding: 2rem;
}

h2,span, label{
    color: rgb(20, 20, 20) !important;
}

.bg-verde{
    background-image: url('../img/bggreen.png');
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.form-control{
    background-color: rgb(241, 241, 241) !important;
    color: rgb(20, 20, 20) !important;
    border: 1px solid #ccc;
}
.form-control::placeholder{
    color: rgb(20, 20, 20) !important;
}

.cont-cadastro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35vw;
}

.cont-logo{
    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;
}

.circle{
    width: 400px;
    height: 400px;
    background-color: var(--main-color);
    border-radius: 100%;
}

#block-body{
    padding: 0 !important;
}

#lembrar-checkbox{
    position: static !important;
}

@media (max-width: 431px){

    .bg-main{
        position: absolute;
        top: 5rem;
        left: 0;
        padding: 1.5rem 0.5rem 1.5em 0.5rem;
        border-top-right-radius: 30px;
    }
    .cont-cadastro{
        width: 90%;
        justify-content: start;
        padding: 1.5rem 0.7rem 1.5em 0.7rem;
    }
    .bg-verde{
        min-height: 30vh;
    }
    .cont-logo{
        display: none;
    }
}
