form {
    margin: 20px;
}
form .row {
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
}
form .form-control {
    margin-bottom: 5px;
}

form .row.identity {
    background-image: url(./images/form/id-64.png);
}
form .row.location {
    background-image: url(./images/form/location-64.png);
}
form .row.note {
    background-image: url(./images/form/note-64.png);
}
form .row.map {
    background-image: url(./images/form/draw-64.png);
}

form label.error {
    font-size: 12px;
    color: #ff0000;
}