:root{
    --bs-body-color: #4a5073;
}
body {
    min-height: 100vh;
    background-color: #e9ecef;
}
.login {
    max-width: 500px;
    width: calc(100% - 30px);
}
section {
    height: 100vh;
    align-items: center!important;
}
.header {
    padding: 50px;
    background: #262b40;
    text-align: center;
    color: #eaedf2;
}
.form {
    padding: 50px;
    background-color: white;
}
.btn-submit {
    background: #262b40;
    color: #eaedf2;
    margin-top: 20px;
}

/* @media (max-width: 575.98px) { 
    section {
        align-items: unset!important;
    }
    form {
        height: calc(100vh - 133px);
    }
} */
