#login img {
    display: none;
}

#login h1 { 
    font-size: 18px; 
    color: #333333;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 20px;
}

input.button.button--block {
    border-radius: 0.4em;
    background: #83a4bd;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
/*    margin-left: 30%; */
} 

img {
    max-width: 0px;
}

h1:before {
    content: "Mit ";
    padding-bottom: 16px;
    font-size: 18px;
}

h1:after {
    content: " können Sie mir Dateien senden oder Dateien abholen. Bitte melden Sie sich an:";
    font-size: 18px;
}
