body, .login-ui {
    background: linear-gradient(135deg, #F2F4F7 0%, #E4E9F0 100%);
    font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.login-ui .login-dialog .logo {
    display: none;
}

.login-ui .login-dialog {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(7, 19, 43, 0.12);
    border: none;
    padding: 40px 36px 32px;
}

.login-ui .login-dialog::before {
    content: "ALLIANCE";
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #07132B;
    margin-bottom: 2px;
}

.login-ui .login-dialog form::before {
    content: "CLOUD TECHNOLOGY";
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #007AFF;
    margin-bottom: 20px;
}

.login-ui .login-dialog .translatable-message,
.login-ui .login-dialog h1 {
    text-align: center;
    color: #4B5563;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F2F4F7;
}

.login-ui .login-dialog input[type="text"],
.login-ui .login-dialog input[type="password"] {
    border: 1.5px solid #E4E9F0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    background: #F2F4F7;
}

.login-ui .login-dialog input[type="text"]:focus,
.login-ui .login-dialog input[type="password"]:focus {
    border-color: #007AFF;
    background: #FFFFFF;
    outline: none;
}

.login-ui .login-dialog input[type="submit"],
.login-ui .login-dialog button {
    background: #007AFF;
    border: none;
    border-radius: 10px;
    padding: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    transition: background 0.2s ease;
}

.login-ui .login-dialog input[type="submit"]:hover,
.login-ui .login-dialog button:hover {
    background: #07132B;
}
/*
 * 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;

}
