
body, 
html {
    height: 100%;
    background-color: #e60000;
    color: #ffffff;
}

body, 
html, 
input, 
button {
    font-family: "Source Sans Pro";
    font-weight: 400;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

button {
    border: 2px solid #ffffff !important;
    background-color: #e60000 !important;
    color: #ffffff !important;
}

.message_info {
    font-size: 20px;
    margin-top: 50px;
}

.columns.is-vcentered {
    height: 80vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    background: url("VF_Logo_Horizontal_RGB_WHITE.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 80px;
    width: 250px;
    float: right;
    margin-top: 50px;
}

.schriftzug {
    /*color: #ffffff;*/
    font-size: 30px;
    position: relative;
    left: -130px;
}

.id-error {
    /*color: #ffffff;*/
    position: relative;
    top: 550px;
    left: 480px;
    font-size: 25px;
}
