label {
            font-size: 1.1em;
            color: #333;
        }
        input[type="text"] {
            width: 90%;
            padding: 15px;
            margin: 18px 0 24px 0;
            border: 1px solid #bcd;
            border-radius: 6px;
            font-size: 1.1em;
        }
        button {
            padding: 10px 22px;
            margin: 0 8px;
            font-size: 1em;
            border: none;
            border-radius: 6px;
            background: #2a5d84;
            color: #fff;
            cursor: pointer;
            transition: background 0.2s;
        }
        button:hover {
            background: #17405e;
        }

body {
    background-image: url('PHP-Logo in Minimalistischem Design (1).png');
    background-size: cover;
    background-repeat: no-repeat;
}