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

}
/* RemoteOffice branding — access.remoteoffice.fi */

.login-ui,
.login-ui.initial {
    background: #0f172a !important;
}

.login-ui .login-dialog .app-name {
    color: #94a3b8;
    font-size: 16px !important;
    letter-spacing: 0.04em;
    white-space: normal;
    overflow: visible;
    text-align: center;
}

.login-ui .login-dialog {
    background: #1e293b;
    border: 1px solid #334155;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    color: #cbd5e1;
}

.login-ui .login-dialog .logo {
    background-image: url('app/ext/ro-branding/images/logo.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 0.5em;
}

.login-ui .login-dialog .login-fields input[type=text],
.login-ui .login-dialog .login-fields input[type=password],
.login-ui .login-dialog .login-fields input[type=number] {
    background: #0f172a;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 4px;
}

.login-ui .login-dialog .login-fields input:focus {
    border-color: #38bdf8;
    outline: none;
}

.login-ui .login-dialog input[type=submit] {
    background: #38bdf8;
    color: #0f172a;
    border: none;
    border-radius: 4px;
    font-weight: 600;
}

.login-ui .login-dialog input[type=submit]:hover {
    background: #7dd3fc;
}

.login-ui .login-dialog .version {
    color: #64748b;
}
