.login-box {
	margin-top: 75px;
	height: auto;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
	height: 100px;
	font-size: 80px;
	line-height: 100px;
}

.login-title {
	margin-top: 15px;
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	margin-top: 15px;
	font-weight: bold;
}

.login-form {
	margin-top: 25px;
	text-align: left;
}

.login-form input[type=text] {
	border: none;
	border-bottom: 2px solid #0d6efd;
	border-top: 0px;
	border-radius: 0px;
	font-weight: bold;
	outline: 0;
	margin-bottom: 20px;
	padding-left: 0px;
}

.login-form input[type=password] {
	border: none;
	border-bottom: 2px solid #0d6efd;
	border-top: 0px;
	border-radius: 0px;
	font-weight: bold;
	outline: 0;
	padding-left: 0px;
	margin-bottom: 20px;
}

.login-form .form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #0d6efd;
	outline: 0;
}

.login-form input:focus {
	outline: none;
	box-shadow: 0 0 0;
}

.login-form .form-control-label {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

.login-form .btn-outline-primary {
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.login-button {
	padding-right: 0px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #dc3545;
}

.loginbttm {
	padding: 0px;
}

.font3em {
	font-size: 3em;
}

.display_height {
	height: calc(100vh - 160px);
	overflow: auto;
}

a {
	text-decoration: unset;
	color: unset;
}

.form-switch input {
	cursor: pointer;
}

.url_link {
	font-style: italic;
	font-size: 10px;
}

.bootbox-body {
	word-wrap: break-word;
}

.bootbox-close-button {
	display: none;
}

.logo-img {
	max-height: 40px;
	/*border: solid 1px #000;
	padding: 2px;*/
	background-color: #bcbcbc;
}

#tabelle01 input[type=text] {
	border: none;
	background: none;
}

#tabelle02 input[type=text] {
	border: 1px dotted #999;
	background: none;
	margin: 2px 0;
}

.up, .down {
  font-size: 1.5em;
  cursor: pointer;
}

.move {
  text-align: center;
}

.textBox {
  width: 210px;
}
