.cadastro-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
}

.cadastro-imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.cadastro-conteudo {
    overflow-y: auto;
}

.cadastro .botoes a {
    font-size: 20px;
    margin: 0 10%;
}

.cadastro .botoes a:first-child {
    margin-top: 40px;
    margin-bottom: 30px;
}
