li.form-field {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

input#reg_first_name, input#reg_last_name, input#reg_display_name {
    overflow: visible;
    display: block;
    width: 100%;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.64;
    color: #8C98A4;
    background-color: #fff;
    border: 1px solid #e7e7ec;
    border-radius: 0.25rem;
}
