body {
   font-family: Calibri, sans-serif;
}
input[type="submit"], button, a.button {
    color: white;
    font-size: 0.85em;
    font-weight: bold;
    padding: .55em 0.35em;
    margin: .35em;
    background-color: #008CC8;
    font-family: Calibri, sans-serif;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-ui .login-dialog .buttons {
    font-family: Calibri, sans-serif;
    margin-top: 0.25em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* This is logo in the login box */
.login-ui .login-dialog .logo {
    width: 125px;
    height: 125px;
    background-size: auto;
    background-position: center center;
    -webkit-background-size: auto;
    background-image: url('app/ext/guac-customize/web/images/logo.png');
}

/* This is the background for the entire page */
div.login-ui {
    background: rgb(111,111,111);
    background: linear-gradient(135deg, rgba(199,199,199,1) 20%, rgba(96,96,96,0.4545402633709734) 49%, rgba(111,111,111,0.7094422241552871) 79%);
    background-size: auto;
    background-position: center bottom;
    background-image: url('app/ext/guac-customize/web/images/background.png');
}
div.client-view {
    border: 3px solid #ff8a00;
    box-sizing: border-box;
}

/* Login field */
.login-ui div.login-dialog { 
    width: 220px;
    background: #fff;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.56); 
    box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.56);

}

.login-ui .login-fields .labeled-field {
    z-index: 0;
}

/* Notification Variables */
.notification {
    -webkit-box-shadow: 0px 10px 14px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 10px 14px 1px rgba(0,0,0,0.5);
    font-size: .95em; 
    background: floralwhite;
}

/* Fixes the font size so the welcome text fits on one line */
.login-ui .login-dialog .version {
    font-size: .825em;
    font-weight: normal;
}

/* This removes the Guacamole {Version} from the login box */
.version-number {
    display: none;
}

/*
 * 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;

}
