.login-ui .login-dialog .logo {
    background-image: url('app/ext/tempnamespace/images/logo-dome.png');
	width: 9em;
	-webkit-background-size: 9em auto;
	background-repeat: no-repeat;
}
div.login-ui {
	background-image: url(app/ext/tempnamespace/images/bg-01.jpg);
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
div.login-ui::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.login-ui .login-dialog {
	width: 400px !important;
    height: 450px;
    max-width: inherit !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px !important;
    background: #265180;
}
.login-ui .login-dialog .version .app-name {
	color: #fff;
    margin-bottom: 40px;
}
.login-ui .login-fields .labeled-field .field-header {
    opacity: 1;
	color:#FFF !important;
}
.login-ui .login-fields .labeled-field {
    margin-bottom: 15px;
}
.login-ui .login-fields .labeled-field .text-field,
.login-ui .login-fields .labeled-field .password-field {
	border-bottom: 2px solid rgba(255,255,255,0.24);
}
.login-ui .login-dialog .login-fields input {
    background-color: none !important;
	border: none !important;
	margin-bottom: 0 !important;
}
.login-ui .login-dialog .buttons {
    margin-top: 1.9em;
}
.login-ui .login-dialog .buttons .login {
	font-size: 16px;
    color: #555555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 6px;
    background: #f1f1f1;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-shadow: none;
    text-transform: uppercase;
	width: 50% !important;
    margin: 0 auto !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;

}
