/* START LOGIN CSS VERSION 22 */

.fieldset_login p,
div#header,
form br,
.help,
form p,
.widget_group.personal legend,
.widget-item.gender,
.widget-item.language,
.widget-item.foodchain,
.widget-item.chooseOrganisation,
.widget_group.company,
.widget_group.account .widget-item.login,
.widget_group.account .widget-item.free_order {
	display: none !important;
}

.register-wrapper {
    text-align: center;
    margin-top: 20px;
}

.register-wrapper a {
    color: #5469d4;
    text-decoration: none;
}

.create_account {
	margin-bottom: 50px;
}

.frontend_messages p {
	display: block !important;
	font-size: 14px;
	color: red;
}

body {
	background: #f7f7f7;
}

.widget-item {
	padding: 10px 0px;
}

label[for="ctrl_password_confirm"] {
	padding: 20px 0px 10px 0px;
}

.formwrapper {
	margin: 0px auto;
	width: 100%;
	max-width: 348px;
	background: white;
	border-radius: 4px;
	box-shadow: rgb(60 66 87 / 12%) 0px 7px 14px 0px, rgb(0 0 0 / 12%) 0px 3px 6px 4px;
	padding: 50px;
}

legend {
	font-size: 20px;
	color: #1a1f36;
	padding: 0px;
	padding-bottom: 10px;
}

label {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

fieldset {
	border: 0px;
	padding: 0px;
}

.fieldset_resetpassword label[for="ctrl_password_confirm"] {
	margin-top: 0px;
}

select {
	line-height: 20px;
	border: 0px solid #b6bbc1;
	border-radius: 3px;
	box-sizing: border-box;
	color: #000000;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
	height: 46px;
	font-size: 20px;
	background: #ebebeb;
	outline: 0;
	width: 100%;
	font-size: 16px;
}

input {
	line-height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #b6bbc1;
	border-radius: 3px;
	box-sizing: border-box;
	color: #000000;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
	height: 46px;
	font-size: 20px;
	background: #ebebeb;
	outline: 0;
	width: 100%;
	font-size: 16px;
}

.button_inline.event_default {
	font-size: 16px;
	border: unset;
	border-radius: 4px;
	outline-color: #605e88;
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
	background-color: #605e88;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0px;
	margin-top: 20px;
}

.button_inline.password,
.button_inline.event_back {
	color: #5469d4;
	text-decoration: unset;
	padding-top: 10px;
	display: inline-block;
}

.error span {
	opacity: 1 !important;
	visibility: visible !important;
	color: red;
	font-size: 12px;
}

.login-logo-wrapper {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.login-logo-wrapper img {
	max-width: 200px;
}

/* START MOBILE */

@media screen and (max-width: 1023px) {
	.formwrapper {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-shadow: none;
	}

	input {
		border: 1px solid lightgrey;
	}
}

/* END MOBILE */

/* END LOGIN CSS VERSION 22 */