/**
 * webEdition CMS
 *
 * var(--WERev$
 * $Author$
 * $Date$
 *
 * This source is part of webEdition CMS. webEdition CMS is
 * free software); you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU General Public License can be found at
 * https://www.gnu.org/licenses/gpl-3.0.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	https://www.gnu.org/licenses/gpl-3.0.html  GPL
 */
@charset "utf-8";
:root{
	--WEinputHeight:30px;
}
#loginScreen{
	background: url(../images/bg-login.jpg);
	background-size: cover;
	background-position: right bottom;
	height: 100%;
	#loginForm{
		position:absolute;
		left:0;
		right:0;
		top: 5em;
		&:has(#errDiv){
			top:30%;
		}
	}
	#errorTable{
		width: 100%;
		height: 75%;
	}
	#errDiv{
		height: 10em;
		text-align: center;
		font-weight: bold;
		font-size: large;
		margin-top: 5em;
	}
	#errTime{
		text-align: center;
		font-size:large;
	}
	#picCopy{
		font-size: var(--WEsmallfont);
		position: absolute;
		right:1em;
		bottom:0;
		color:white;
	}
	.error{
		background-color: #EBEBEB;
		color:red;
		width:20em;
		margin-left:auto;
		margin-right:auto;
		font: var(--WEFontBold);
		font-weight: normal;
		font-size: var(--WEbigfont);
		position: relative;
		padding: 1em;
		top: 5em;
	}
	#loading{
		color: white;
		display: none;
		font-size: 24px;
		padding: 30px 40px;
		text-align: center;
		position: fixed;
		top:120px;
		width:100%;
	}
}

#mainTable{
	background-color: #192C3A;
	background: url(../images/bg-login-box.png);
	border-spacing: 0;
	border-style: none;
	box-shadow: none;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 40px;
	text-align: left;
	width:500px;

	&.Backend,
	&.Frontend,
	&.Frontend_Backend{
		background-color:red;
		background-image: none;
	}
	.important{
		font-size: var(--WEbigfont);
		font-family: var(--WEFontBold);
		font-weight: normal;
	}
	table.credentials td{
		position: relative;

		input ~ i{
			color: #4d565d;
			position: absolute;
			left:8px;
			top:8px;
		}
		button{
			height: var(--WEinputHeight);
		}
	}
	td.logo{
		text-align:center;
	}

	.defaultfont,
	label ,
	.small {
		color: #ffffff;
		font-size: var(--WEbigfont);
	}

	label {
		font-family: var(--WEFontBold);
		font-weight: normal;
		margin-bottom: 2px;
		display: block;
	}

	.radiobutton label {
		font-weight: normal;
		font-size: var(--WEmedfont);
		vertical-align: top;
	}
	input {
		color: #4d565d;
		background: #ffffff;
		border: none;
		padding: 0 10px 0 25px;
		height: var(--WEinputHeight);
		line-height: var(--WEinputHeight);
		width: 100%;
		margin-bottom: 5px;

		&[type="radio"] {
			padding: 0;
			height: auto;
			line-height: inherit;
			width: auto;
			margin-bottom: 5px;
		}


		&[type="checkbox"] {
			padding: 0;
			height: auto;
			line-height: inherit;
			width: auto;
			margin-bottom: 5px;
		}
	}

	.defaultfont  {
		padding-top: 0;
	}


	.logo img  {
		margin-bottom: 15px;
		max-width: 300px;
	}


	.agency img,
	img.agency  {
		max-width: 150px;
		margin: 0;
	}

	.defaultfont a,
	.defaultfont a:link,
		.defaultfont a:visited,
		a,
		a:link,
		a:visited {
		color: #a5aaae;
	}
}

#versionSpec{
	font-family: monospace;
	font-size:22pt;
	position:relative;
	top:-25px;
	left:200px;
	text-align:left;
	font-weight:bolder;
	color:red;
	transform: rotate(-35deg);
	transform-origin: 0 0;
}

#credits{
	line-height:160%;
	padding-top:2ex;
}

.row5{
	padding-top:5px;
}

.row10{
	padding-top:10px
}

.plainTable{
	border-style: none;
	padding: 0;
	border-spacing: 0;
	width: 100%;

	button.weBtn {
		height: 30px;
		line-height: 27px;
		margin: 0;
	}
}


#username {
	width: 250px;
}
#password {
	width: 250px;
}

.spaceTable {
	padding-top:15px;
	padding-bottom:5px;
	.plainTable {
		padding-bottom: 20px;
	}
}
