body {
    font-family: "Quattrocento Sans";
    margin: 50px;
    background-color: black;
    background-image: url("/resurse/backgroundPic.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;   
}

h2 {
    text-align: center;
}

#login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 5px;
    opacity: 0.85;
}

form {
    max-width: 600px;
    width: 20vw;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
}

label {
    display: block;
    margin-bottom: 2px;
}

input {
    width: 90%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

button {
    width: 90%;
    padding: 10px;
    background-color: #204022;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.error {
    color: red;
    font-size: 0.9em;
}

.background{
    position: relative;
    width: 90vw;
    height: 80vh;
    top: 0vh;
    margin-top: 0vh;
}
