
body {
    font-family: 'Segoe UI', sans-serif;
    background: url('WallpaperGLPI_d.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 40px;
    margin: 0;
}
.container {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}
h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}
label {
    font-weight: 600;
    display: block;
    margin-top: 16px;
    margin-bottom: 6px;
    color: #444;
}
input, select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}
button {
    width: 100%;
    padding: 12px;
    margin-top: 24px;
    background-color: rgb(0, 94, 50);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: rgb(0, 70, 40);
}

#status {
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
}

.equipamento {
    font-weight: 600;
    font-size: 15px;
    color: #555;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}
.hidden {
    display: none;
}
