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

}

.login-ui {
    background-image: url('/app/ext/valebrum-branding/images/background.jpeg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh !important;
}
.login-dialog {
    background: rgba(255, 255, 255, 0.97) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25) !important;
    padding: 40px 36px 36px 36px !important;
}
.login-dialog .logo {
    background-image: url('/app/ext/valebrum-branding/images/logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 220px !important;
    height: 100px !important;
    margin: 0 auto 4px auto !important;
    display: block !important;
}
.login-dialog .version .version-number { display: none !important; }
.login-dialog .version .app-name { display: none !important; }
.login-dialog .version { text-align: center !important; margin-bottom: 16px !important; }
.login-dialog .version::after { content: 'ACESSAR GATEWAY REMOTO'; display: block !important; text-align: center !important; color: #1a3c6e !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1.5px !important; margin-top: 4px !important; }
.login-dialog input[type="text"], .login-dialog input[type="password"] { border: 1.5px solid #dde3ec !important; border-radius: 6px !important; padding: 10px 14px !important; font-size: 14px !important; background: #f7f9fc !important; width: 100% !important; box-sizing: border-box !important; }
.login-dialog input[type="text"]:focus, .login-dialog input[type="password"]:focus { border-color: #e87722 !important; outline: none !important; background: #fff !important; }
.login-dialog .login button { background: #1a3c6e !important; color: #fff !important; border: none !important; border-radius: 6px !important; padding: 12px !important; font-size: 14px !important; font-weight: 700 !important; letter-spacing: 1px !important; text-transform: uppercase !important; width: 100% !important; cursor: pointer !important; transition: background 0.2s !important; margin-top: 8px !important; }
.login-dialog .login button:hover { background: #e87722 !important; }
