@import url("https://use.typekit.net/ekr7ywj.css");
*, html {
    font-family: sys-tt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    display: flex;
    margin: 0;
    height: 100%;
    width: 100%;
    background-image: url("../global/anmeldung_background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#login_container {
    margin: auto auto 15em auto;
    /*box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);*/
    padding: 5% 2%;
}

#login_container form {
    margin-top: 1em;
}

#login_container h1 {
    text-align: center;
    color: #009ef3;
}

#login_container input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}

#login_container input[type='text'], #login_container input[type='password'] {
    font-size: 1em;
    padding: 0.6em;
    margin-bottom: 0.5em;
    border-radius: 10px;
    border: 2px solid #c7c7c7;
    width: 17.5em;
}

#login_container button {
    font-size: 1.4em;
    background: white;
    border-radius: 50%;
    border-color: #c7c7c7;
    border-style: solid;
    width: 2em;
    height: 2em;  
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#logpro_button {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    text-align: center;
}

#footer p {
    color: #444;
    font-size: 0.8em;
}