/*************************************************************************
**
** Copyright (c) by jeff (jeff@lipsia.de)
**
** Author:  jeff
**
** File:    $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Purpose: the login css
**
** Created: 2019/12/09
**
** Update:  $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Notes:
**
************************************************************************/

.login
{
	position:			relative;
	float:				left;
	clear:				both;
	width:				auto;
	height:				auto;
	margin-left: 		10px;
}

.login_label
{
	width:				120px;
	height:				30px;
	position:			relative;
	float:				left;
	clear:				both;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
	text-align:			left;
	color:				black;
	padding-left:		10px;
	padding-top:		3px;
	margin-top:		    5px;
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

.login_automatically_label
{
	width:				auto;
	height:				30px;
	position:			relative;
	float:				left;
	font-size:			16px;
	font-weight:		bold;
	text-decoration:	none;
	text-align:			left;
	color:				black;
	padding-left:		10px;
	padding-top:		3px;
	margin-top:		    5px;
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

.login_user,
.login_password
{
	position:			relative;
	float:				left;
	clear: 				both;
	height:				25px;
	width:              auto;
	vertical-align:		middle;
	font-size:			14px;
	font-weight:		normal;
	text-decoration:	none;
	text-align:			left;
	color:				black;
	margin-left:		5px;
	margin-top:		    5px;
	margin-bottom:		5px;
	white-space:		nowrap;
	overflow:			hidden;
	text-overflow: 		ellipsis;
  	-o-text-overflow: 	ellipsis;
}

.login_automatically_checkbox
{
	position:			relative;
	float:				left;
	clear:				both;
	margin-left:		10px;
	margin-right:		10px;
	width:				25px;
	height:				25px;
	background-image:	url(/images/dialog/checkbox.png);
	cursor:				pointer;
}

.login_automatically_checkbox_checked
{
	position:			relative;
	float:				left;
	clear:				both;
	margin-left:		10px;
	margin-right:		10px;
	width:				25px;
	height:				25px;
	background-image:	url(/images/dialog/checkbox_checked.png);
	cursor:				pointer;
}
