#vem-är-du {
    width: 80%;
    margin-left: 10%;
    text-align: center;

    font-size: 8vw;
    font-weight: 700;
    margin-top: 50vw;
    margin-bottom: 7vw;
}

#login-input1 {
    width: 50%;
    margin-left: calc(25% - 1.5vw);

    border: 0.8vw solid black;
    border-radius: 2vw;
    padding: 0.5vw 1.5vw;
    font-size: 8vw;
}

#errorText {
    color: red;
    width: 70%;
    margin-left: 15%;
    font-weight: 600;
    font-size: 6vw;
    margin-top: 5vw;
    text-align: center;
}

#AlbinJupperi {
    width: 36vw;
    height: 10vw;
    font-size: 6vw;
    background-color: black;
    color: white;
    border-radius: 2vw;
    border: none;

    margin-left: calc(32% - 1.5vw);
}