html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.bg-SescSenac{
    background-color: #142661 !important;
}
.full-height {
    min-height: 100vh;
}

.logo-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-SescSenac {
    background-color: #003366;
}

@media (max-width: 768px) {

    .logo-section,
    .form-section {
        min-height: 50vh;
    }
}