@import url("fontawesome.all.min.css");

#loginProviders h3 {
	font-weight: normal;
	margin-bottom: 5px;
}

#loginProviders ul {
	margin-top: 0;
	list-style-type: none;
	padding-left: 0;
}

body > header {
	background-color: #d7eca1;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	display: block;
	margin: 0;
	font-family: Arial, sans-serif;
	height: 100%;
	box-sizing: border-box;
}

a {
	color: #0047d3;
	text-decoration: none;
	outline: 0;
	background: none;
	border: 0;
}

a:hover {
	color: #0047d3;
	text-decoration: underline;
}

a:focus-visible,
.uic_primary_button:focus-visible,
#saveTOTPBtn:focus-visible {
	outline: 3px solid #0076dd;
	outline-offset: 2px;
}

div.alert-danger {
	color: red;
	padding-bottom: 10px;
}

.bsp_text {
	padding-bottom: 15px;
}

.tip_bsp_dn_info {
	margin-bottom: 15px;
}

.tip_bsp_dn_info a {
	display: inline-block;
}

#bsp_button_kennwort_vergessen {
	margin-bottom: 15px;
}

/* Eingabefelder */
.form-control {
	display: block;
	width: 100%;
	line-height: 1;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #000;
	border-radius: 0;
	transition: border-color .16s ease-in-out, box-shadow .16s ease-in-out;
	box-sizing: border-box;
	color: #333333;
	padding: 13px 11px;
	margin: 1px 0;
	font-size: 14px;
}

input.form-control:focus {
	border-color: #0076dd;
	box-shadow: 0 0 8px rgb(102 175 233);
	outline: 0 none;
}

.form-label {
	font-weight: bold;
	margin-right: 6px;
	margin-bottom: 6px;
}

.bsp-label-plain {
	font-weight: 400;
}

.bsp-required-star {
	color: #d32f2f;
	font-weight: 400;
}

.tip_bsp_dn_buttonBar {
	text-align: right;
}

.tip_bsp_dn_buttonBar.bsp-button-row {
	display: flex;
	align-items: center;
	width: 100%;
	text-align: initial;
}

.tip_bsp_dn_buttonBar.bsp-button-row .bsp-login-button {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.tip_bsp_dn_buttonBar.bsp-button-row .bsp-link {
	margin-right: auto;
	display: flex;
	align-items: center;
}

/* Zurück-Link */
.bsp-back-button::before {
	content: "‹";
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	color: #0047d3;
	margin-right: 0.25rem;
}

/* Nur diese Klassen bekommen Button-Look */
.uic_primary_button,
.btn,
#saveTOTPBtn {
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	font-weight: initial;
	border-radius: 0;
	margin-bottom: 1rem;
	font: 16px Arial, sans-serif;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	padding: 10px 55px 10px 16px;
	cursor: pointer;
	background-image: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	transition: background-color .2s ease-out;
	position: relative;
}

.uic_primary_button:hover,
.btn:hover,
#saveTOTPBtn:hover {
	background-color: #f5f5f5;
}

.btn-submit {
	background: inherit;
	font: inherit;
	border: 0;
	padding: 0;
	width: 100%;
	cursor: pointer;
	color: #000;
}

.container-submit {
	position: relative;
}

.tip_bsp_dn_buttonBar .tip_bsp_dn_register {
	text-align: left;
}

section.form-group {
	padding-bottom: 1rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

#kc-totp-supported-apps {
	display: none;
}

.password_container {
	position: relative;
}

.password_container button {
	position: absolute;
	bottom: 10px;
	right: 12px;
	border: none;
	background-color: unset;
}