body.login {
	background-image: url(https://zalando.afm-gruppe.de/wp-content/uploads/2022/11/Wer-wir-sind_22.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}

.footer-wrapper {
    position: sticky;
    top: 100vh;
}

.footer-cont {
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    /* display: table-cell; */
    vertical-align: bottom;
    /* height: 100px; */
}
.copyRight {
    text-align: center;
    padding: 12px;
    background-color: #efefef;
}

#login {
    margin-top: 10%;
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 30px rgba( 0,0,0,0.2 );
    max-width: 350px;
    padding: 26px 26px 6px 26px;
    width: 95%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.login form {
	border: none !important;
	box-shadow: none !important;
}

.login h1 a {
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.login h1 a {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-page-logo-wrap {
    text-align: center;
}

.amf-login-logo {
    max-width: 300px !important;
    height: auto !important;
    margin-top: 20px;
}

#login .infotext {
    font-size: 15px;
    line-height: 22px;
    color: #1d2d4b;
    font-weight: 400;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

#loginform {
    margin-top: 0px;
    margin-bottom: 10px;
}

#login #loginform input {
    font-weight: 400;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1d2d4b;
    padding: 0px 15px;
    border-radius: 0px;
}

#loginform input[type="text"], #loginform input[type="password"] {
  box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
}

.login form .input, .login input[type="text"] {
  width: 100%;
}
.login form .input, .login input[type="text"] {
  height: 48px;
}
.privacypolicy{
    margin-bottom: 15px !important;
}
.privacypolicy label {
    display: inline !important;
}
#login #loginform .submit .button {
    font-weight: 400;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    color: #ffffff;
    height: 48px;
}

.wp-core-ui #login .button-primary, .wp-core-ui #login .two-factor-email-resend .button, .wp-core-ui #login .wp-generate-pw {
  box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
  box-shadow: none;
  height: auto;
  line-height: 20px;
  padding: 12px 15px;
  float: none;
  width: 100%;
}

.wp-core-ui #login .button-primary {
  background: #1d2d4b;
  border-color: #1d2d4b;
}

.wpml-floating-language-switcher {
    text-align: center;
}
.wpml-floating-language-switcher ul li {
    background: #1d2d4b;
    padding: 10px !important;
    margin-right: 5px !important;
}

.wpml-floating-language-switcher ul li a {
    color: #fff;
}

.amf-popup-notice {
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Styling for the overlay */
.amf-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.amf-popup-close-icon {
    position: absolute;
    top: 8px;
    right: 14px;
    cursor: pointer;
    font-size: 20px;
	color: #777777;
}

.amf-popup-hide {
    display: none;
}

.amf-notice-content {
    text-align: center;
}

.amf-notice-content .amf-notice-icon {
    display: inline-flex;
    padding: 15px;
    border-radius: 50%;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.amf-notice-content .amf-notice-icon.amf-success {
    background-color: #008000;
}

.amf-notice-content .amf-notice-icon.amf-error {
    background-color: #FF0000;
}


.amf-notice-content .amf-notice-icon span {
    font-size: 40px;
    height: 40px;
    width: 40px;
    font-weight: 900;
}
.amf-popup-notice .amf-notice-content .amf-notice-title {
    font-size: 32px;
    margin: 15px;
	color: #008000;
    font-weight: 400;
}
.notice-error .amf-notice-content .amf-notice-title {
    font-size: 32px;
    margin: 15px;
	color: #FF0000 !important;
    font-weight: 400;
}

#login .amf-popup-notice {
    width: 95%;
	max-width: 360px;
    border-radius: 5px;
	padding: 35px;
}

.login .amf-notice-error-text {
    font-size: 16px;
	color: #1d2d4b;
}
.login .amf-notice-error-text a {
    font-size: 16px;
	color: #1d2d4b;
	border-bottom: 1px solid #1d2d4b;
	text-decoration: none;
}
.login .amf-notice-error-text a:hover {
	color: #1d2d4b;
	border-bottom: 1px solid #1d2d4b;
	text-decoration: none;
}
.login .amf-notice-success-text {
    font-size: 16px;
	color: #1d2d4b;
}

.login .notice-error, .login .message, .login .notice, .login .success {
    border: none !important;
}

.amf_form_error {
    margin-top: -15px !important;
}
.privacypolicy {
    display: flex;
    margin-bottom: 20px;
}
.privacypolicy input {
    margin-top: 0px;
    margin-right: 10px;
	width: 16px;
	height: 16px;
}
.privacypolicy label {
    font-size: 12px;
    line-height: 1.3;
}
.privacypolicy label a {
	color: #ff6900;
	border-bottom: 1px solid #ff6900;
	text-decoration: none;
}
.privacypolicy label a:hover {
	color: #ff6900;
	border-bottom: 1px solid #ff6900;
	text-decoration: none;
}

@media screen and (max-width: 782px) {
.privacypolicy input[type=checkbox]:checked:before {
	width: 22px;
	max-height: 22px;
	margin-left: -5px;
	margin-top: -3.5px;
}
}	
	
@media screen and (max-width: 480px) {
#login {
    margin-top: 3%;
    max-width: 330px;
    padding: 10px 0px 0px 0px;
    }
#login .amf-popup-notice {
    width: 95%;
    max-width: 300px;
    border-radius: 5px;
    padding: 30px;
    }
#loginform {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#login .infotext {
	line-height: 1.2;
}
}


