html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

.ian-page-content-form {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    width: 100%;
}

.ian-page-content-form-outside {
    flex-grow: 0;
}

.footer-menu,
.footer-bottom {
    flex: 0 0 auto;
}
