        body {
            font-family: Arial, Helvetica, sans-serif;
            background: #f4f6f8;
            margin: 0;
            background: url('/public/images/employe.jpeg');
            background-size: cover;
        }
        header {
            background: #fff;
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }
        .inner-row {
    padding: 20px;
}
        .container {
            max-width: 700px !important;
            margin: 30px auto;
            background: #fbfbfbd6;
           
            border-radius: 6px;
            box-shadow: 0 2px 10px rgb(0 0 0 / 48%);
        }
        footer {
            text-align: center;
            padding: 15px;
            background: #f1f1f1;
            font-size: 13px;
            color: #666;
        }
        .form-check-input{   border-color: #a79f9f;}
        .inner-row h2 {text-align:center;}
        .form-group {
            margin-bottom: 15px;
        }
       .btn-primary {
    background: #008993;
}
        label {
    margin-left: 10px;
        }
        input, select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .radio-group, .checkbox-group {
            display: flex;
            gap: 20px;
            margin-top: 5px;
        }
        a.button.btn-primary {
    background: #008a93;
    padding: 10px 20px;
    border-radius: 34px;
    color: #fff;
    text-decoration: none;
}
        button {
          padding: 10px 25px;
    border: none;
    background: #07919a;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 33px;
}
.text-center.col-md-12 {
    text-align: center;
}
        button:hover {
            background: #0056b3;
        }
        .error {
            color: red;
            font-size: 13px;
        }