body {
    background: #040629;
}

div.login-ui {
    font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background: url('app/ext/hackrockspace/images/kali-bg.jpg') no-repeat;
    background-size: cover;
}

.login-ui .login-dialog {
    background-color: white;
    border-radius: 5px;
    min-width: 320px;
}
.login-ui .login-dialog .logo {
    background: url('https://hackrocks.com/assets/images/Icon_virtual_machine.svg') no-repeat;
    object-fit: contain;
    background-size: contain;
}
.login-ui .login-dialog .version .app-name {
    margin-bottom: 2rem;
}
.login-ui .login-dialog .version .version-number {
    display: none;
}
.login-ui .login-fields .labeled-field .field-header {
    display: flex;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: .375rem .75rem;
    align-items: center;
}

.login-ui .login-dialog .login-fields input {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 45px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.button,
button,
input[type=submit] {
    display: inline-block;
    min-width: 150px;
    margin-bottom: 0px;
    padding: 15px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #1320d9;
    border-radius: 5px;
    background-color: #1320d9;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: none !important;
}

a.button:hover,
button:hover,
input[type=submit]:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #1320d9;
    background-color: #fff;
    box-shadow: -6px 6px 0 0 #1320d9;
    -webkit-transform: translate(6px, -5px);
    -ms-transform: translate(6px, -5px);
    transform: translate(6px, -5px);
    color: #1320d9;
}

a.button:active,
button:active,
input[type=submit]:active {
    border-style: solid;
    border-width: 1px;
    border-color: #1320d9;
    background-color: #fff;
    color: #1320d9;
}
/*
 * 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;

}
