body{
    background-image: url(../gfx/login_bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;   
}

h3{
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    margin: 0px;
    color:#333;
    font-size: 32px;
    font-weight: bolder;
}
h3 a{
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    margin: 0px;
    color:#333;
    font-size: 32px;
    font-weight: bolder;
}
h5{
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    font-size: 11px;
    margin: 3px;
}
#wrapper{
    width: 100%;
    height: 100vh;
    display: flex;   
    justify-content: center;   
    align-items: center;
}
#wrapper_in{
    width: 100%;
    height: 100vh;  
    text-align: center;  
}
#login_form{
    height: 350px;
    width: 260px;
    background-color: rgba(255, 255, 255, 0.03);
    position: absolute;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 20px;
    animation: startAnim 2s ease 0s 1 normal forwards;
}
#menu{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    margin-bottom: 20px;
}
#cards{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.card{
    width:300px;
    padding: 30px;
    margin: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 40px rgba(8, 7, 16, 0.6);
}
.user_name{
    display: inline-block;
    color:#e1e1e1;
    text-shadow: 1px 1px 5px #333; 
    
}
#footer{
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    font-size: 10px;
    color:#e1e1e1;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    text-shadow: 1px 1px 5px #333; 
}
.wavy{
    color: #e1e1e1;
    -webkit-box-reflect: below -12px 
            linear-gradient(transparent, rgba(0,0,0,0.2));
    margin-bottom: 20px;
    letter-spacing: 5px;
    
}
.wavy span{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    animation: wavy 2s infinite;
    animation-delay: calc(0.1s * var(--i));
}
#user_img{
    width: 60px;
    border-radius: 50%;
    opacity: 0.6;
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#user_mini_img{
    width: 10px;
    border-radius: 50%;
    opacity: 0.6;
    padding: 5px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#vac_days{
    background: none;
    border: none;
    width: 30px;
    font-size: 18px;
    text-align: right;
    margin-right: -2px;
}
form *{
    outline: none;
    border: none;
}
.ctrl_btn{
    width: 80px;
    border-radius: 50%;
    box-shadow: 5px 5px 3px black;
    border: 3px solid rgba(184, 183, 183, 0.4);
}
.ctrl_btn:active{
    width: 70px;
    box-shadow: 0 0 0 black;
}
.ctrl_btn:hover{
    border: 3px solid orangered;
}
.input_login{
    display: inline-block;
    height: 50px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.204);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    margin: 10px;
    padding: 5px;
    color: #e1e1e1;
}
.input_norm{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-size: 16px;
    font-weight:normal;
    padding: 10px;
    margin: 10px;
    color: #090909;
    text-align: center;
}

.input_login:hover, .input_norm:hover{
    outline: 2px solid rgba(184, 183, 183, 0.918);
}
::placeholder {
    color: #e1e1e1;
}
input::placeholder {
    color: rgb(54, 54, 54); /* Farbe des Platzhalter-Textes */
}
#button{
    background-color: #e1e1e1;
    background-image: url(../gfx/login_lock.png);
    background-repeat: no-repeat;
    background-position: 30px 5px;
    border: 2px solid rgb(255, 255, 255);
    color: #333;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}
#button:hover{
    animation: buttonAnim 1s ease 0s 310 normal forwards;
}
p{
    margin: 3px;
}
a{
    color: #333;
    text-decoration: none;
    text-shadow: 0px 0px 15px rgb(255, 255, 255);
}
a:hover{
    text-decoration: underline;
    color: orangered;
}
@keyframes startAnim {
0% {
animation-timing-function: ease-in;
opacity: 0;
transform: translateX(-400px);

}

38% {
animation-timing-function: ease-out;
opacity: 0.5;
transform: translateX(0);
}

55% {
animation-timing-function: ease-in;
opacity: 1;
transform: translateX(-68px);
}

72% {
animation-timing-function: ease-out;
transform: translateX(0);

}

81% {
animation-timing-function: ease-in;
transform: translateX(-28px);
}

90% {
animation-timing-function: ease-out;
transform: translateX(0);
}

95% {
animation-timing-function: ease-in;
transform: translateX(-8px);

}

100% {
animation-timing-function: ease-out;
transform: translateX(0);

}
}
@keyframes buttonAnim {
0% {
    opacity: 1;
}

50% {
    opacity: 0.5;
}

100% {
    opacity: 1;
}
}
@keyframes wavy {
0%,
40%,
100%{
    transform: translateY(0);
}
20%{
    transform: translateY(-20px);
}
}