body {
    background: url('wallpaper.jpg') center center fixed;
    background-size: cover;
  /*  border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%; */
}

.form {
    margin: 50px auto;
    width: 300px;
    padding: 30px 25px;
    background: rgba(255, 255, 255, 0.8); /* Hintergrund mit Deckkraft für bessere Lesbarkeit */
    border-top-left-radius: 12%;
    border-top-right-radius: 12%;
    border-bottom-left-radius: 12%;
    border-bottom-right-radius: 12%;
}

h1.login-title {
    color: #6b5200;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

.login-input {
    font-size: 15px;
    border: 1px solid #ffbd5b;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.login-input:focus {
    border-color: #ffd000;
    outline: none;
}

.login-button {
    color: #fff;
    background: #a87b00;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 14%;
    border-top-right-radius: 14%;
    border-bottom-left-radius: 14%;
    border-bottom-right-radius: 14%;
    transition: background 0.3s ease; /* Fügt eine sanfte Übergangsanimation hinzu */
}

.login-button:hover {
    background: #7a5900; /* Die dunklere Farbe für den Hover-Effekt */
}

.link {
    color: #dfa424;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}

.link a {
    color: #af9814;
}

h3 {
    font-weight: normal;
    text-align: center;
}
