html,
body {
    height: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: "Montserrat", sans-serif;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[name="USER_LOGIN"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[name="USER_PASSWORD"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.signin-brand {
    display: grid;
    width: 72px;
    height: 57px;
    margin: 0 auto 1.5rem;
    place-items: center;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 0.75rem;
    font-size: 2rem;
    font-weight: 700;
}

.alert .errortext {
    color: inherit !important;
}

.alert p:last-child {
    margin-bottom: 0;
}

#imageGalleryModal .modal-content,
#imageGalleryModal .modal-body,
#galleryStage,
#galleryImageWrap {
    min-height: 0;
}

#galleryImage {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gallery-thumb {
    width: 88px;
    height: 66px;
    min-width: 88px;
    object-fit: contain;
}
