/* Fondo corporativo blanco */
.login-ui {
    background-color: #ffffff !important;
}

/* Tarjeta moderna */
.login-ui .login-dialog {
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding-top: 110px; /* espacio para el logo */
}

/* Ocultar completamente el logo bowl original */
.login-ui .logo,
.login-ui .logo img,
.login-ui .logo .logo-icon {
    display: none !important;
}

/* Insertar logo corporativo */
.login-ui .login-dialog::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 85px;
    background-image: url("app/ext/eurolabs-branding/resources/logo-eurolabs.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Línea de subtítulo: Acceso Remoto Seguro – EUROLABS */
.login-ui .subtitle {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-top: 6px;
    margin-bottom: 14px;
}

/* Ponemos el texto fijo en la línea de subtítulo */
.login-ui .subtitle::before {
    content: "Acceso Remoto Seguro – EUROLABS";
}

/* Ocultar número de versión predeterminado */
.login-ui .version {
    display: none !important;
}

/* Texto de copyright debajo del botón */
.login-ui .login-dialog::after {
    content: "© 2025 EUROLABS GROUP";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 18px;
    margin-bottom: 2px;
}

/*
 * 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;

}
