.row{
    display:flex;
}
.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
    width:100%;
}
.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6{
    width:calc(50% - 20px);
    box-sizing: border-box;
    padding-right:20px;
}
legend{
    display:none;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select {
    background: #eeee;
    color:#333
}
.btn-toolbar .btn.btn-primary,
.btn-toolbar .btn.btn-cancel{
    background: #6c6680;
    color:white;
    border-radius: 5px;
    padding: 20px;
    cursor:pointer;
}
.btn-toolbar .btn.btn-cancel{
    background: #a19f9f;
}
.btn-toolbar .btn.btn-primary:hover{
    opacity:0.8;
}
textarea.xxlarge{
    height:400px;
}