/*
    Stylesheet Datei für das Bambach Webdesign Login Modul.

    https://bambach-webdesign.de
*/
#login h1 {
  width: 100%;
  height: 150px;
  margin: auto auto !important;
  display: block;
}
body.login {
    flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}
body.login a {
	transition: 0.3s color ease-in-out;
}
body.login a:hover {
	
}
#login {
    width: 320px;
    padding: 0;
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#login h1 {
    background-size: 200px;
    width: 100%;
    height: 60px;
}
#login .button-primary {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    margin-top: 15px;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 24px;
    font-weight: 400;
    overflow: hidden;
    border: none;
    box-shadow: none;
}
.language-switcher {
	display:none!important;
}
#login .button-primary {
    transition: 0.3s background ease-in-out;
}
#login .button-primary:hover {

}
.login h1 a {
	display:none;
}
.privacy-policy-page-link {
	display:none!important;
}