html, body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

label{
    padding: 0 !important;
}

.btn-orange {
    color: black !important;
    border-color: black !important;
    background-color: #E7730B !important;
}

.main-content {
    flex: 1;
}

.footer-img {
    max-width: 50%;
    height: auto;
}

.login-text-tittle {
    font-weight: bold;
    font-size: 1.5em;
}

.login-text {
    font-size: 1.25em;
    padding: 0;
}

