/* Background (Light gray) */
html, body, .login-ui { background-color: #f4f6f8 !important; }

/* The White Login Card */
.login-ui .login-dialog {
    background-color: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border: 1px solid #e0e0e0 !important;
    padding: 40px 30px !important;
}

/* The Logo Box */
.login-ui .logo {
    background-image: url('/app/ext/custom-branding/images/logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100% !important; 
    height: 80px !important; 
    margin: 0 auto 15px auto !important; 
}

/* HTML Patched Texts */
.custom-brand-title {
    text-align: center !important;
    color: #111111 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
    margin-bottom: 25px !important;
}

/* Footer & Disclaimer Styling */
.custom-footer-container {
    text-align: center !important;
    margin-top: 25px !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
}
.brand-disclaimer {
    color: #64748b !important;
    margin-bottom: 8px !important;
    padding: 0 20px !important;
}
.brand-footer {
    color: #94a3b8 !important;
    font-weight: 600 !important;
}

/* Input Fields */
.login-ui .login-dialog input[type="text"],
.login-ui .login-dialog input[type="password"] {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    color: #333333 !important;
    padding: 12px !important;
}

/* Login Button */
.login-ui .login-dialog .login-button {
    background-color: #333333 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    padding: 12px !important;
    margin-top: 15px !important;
    transition: background-color 0.2s !important;
}

/* DYNAMIC HOVER COLOR */
.login-ui .login-dialog .login-button:hover {
    background-color: #ff5900 !important; 
}

.login-ui .version { 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;

}
