body {
    background-color: #121212;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-container {
    background-color: #1e1e1e;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 360px;
    text-align: center;
}

h1 {
    margin-bottom: 24px;
    font-size: 1.8rem;
    font-weight: 400;
}

input {
    width: 90%;
    padding: 12px;
    margin-bottom: 16px;
    border: none;
    border-radius: 6px;
    background-color: #292929;
    color: #ffffff;
    transition: background-color 0.3s, box-shadow 0.3s;
}

input::placeholder {
    color: #888;
}

input:focus {
    background-color: #333;
    box-shadow: 0 0 6px rgba(136, 136, 136, 0.4);
    outline: none;
}

button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background-color: #292929;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

button:hover {
    background-color: #333;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #cccccc;
}

/* Mucza Majana */
/* WIELKA WYGRANA */
/* FOBYWATEL STYLE DEVELOPED BY PAULINA BERNASZUK , WSZYSTKIE LEWA ZASTRZELONE. */