html,
body {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

/* The application provides its own consistent password visibility control. */
.fo-password-input::-ms-reveal,
.fo-password-input::-ms-clear {
    display: none;
}
