header,
footer {
	display: none !important;
}

body {
	background: var(--dark-blue) !important;
	columns: #fff !important;
}

#custom_login_form {
	max-width: 428px;
	margin: 0 auto;
	padding: 50px 30px;
	border: 1px solid #BD9864;
}

#custom_login_form input {
	background: #fff !important;
	color: var(--dark-blue) !important;
}

#custom_login_form label {
	color: #fff !important;
	text-transform: uppercase !important;
	width: 100%;
	font-family: var(--gp-font--raleway) !important;
	text-align: center;
	font-size: 16px;
	margin: auto;
	display: block;
	font-weight: 600;
}

.login-logo-container {
	text-align: center;
}

.login-logo-container img {
	width: 180px;
	padding-top: 100px;
	padding-bottom: 60px;
}

#user_pass,
#user_login {
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #BD9864;
	box-sizing: border-box;
	margin-top: 15px;
}

.login-submit {
	margin-bottom: 0 !important;
}

#login-actions .login-remember label {
	width: max-content;
	margin: auto;
	display: flex;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 400;
	color: #BD9864 !important;
	text-transform: lowercase !important;
}

#login-actions .login-remember {
	display: flex;
	justify-content: flex-start;
}

#wp-submit:hover {
	color: var(--kaki) !important;
	background-color: transparent !important;
	border: 1px solid var(--kaki) !important;
}

#reset_password_submit:focus,
#reset_password_submit:hover {
	color: var(--kaki) !important;
	background-color: transparent !important;
	border: 1px solid var(--kaki) !important;
}
#login-actions #wp-submit:focus,
#login-actions #wp-submit:hover {
	color: var(--kaki) !important;
	background-color: transparent !important;
	border: 1px solid var(--kaki) !important;
}

#reset_password_submit,
#wp-submit,
#login-actions #wp-submit {
	background: var(--kaki);
    border-radius: 40px;
}

#login-actions {
	display: flex;
	justify-content: space-between;
}

.passwort-vergessen-link a:hover {
	color: var(--kaki) !important;
	text-decoration: underline;
}

.passwort-vergessen-link a {
	color: #fff !important;
	text-decoration: none;
}
.passwort-vergessen-link {
	text-align: center;
    padding: 20px;
}

.password-reset-success {
	text-align: center;
	color: #fff !important;
	max-width: 700px;
	margin: auto;
	padding-top: 100px;
}

.password-reset-error,
.password-reset-success,
.password-reset-form,
.passreset-wrapp {
	text-align: center;
	color: #fff !important;
	max-width: 500px;
	margin: auto;
	padding-top: 100px;
}

.passreset-wrapp #user_login {
	background-color: #fff !important;
	color: var(--dark-blue);
}

.user__reset-password {
	padding: 50px 30px;
    border: 1px solid var(--kaki);
}

.user__reset-password .submit {
	margin-bottom: 0;
}

.user__reset-password input {
	width: 100%;
}

#reset_password_submit {
	width: fit-content;
}

.password-reset-success .btn-primary {
	background: var(--kaki);
	border-radius: 40px;
	padding: 10px 30px;
	color: #fff !important;
	text-decoration: none;
}
.password-reset-success .btn-primary:focus,
.password-reset-success .btn-primary:hover {
	color: var(--kaki) !important;
	background-color: transparent !important;
	border: 1px solid var(--kaki) !important;
}
