.intake-progress {
    background: #eee;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.intake-progress .bar {
    height: 10px;
    background: #2271b1;
    border-radius: 5px;
    transition: width .3s;
}
.intake-field {
    margin-bottom: 15px;
}
