/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.fam-form {

}

.fam-form-row {
    display: flex;
    margin:  0 -15px;
}

.fam-form-col {
    flex: 1 1 0;
    padding: 0 15px;
}

.fam-form input {
    width: 100%;
}
