.screen-reader-text, .screen-reader-text span {
	display: none;
}
body {
	background-image: url(https://dooh.market-control.net/intern/data_user/FOTOS/street_background.png) !important;
}
#login {
    max-width: 350px;
    display: flex;
	flex-direction: column;
    align-items: center;
}
.login h1 {
    text-align: center;
    position: relative;
    top: -20px !important;
    background-size: contain;
    background-position: center;
    width: 400px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-image: none, url(https://adbooking.com/wp-content/uploads/2024/10/Logo-300x212.webp) !important;
}

/*
.login h1 a {
    visibility: hidden !important;
    top: 130px;
    position: relative;
    cursor: auto;
    width: 100%;
}
.login h1 a::after {
    position: absolute;
    content: "WILLKOMMEN!!";
    visibility: visible;
    width: 100%;
    top: 45px;
    font-size: 1.2em;
    font-weight: bold;
    left: 0;
    color: #ff6633;
    text-indent: initial;
}
*/

.login h1 a {
 	display: none;
}
.login form {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 400px;
    max-height: 530px;
}
.login form h1 {
	color: #ff6633;
	margin-top: 20px;
    background-image: none !important;
    width: auto;
    height: auto;
}
.login label {
    font-size: 15px;
    font-weight: bold;
    color: #1A3C4F;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 5px;
}
.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 18px;
    line-height: 1.33333333;
    width: 100%;
    margin: 0 6px 16px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    color: black;
}
.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.9rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}
.login .forgetmenot label, .login .pw-weak label {
    line-height: 1.5;
    vertical-align: baseline;
    font-weight: normal;
}
.wp-core-ui .button-primary {
    background: #1A3C4F;
    border-color: #1A3C4F;
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 5px;
}
.wp-core-ui .button-primary:hover {
	background-color: black;
}
#back-to-mc a {
	text-decoration: none;
    color: #50575e;
}
#back-to-mc a:hover {
    color: #2271b1;
}