.login-ui div.login-dialog {
     /*background-image: url('app/ext/tempnamespace/images/logo-placeholder.png');*/
	max-width: 50em;
	max-height: 38em;
	width: 50em;
	height: 38em;
	-webkit-background-size: 50em auto;
	background-image: url('app/ext/tempnamespace/images/LoginBackground.png');
	color: #fff;	
}

.login-form {
	    padding: 11em 0em 1em 22em;
}

.login-ui .login-dialog .buttons input[type="submit"]{
	border-radius: 1em;
}


.login-ui .login-fields .labeled-field.empty input {
	background: rgba(90, 90, 90, 0.8);
	background-color: rgba(90, 90, 90, 0.8);
}

.login-ui .login-fields .labeled-field input:focus {
		background: rgba(90, 90, 90, 1);
	background-color: rgba(90, 90, 90, 1);
}

.login-ui .login-dialog .version .app-name {
	/*display: none;*/
}	

.login-ui .login-dialog .logo {
        /*background-image: url('app/ext/tempnamespace/images/logo-placeholder.png');
		
	width: 9em;
	-webkit-background-size: 9em auto; */
	background-image: none;
}

.login-ui .login-dialog .version .version-number {
	opacity: .9;
}

div.login-ui {
	background: rgba(20, 20, 20, 1);
	background-color: rgba(20, 20, 20, 1);
	
}
.login-ui .login-dialog {
	background-color: white;
}

.shtc-footer__social-column {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 5px;
}

.shtc-footer__info {
    display: inline-block;
    float: left;
    margin-right: 42px;
}

@media (min-width: 600px)
.shtc-footer__copyrights-header {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 8px;
}

.shtc-footer__social-columns-wrapper .shtc-footer__textlink {
    font-family: Calibri,"Open Sans",Roboto,"Droid Sans","Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #949599;
}
@media (min-width: 600px)
.shtc-footer__textlink {
    font-size: 14px;
    line-height: 17px;
}
.shtc-footer__textlink {
    font-family: Calibri,"Open Sans",Roboto,"Droid Sans","Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #949599;
}

.shtc-footer__copyrights {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-left: 0;
    margin-bottom: 0;
}

.shtc-footer__copyrights-item {
    margin-right: 1.9em;
}

.shtc-footer__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer {
	max-width: 60em;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

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

    display: none;

}

.login-ui .sso-providers:last-child {
    display: block;
}

.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;
}
