fieldset {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
legend {
    font-weight: bold;
    color: #333;
}
.form-group input {
    width: 50%;
}
