#login_div, #reset_div, #tan_div { 
	position: relative;
	padding: 2%; 
}
#tan_div .iblock{ 
	padding: 5px; 
}
.rechts {
	bottom: 0;
}
:is(#login_div,#reset_div,#tan_div) img {
	width:100%;
}
#pw_anzeigen {
	background: var(--hellgrau); 
	height:40px; width:40px; 
	position: absolute; 
	font-size: 2em; 
	padding: 2px 5px; 
	cursor: pointer;
}
#forgotten_reset {
	cursor: pointer;
	font-size: 0.9em;
}
h1 {
	letter-spacing: 2px;
}
.n {
	height: 28px;
	width: auto;
	margin-right: 4px;
}
@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;
	}
}