.login-ui {
    background: radial-gradient(circle at center, #10284a 0%, #020812 75%) !important;
}

.login-ui .login-dialog {
    width: 360px !important;
    padding: 0 !important;
    background: #f4f7fb !important;
    border-radius: 16px !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55) !important;
    border: none !important;
    overflow: hidden !important;
}

.login-ui .logo {
    display: block !important;
    width: 100% !important;
    height: 210px !important;
    margin: 0 0 18px 0 !important;
    background-color: #020812 !important;
    background-image: url("/app/ext/francolab/images/logofm.png") !important;
    background-size: 82% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* NO ocultar version: ahí está app-name */
.login-ui .version {
    display: block !important;
    background: transparent !important;
    text-align: center !important;
    padding: 0 28px 16px 28px !important;
}

/* Ocultar número 1.6.0 */
.login-ui .version-number {
    display: none !important;
}

/* Cambiar Apache Guacamole */
.login-ui .app-name {
    display: block !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.login-ui .app-name::before {
    content: "FrancoLab Access" !important;
    display: block !important;
    font-size: 24px !important;
    color: #061b36 !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.login-ui .app-name::after {
    content: "Portal de acceso remoto del laboratorio" !important;
    display: block !important;
    font-size: 13px !important;
    color: #405b78 !important;
    font-weight: 500 !important;
    margin-top: 6px !important;
}

.login-ui .login-fields,
.login-ui .buttons {
    padding: 0 28px !important;
}

.login-ui input[type="text"],
.login-ui input[type="password"] {
    height: 42px !important;
    border-radius: 8px !important;
    border: 1px solid #b8c7d9 !important;
    background: #ffffff !important;
    font-size: 15px !important;
    color: #061b36 !important;
}

/* Placeholder */
.login-ui input[type="text"]::placeholder {
    color: #7b8794 !important;
}

.login-ui input[type="password"]::placeholder {
    color: #7b8794 !important;
}

.login-ui input[type="submit"],
.login-ui button {
    height: 44px !important;
    background: #061b36 !important;
    border-radius: 8px !important;
    border: none !important;
    font-weight: 700 !important;
    margin-bottom: 28px !important;
}

.login-ui input[type="submit"]:hover,
.login-ui button:hover {
    background: #143b6d !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;

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