/* VMware Labs Branding */

/* Sfondo pagina login */
.login-ui {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
}

/* Box login */
.login-ui .login-dialog {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
    padding: 30px !important;
}

/* Logo VMware centrato */
.login-ui .logo {
    background-image: url('app/ext/vmware-branding/images/vmware-logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100% !important;
    max-width: 280px !important;
    height: 80px !important;
    margin: 0 auto 10px auto !important;
    display: block !important;
}

/* Nascondi testo titolo */
.login-ui .logo .app-name {
    display: none !important;
}

/* Pulsante login blu VMware */
.login-ui .login-dialog .buttons button,
.login-ui .login-dialog button.login {
    background-color: #0091DA !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: bold !important;
}

.login-ui .login-dialog .buttons button:hover,
.login-ui .login-dialog button.login:hover {
    background-color: #007bb8 !important;
}

/* Testo "servizio offerto da Desolabs" sotto Login */
.login-ui .login-dialog .buttons::after {
    content: "Servizio offerto da Desolabs" !important;
    display: block !important;
    text-align: center !important;
    margin-top: 15px !important;
    color: #666 !important;
    font-size: 11px !important;
}

/* Footer con loghi */
#desolabs-footer {
    position: fixed !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    z-index: 1000 !important;
}

#desolabs-footer a {
    display: inline-block !important;
    margin: 0 15px !important;
    vertical-align: middle !important;
}

#desolabs-footer img {
    height: 45px !important;
    width: auto !important;
    opacity: 0.9 !important;
    transition: opacity 0.3s !important;
}

#desolabs-footer img:hover {
    opacity: 1 !important;
}

/* Rimuovi pseudo-elementi precedenti */
.login-ui::before,
.login-ui::after {
    display: 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;

}
