.login-ui {
    background: #344f66 !important;
    background-color: #344f66 !important;
}

.login-ui .login-dialog {
    background: #ffffff !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22) !important;
    border: none !important;

    width: 340px !important;
    max-width: 90vw !important;

    padding: 34px 38px 28px 38px !important;
}

.login-ui .login-dialog .logo,
.login-ui .login-dialog .version,
.login-ui .login-dialog h1,
.login-ui .login-dialog .title {
    display: none !important;
}

.login-ui .login-dialog input[type="text"],
.login-ui .login-dialog input[type="password"] {
    border: 1px solid #d0d0d0 !important;
    border-radius: 8px !important;

    width: 100% !important;
    height: 42px !important;

    padding: 0 12px !important;

    font-size: 15px !important;
    color: #333 !important;

    background: #fff !important;

    box-shadow: none !important;

    margin-bottom: 10px !important;

    box-sizing: border-box !important;
}

.login-ui .login-dialog input::placeholder {
    color: #999 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

.login-ui .login-dialog input[type="text"]:focus,
.login-ui .login-dialog input[type="password"]:focus {
    border-color: #0d84df !important;
    box-shadow: 0 0 0 2px rgba(13, 132, 223, 0.15) !important;
    outline: none !important;
}

.login-ui .login-dialog input[type="submit"],
.login-ui .login-dialog button,
.login-ui .login-dialog .button {
    background: #0d84df !important;

    border: none !important;

    border-radius: 8px !important;

    width: 100% !important;
    height: 38px !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    color: white !important;

    box-shadow: none !important;

    margin-top: 2px !important;
}

.login-ui .login-dialog input[type="submit"]:hover,
.login-ui .login-dialog button:hover,
.login-ui .login-dialog .button:hover {
    background: #0877ca !important;
}

.login-ui .login-dialog .login-fields {
    margin-top: 0 !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;

}
