.ml-form-container .submit input[type='submit'] {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 15px 25px;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	box-shadow: none;
	margin-top: 10px;
}

.ml-form-container input[type='password'],.ml-form-container input[type='text']{
	box-shadow:none;
}

.login h1 a {
	width: 200px !important;
	height: auto !important;
	aspect-ratio: 1377/386 !important;
	margin-bottom: 50px;
}

#loginform, #registerform, #lostpasswordform {
	height: fit-content !important;
}

.login label {
	font-size: 16px;
	width: 100%;
}

#login > #nav, #login > #backtoblog {
	padding: 0 4px;
}

.ml-form-container {
	flex-direction: column;
}

.ml-form-container .language-switcher {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 435px;
}
