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

}

.login-ui .sso-providers:last-child a {
    color: white;
    text-decoration: none;
    position: relative;
}

.login-ui .sso-providers:last-child a:after {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
}

.login-ui .sso-providers:last-child {
    display: block;
    padding: 10px;
    background: #3c3c3c;
    color: white;
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
    text-shadow: -1px -1px rgba(0, 0, 0, .3);
    font-size: 1em;
    font-weight: 700;
    font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
    min-width: 5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.login-ui .login-dialog .version .version-number {
    width: 250px;
    text-align: center;
    font-size: 14px;
}

.version-number:before {
    content: "Warning: This system is restricted to Ameria AG Company authorized users for business purposes only. Unauthorized accessor use is a violation of company policy and the law. If you are notan authorized user, please leave this resource immediately.This system,may be monitored for administrative and security reasons.By proceeding, you acknowledge that (1) you have read and understandthis notice and (2) you consent to the system monitoring. Version: ";
}

/* This is the background for the entire page
div.login-ui {
    background-image: url('app/ext/guac-customize/web/images/background.png');
}

.login-ui div.login-dialog {
    background: white;
}

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

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

.login-ui .sso-providers:last-child {
    display: block;
    padding: 10px;
    background: gray;
    color: white;
}

/* This removes the Guacamole {Version} from the login box
.version.ng-binding {
    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;

}
/*
 * 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.
 */

.login-ui .sso-providers {

    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;

}

.sso-providers ul {
    list-style: none;
}

.sso-providers ul, .sso-providers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sso-providers li::before {
    content: ' / ';
}

.sso-providers li:first-child::before {
    display: none;
}
