.person {
    color: black !important;
    float: left;
    margin-top: 30px;
}

.row.form-container {
    padding: 0 !important;
}

.form-btn-container {
    padding-top: 20px;
    border-top: solid 1px rgb(221,221,221);
}

    .form-btn-container .button {
        float: right;
    }

.form-btn-container {
    margin-top: 2%;
}

.generic-form-step .icon {
    float: left;
    cursor: pointer;
    font-size: 30px;
}

#removeForm {
    display: none;
}

.message {
    color: #C30000 !important;
    display: none;
}

.info-display {
    text-align: left;
    margin-bottom: 5%;
}
