body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}
.logo {
    display: block;
    margin: 0 auto 20px;
    width: 100px;}
h2 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.input-group i {
    margin-right: 10px;
    color: #555;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em; 
    color: #000000; 
}

button {
    width: 100%;
    padding: 10px;
    background: #007BFF;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

button:hover {
    background: #0056b3;
}

label {
    display: inline;
    margin-left: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em; 
    color: #000000; 
}

label i {
    margin-right: 8px;
}

input[type="checkbox"],
input[type="radio"]  {
    margin-right: 5px;
}

/*users table

