#login-form-wrapper {
	max-width: 500px;
	margin: auto;
    position: relative;
    z-index: 10;
    padding: 0 15px;
}
#login-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    padding: 50px 25px;
    border-radius: 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    margin: 100px 0;
}
#login-form .logo {
    margin-bottom: 35px;
    display: block;
}
#login-form input {
    border-radius: 20px;
    border: 1px solid var(--lvt-blue);
    line-height: 40px;
    height: 40px;
}
#login-form .btn-login {
    display: block;
    border-radius: 20px;
    border: 0;
    width: 100%;
    line-height: 40px;
    background: var(--lvt-blue);
    color: #fff;
    text-decoration: none;
}
#wordpress-posts-container {
    position: relative;
    z-index: 10;
    max-width: 1024px;
    margin: 25px auto auto auto;
}
#wordpress-posts-container article {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
}
#wordpress-posts-container article img {
    display: block;
    width: 100%;
}
#wordpress-posts-container article h3 {
    font-size: 28px;
    padding: 0 20px;
    font-weight: 300;
    line-height: 36px;
}
#wordpress-posts-container .excerpt {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
    font-weight: 400;
    color: #666;
}
#wordpress-posts-container article a {
    color: var(--lvt-red);
}
#wordpress-posts-container article a:hover,
#wordpress-posts-container article a:active,
#wordpress-posts-container article a:focus {
    text-decoration: none;
}
#boxed-wrapper {
    background-image: url(https://leveto.de/wp-content/uploads/2023/07/logo-signet-weiss.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 100vw;
    filter: brightness(0);
}
.all_news {
    background: var(--lvt-red);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    display: none;
}
.all_news:hover {
    text-decoration: none;
    color: #fff;
}
body.login {
    background: linear-gradient(45deg, #000c14 10%, #0C2F48 80%);
    background-attachment: fixed;
}