:root {
    /* Setting base font size so headings don't look unreasonably large */
    font-size: 15px;
    font-family: "Open Sans" !important;
}

.btn-lg {
    font-size: 1.5rem;
}

/* Hide the native password reveal button in Edge */
input[type="password"]::-ms-reveal {
     display: none;
}

.bi-eye, .bi-eye-slash {
    padding: .375rem;
    color: #797979;
    border-color: rgb(148, 148, 148);
}

.wait-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
    z-index: 1100;
} 

.wait-spinner {
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
} 