body {
            background-image: url('img/background.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh;
            margin: 0;
        }
body {

    font-family: Arial, sans-serif;

    background-color: #f4f4f4;

    margin: 0;

    padding: 20px;

}



.container {

    max-width: 950px;

    margin: auto;

    background: #ffffff;

    padding: 20px;

    border: 1px solid #ccc;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



h1 {

    text-align: center;

    color: rgb(0, 0, 0);

    font-size: 30px;

    margin-bottom: 20px;

}



.logo-box {

    text-align: center;

    border: 2px solid green;

    padding: 10px;

    margin-bottom: 20px;

}



.logo-box img {

    width: 120px;

    height: auto;

}



.form-box {

    display: flex;

    flex-direction: column;

}



.form-box label {

    margin-top: 10px;

    margin-bottom: 5px;

    font-weight: bold;

}



.form-box input[type="text"],

.form-box input[type="number"],

.form-box input[type="date"] {

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 5px;

}



.radio-group {

    display: flex;

    gap: 20px;

    margin-bottom: 15px;

}



button {

    margin-top: 15px;

    padding: 10px;

    background-color: #00796b;

    color: white;

    border: none;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

}



button:hover {

    background-color: #004d40;

}

  .center-text {

        text-align: center;

        margin: 20px auto;

        width: fit-content;

        font-size: 25px;

        font-weight: bold;

    }

.name {

    color: blue;

    font-weight: bold;

}



.group {

    color: red;

    font-weight: bold;

}