#wrapper{
    height: 100vh;
    background-image: url("../ChatGPTbilder/insight.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-color: black;
}

#header{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

#description{
    text-align: center;
    padding-bottom: 20px;
}

button{
    margin-top: 15px;
    padding: 5px;
    background: black;
    border: 1px solid #ffffffa4;
    color: white;
}
input{
    height: 30px;
    border-radius: 5px;
}

#login-form{
    background-color: black;
    border: 4px solid silver;
    color: var(--color-text);
    position: absolute;
    top: 300px;
    padding: 50px 30px 50px 30px;
    justify-self: center;
    width: 300px;
    justify-content: center;
    border-radius: 20px;
}

.renderPanel, .inputGroup{
    justify-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


h4, h2{
    text-align: center;
}

#footer{
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
#footer a{
    color: white;
    font-size: 14px;
    opacity: 0.8;
}
#footer a:hover{
    opacity: 1;
}