.form-line{
    display: flex;
    flex-direction: row;
    flex-grow: 10;
}
.form-line > .form-group{
    flex-grow: 10;
    margin-right: .5rem;
}
.form-line > .form-group:last-child{
    margin-right: 0;
}
.form-condensed{
    /*width: 50%;*/
    margin-right: .5rem;
}
.form-group{
    margin-bottom: 1rem;
}
@media only screen and (max-width: 1000px){
    .form-condensed-wrapper{
        display: block;
    }
    .form-condensed{
        width: auto;
    }
    .form-condensed{
        margin-right: 0 !important;
    }
    .form-group{
        margin-bottom: .5rem;
    }
}