#login_div, #reset_div, #tan_div { 
	position: relative;
	padding: 2%; 
}
#tan_div .iblock{ 
	padding: 5px; 
}
.rechts {
	bottom: 0;
}
.error {
	border: 1px solid red;
}
:is(#login_div,#reset_div,#tan_div) img {
	width:100%;
}
#forgotten_reset{
	cursor: pointer;
	font-size: 0.9em;
}
#pw_anzeigen {background: var(--pastellblau); height:40px; width:40px; position: absolute; font-size: 2em; padding: 2px 5px; cursor: pointer;}
@media (max-width: 840px){

	:is(#login_div,#reset_div,#tan_div) .half{
		width:99%;
		margin-top:15px;
	}
	#pw_field {
		width:90% !important;
	}
	#pw_anzeigen {
		width:9%;
		margin-top:15px;
	}
}