@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url("../fonts/source-sans-pro-v11-latin-regular.woff2") format("woff2"),
        url("../fonts/source-sans-pro-v11-latin-regular.ttf") format("truetype"),
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url("../fonts/source-sans-pro-v11-latin-600.woff2") format("woff2"),
        url("../fonts/source-sans-pro-v11-latin-600.ttf") format("truetype");
}

body {
    background-image: url(/app/themes/kulmbacher-refresh/img/schiefer_dark.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

#login {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
}

#login h1 a {
    background-image: url(/app/uploads/2021/08/kumbacher_kronenkorken_logo.png);
    background-size: cover;
    height: 150px;
    width: 150px;
}

#login form {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}

#login label {
    background-color: transparent;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    width: 100%;
}

#login input[type="text"],
#login input[type="password"] {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 1.5rem;
    width: 100%;
}

#login input[type="submit"] {
    background-color: #ffd17c;
    border: 1px solid #ffd17c !important;
    border-radius: 0;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2.5rem;
    padding: 1rem 2rem;
    position: relative;
    text-decoration: none !important;
    transition: background-color 0.3s;
    text-shadow: none;
    width: 100%;
}

#login input[type="submit"]:hover {
    background-color: #ffffff;
    color: #000000;
}

#login input[type="submit"]:disabled {
    background: transparent !important;
    color: #ffffff !important;
    pointer-events: none;
    opacity: 0.5;
}

#login .password-input-wrapper {
    width: 100%;
}

#login .password-input-wrapper .wp-hide-pw {
    background: #ffffff;
    text-align: center;
}

#pass-strength-result {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

#login .pw-weak {
    display: none !important;
}

#login .message {
    background: #ffd17c;
    border: 0;
    box-sizing: border-box;
    color: black;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

#login .indicator-hint {
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}


#login .privacy-policy-link {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: underline;

}

#login .submit {
    float: left;
    width: 100%;
}

#nav,
#backtoblog {
    display: none;
}

.language-switcher {
    display: none;
}

.language-switcher label {
    color: #ffffff;
}

#resetpassform .button {
    background: transparent;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0;
    text-decoration: underline;
}