@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .inner-wrapper {
        height: 100vh !important;
    }
}

/* Hide password reveal button in MS Edge */
::-ms-reveal {
    display: none;
}
