.form_wrapper {
    max-width:500px;
    margin:auto;
    padding:10px;
}
.form_header {
    justify-content: center;
}
.form_description {
    
}
.form_field {
    padding:3px;
}

.form_field input,
.form_field textarea {
    width:100%;
}