html, body {
    width: 100% !important;
    height: 100% !important;
}

body {
    margin: 0 !important;
    background: #bfc1c4 !important;
}

.login-ui {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 1 !important;
    background-color: #bfc1c4 !important;
    background-image: url("app/ext/eti-clean/images/background.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.login-ui::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(20, 24, 34, 0.22) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.login-ui > * {
    position: relative !important;
    z-index: 1 !important;
}

.login-ui .login-dialog {
    width: min(430px, calc(100vw - 48px)) !important;
    background: rgba(255,255,255,0.95) !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 48px rgba(0,0,0,0.28) !important;
    padding: 26px 28px 26px !important;
}

.login-ui .login-dialog form,
.login-ui form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.login-ui .eti-logo-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 0 20px 0 !important;
}

.login-ui .eti-logo-wrap img {
    display: block !important;
    max-width: min(250px, 82%) !important;
    width: 250px !important;
    height: auto !important;
    object-fit: contain !important;
}

.login-ui .logo,
.login-ui .guac-logo,
.login-ui .login-logo,
.login-ui img[src*="guacamole"],
.login-ui [class*="logo"]:not(.eti-logo-wrap):not(.eti-logo-wrap *) {
    display: none !important;
}

.login-ui label,
.login-ui .field-header,
.login-ui .labeled-field > .caption,
.login-ui .version,
.version {
    display: none !important;
}

.login-ui input[type="text"],
.login-ui input[type="password"],
.login-ui input[type="email"],
.login-ui input:not([type]) {
    width: 100% !important;
    background: #fff !important;
    color: #22315f !important;
    border: 1px solid #d5d9e2 !important;
    border-radius: 10px !important;
    min-height: 44px !important;
    padding: 11px 14px !important;
    box-shadow: none !important;
}

.login-ui input::placeholder {
    color: #8f95a1 !important;
    opacity: 1 !important;
}

.login-ui button,
.login-ui input[type="submit"],
.login-ui .button {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    border: 0 !important;
    background: #22356f !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
.totp-enroll p,.totp-details{font-size:.8em}.totp-qr-code{text-align:center}.totp-qr-code img{margin:1em;border:1px solid rgba(0,0,0,0.25);box-shadow:1px 1px 2px rgba(0,0,0,0.25);cursor:pointer}h3.totp-details-header{font-size:.8em}h3.totp-details-header::before{content:'▸ '}.totp-details-visible h3.totp-details-header::before{content:'▾ '}.totp-details,.totp-hide-details{display:none}.totp-details-visible .totp-details{display:table}.totp-details-visible .totp-hide-details{display:inline}.totp-details-visible .totp-show-details{display:none}.totp-hide-details,.totp-show-details{color:blue;text-decoration:underline;cursor:pointer;margin:0 .25em;font-weight:normal}.totp-details{margin:0 auto}.totp-details th{padding-right:.25em;text-align:left}.totp-details td{font-family:monospace}.totp-detail{display:inline-block;margin:0 .25em}