html {
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	background: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	font-size: 3rem;
}

.login h1:has(img) {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
	border-radius: 5px 5px 0px 0px !important;

	& a {
		width: calc(100% - 2rem);
		padding: 1.5rem 1rem 0;
		height: auto;
		background: #fff;
		margin: 0;
		border-bottom: 1px solid #fff;
		border-radius: 5px 5px 0px 0px;
		position: relative;
		z-index: 100;
		text-indent: 0;

		/* wp 6.7 update */
		background: white;
		margin: 0;
		width: 100%;
		padding: 1rem 1rem 0 1rem;
        box-sizing: border-box;

		& img{
			max-height: 100px;
			max-width: 85%;
			margin-bottom: 5px;
		}
	}
}
.login form {
	padding: 26px 24px 2.4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0 !important;
}

.login form .input,
.login input[type=text] {
	font-size: 1.4rem;
}

#loginform .submit {
	width: 100%;
}

.login form .forgetmenot {
	margin-bottom: -26px !important;
}

.powered-by-box {

	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	width: 100%;
	color: #000;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.powered-by-box a,
.powered-by-box a:visited,
.powered-by-box a:hover {
	text-decoration: none;
	color: #000;

	font-weight: normal;
}

.powered-by-box a:hover {
	text-decoration: underline;
}

form {
	margin: 0 !important;
	padding-top: 20px !important;
	border-radius: 0px 0px 5px 5px !important;
}

p.message,
#login_error {
	margin: 0 !important;
	border-bottom: 1px solid #dddddd !important;
}

#nav a {
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
	display: block;
}

.login #backtoblog a {
	display: none !important;
}

.forgetmenot {
	position: relative;
	z-index: 100;
	width: 60%;
}

.wp-core-ui .button-primary {
	text-decoration: none;
	text-shadow: none;
}

.privacy-policy-page-link {
	display: none !important;
}

.language-switcher {
	width: 272px;
	margin: auto;
	padding: 0 24px;
}

.language-switcher select {
	padding: 8px;
	margin-bottom: 8px;
}

.language-switcher .button {
	border-radius: 5px;
	padding: 5px;

}

#language-switcher label {
	display: none;
}

#language-switcher {
	display: none;
}