body {
    font-family:"Jost-300-Light", sans-serif;
    color: #000000;
    margin: 0;
    font-weight:normal;
    font-size: 0.9rem;
    line-height: 1.44rem;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow:hidden;
    margin: 0;
    background-color: #f0f0f0;
    background-image: url("../media/img/hintergrundbild.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    width: 100vw;
    height: 100vh;
    display: flex; 
    justify-content: center; 
    align-items: center;
    position: relative;
}

#alert {
    text-align: center;
    color: red;
    z-index: 10;
    border: 0px solid rgb(30, 0, 255);
    position: fixed;
    left: 0px;
    bottom: 30px;
    width: 100%
}
  
.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: normal;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
  
.closebtn:hover {
    color: black;
}

.wrapper {
    position: fixed;
	margin: 0 auto;
}

.logo_start {
    padding: 55px;
	border: 0px solid rgb(27, 145, 0);
}

.logo_start img {
    max-width: 100%;
    height: auto;
}

#login, #content {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#login {
    width: 300px;
}

form {
    padding-bottom: 20px;
}

button {
    padding: 2px 8px;
    font-family:"Jost-400-Book", sans-serif;
	font-weight: normal;
    letter-spacing: 0;
	border: none;
	background-color: #28a745;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

#error-message {
    color: red;
    margin-top: 10px;
}

h1 {
    font-family:"Jost-500-Medium", sans-serif;
    font-weight:normal;
    letter-spacing: 0;
}

@media (max-width: 768px) {
	.wrapper {
        position: absolute;
        top: 15%;
    }

    .mobile_off {
        display: none
    }
}

@media (min-width: 769px) {
	.desktop_off {
        display: none
    }
}

@font-face {
	font-family: "Jost-300-Light";
	src:url(../fonts/Jost-300-Light.otf) format("opentype");
}

@font-face {
	font-family: "Jost-400-Book";
	/*font-weight: medium;*/
	src:url(../fonts/Jost-400-Book.otf) format("opentype");
}

@font-face {
	font-family: "Jost-500-Medium";
	/*font-weight: bold;*/
	src:url(../fonts/Jost-500-Medium.otf) format("opentype");
}

/*
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL

Copyright 2020 The Jost Project Authors (https://github.com/indestructible-type)
*/