/** --------------------------------------------------------------
 * login.scss 2022-02-11 ts
 *
 * https://www.lenk.gmbh/
 * Copyright (c) 2022 Lenk GmbH
 *
 * @author Thomas Schneider <thomas.schneider@lenk.gmbh>
 * @link https://entwicklung.lenk.gmbh/software/glorixxconnect/GlorixxConnect
 * ---------------------------------------------------------------
 */

/* --------------------------------- Login-Screen */

body#page-login
{
	background-color: #1b1b1b;
	display: block;
}

#login_screen
{
	margin: 200px auto;
	padding: 30px;
	background-color: white;
	width: 500px;
	text-align: center;
}

#login_screen h1
{
	margin: 0 15px 20px;
	font-size: 22pt;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

#login_screen a
{
	text-decoration: underline;
}

#login_screen .login_hinweis
{
	text-align: center;
}