#stw-login-main {
	background: rgb(255, 255, 255);
}

#stw-header {
	background: none;
	position: absolute;
	background-color: rgb(250, 250, 250) !important;
}
#stw-header-eira {
	top: 0px;
	left: 20px;
	opacity: 1.0;
}

#stw-login{
	display: flex;
	justify-content: center;
	align-items: center;
	width: unset;
}

#stw-login-block{
	border: 2px solid black;
	width: fit-content;
	padding: 24px 52px 24px 24px;
	position: relative;
}

#stw-login-block:after{
	content: "";
	position: absolute;
  width: 28px;
	height: 100%;
	background-color: #83cec0;
	right: 0;
	top: 0;
}

#stw-login-formDiv{
 position: static;
 display: flex;
 flex-direction: column;
 gap: 1rem;
}

.stw-login-row{
	display: flex;
	flex-direction: column;
}

#stw-login-formDiv .stw-login-row:first-of-type .stw-login-label,
#stw-login-formDiv .stw-login-row:first-of-type #agendaIdent{
	display: none;
}

.stw-login-row .stw-douglas-logo{
	height: 50px;
	object-fit: contain;
}

.stw-login-row input{
	padding: 12px 24px;
	font-size: 1.5rem;
  outline: none;
	width: unset;
	border-color: black;
	border-radius: 0;
	border-width: 2px;
}

.stw-login-row .stw-login-field{
	flex: 1;
}

.stw-login-row .stw-login-label{
	text-align: left;
	font-weight: 400;
	padding-right: 0;
	flex: 1;
}

#loginForm input[type="submit"] {
	height: fit-content !important;
	background: #000 !important;
	color: #fff !important;
	padding: 12px !important;
	border-color: #000 !important;
	border-style: solid !important;
	border-width: 1px !important;
	position: static;
	margin: unset;
	font-size: 1.2rem;
	font-weight: 500;
	flex: 1;
	width: unset;
	border-radius: 0px !important;
}

#loginForm input[type=submit]:hover {
	opacity: 1;
	background-color: #212121 !important;
	color: white !important;
}

a.stw-login-resetPassword{
	color: #000;
	text-align: start;
}

#stw-contact{
	margin-top: 0;
	text-align: start;
}

#stw-contact a{
	color: #000;
}