.logininput {
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    width: 250px;	
}



/* =========================================
   8. Typografische Klassen
   ========================================= */
.txtLogin {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #152c52;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.txtH {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: #c61932;
    font-weight: 700;
    text-decoration: none;
}

.txtSH {
    font-family: 'Roboto', sans-serif;
    font-size: 77px;
    color: #c61932;
    font-weight: 700;
    text-decoration: none;
}

.welcometxt {
    z-index: 1;
    left: 0px;
    top:400px;
    position: absolute;
}