body {
    font-family: Arial, sans-serif;
    background: #ecf0f1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

form {
    text-align: center;
}

input {
    width: 80%;
    margin: 10px 0;
}

input[type="text"], input[type="password"] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

input[type="submit"] {
    background: #2c3e50;
    color: white;
    padding: 10px 20px;
    margin: 10px 0;
}

.message{
    margin-top: 10px;
}

.first-access {
    margin-top: 20px;
}

.first-access a {
    text-decoration: none;
    color: #2980b9;
    font-weight: bold;
}

.first-access a:hover {
    text-decoration: underline;
}