/**
app/ext/NAMESPACE/PATH
app/ext/usa-freelance/resources/images/login/logo.svg
 */
.login-ui {
    background: url(app/ext/usa-freelance/resources/images/login/background.svg) no-repeat !important;
    background-size: 100% 100% !important;
}

.login-ui .login-dialog {
    max-width: 7.6in;
}

.notification {
    border: 5px solid #D3ECCA;
    background: #fff;
    box-shadow: none;
}

.login-ui .login-dialog .logo {
    width: 6em;
    height: 6em;
    background: url(app/ext/usa-freelance/resources/images/login/logo.svg) no-repeat;
}

.login-ui .login-dialog .version .app-name {
    color: #464646;
    font-size: 2.25em;
}

.login-ui .login-dialog .version .quote {
    display: flex;
    margin: 1.3em 0 1.6em 0;
    justify-content: center;
}

.login-ui .login-dialog .version .quote .left,
.login-ui .login-dialog .version .quote .right {
    height: 0.8em;
    width: 0.8em;
    background: url(app/ext/usa-freelance/resources/images/login/quote-left.svg) no-repeat;
}

.login-ui .login-dialog .version .quote .right {
    align-self: flex-end;
}

.login-ui .login-dialog .version .quote .text {
    margin: 0 0.5em 0 0.5em;
    color: #828282;
    font-style: italic;
    text-align: center;
}

.fields{
    margin: 0 3em;
}

.login-ui .login-fields .labeled-field .field-header {
    margin: 0 0 0 1em;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1em;
    color: #A9A9A9;
    opacity: 100;
}

.login-ui .login-fields .labeled-field,
.login-ui .login-fields input[type=text],
.login-ui .login-fields input[type=password] {
    background: #F4F4F4;
    border-radius: 8px;
}

.login-ui .login-dialog .login-fields input {
    margin: 0 0 1.2em;
    padding: 2.1em 1em;
    border: none;
}

.login-ui .login-fields .labeled-field input:focus-visible {
    outline: none;
}

.login-ui .login-fields .labeled-field input:focus {
    background: #F4F4F4;
    border: 1px solid #6BC24C;
}

.login-ui .login-dialog .buttons {
    margin: 2em 3em 2em 3em;
}

.login-ui .login-dialog .buttons input[type=submit] {
    background-color: #6BC24C;
    color: #fff;
    text-shadow: none;
    border: none;
    font-size: 1.5em;
}

.login-ui .login-dialog .version .version-number {
    margin: 1em;
    color: #BDBDBD;
    background: none;
    font-size: 1em;
    font-style: normal;
    opacity: 100;
}
/*
 * 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;

}
