body{

    margin: 0;

}


.img_background{

    height: 100vh;
    width: 100%;
    object-fit: cover;
    
}

.title{
    position: absolute;
    top: 110px;
    left: 150px;
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    }

.login_button{
    position: absolute;
    top: 10px;
    right: 25px;
    width: 80px;
    background-color: white;
    color: black;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    border-radius: 10px;
    font-weight: bold;
}

.login_button:hover{
    background-color: rgb(160, 157, 157);
}

/* --Seite 2 - Login Seite für Mitarbeiter--*/

.login-container {
    background-color: black;
    padding: 350px;
    border-radius: 5px;
    box-shadow: 0 0 10px white;
    color: #ffffff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    margin: 10px 0;
}

label {
    font-weight: bold;
}

input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 200px;
}

button {
    padding: 10px 20px;
    background-color: #092e5c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
    background-color: #061c37;
}


.img_logo{
    position: absolute;
    top: 50px;
    left: 10px;
    border-radius: 5px;
    width: 500px;
}

.img_logo2{
    position: absolute;
    top: 10px;
    left: 710px;
    width: 550px;
    border-radius: 7px;

}