body.gigafun-passchange {
    margin: 0;
    padding: 0;
    background-color: black;
    /* Tvoje cesta k obrázku */
    background-image: url('/an/img/reset-password.png');
    background-repeat: no-repeat;
    background-position: top center;
    /* Toto vynutí velikost jako u nich, i když máš 4K monitor */
    background-size: 1024px auto; 
    color: white;
    font-family: Verdana, sans-serif;
}

#titlediv {
    margin: 30px auto 0 auto;
    text-align: center;
    width: 1024px; /* Fixní šířka podle pozadí */
}

#titlediv h1 {
    font-size: 34px;
    margin: 0;
    font-weight: bold;
}

#titlediv h2 {
    font-size: 18px;
    margin: 0;
    color: #eee;
}

#centerdiv {
    margin: 240px auto 0 auto; /* Posunuto výš, přesně do toho víru */
    width: 1024px;
    text-align: center;
}

.retcode {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.label {
    font-size: 13px;
    font-weight: bold;
    color: #888;
    margin-bottom: 5px;
}

.inputfields {
    width: 180px;
    height: 24px;
    border: none;
    background: white;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

#footer {
    margin: 100px auto 40px auto;
    width: 1024px;
    color: #444;
    font-size: 11px;
    text-align: center;
    line-height: 1.6;
}