.wizard .content {
    min-height: 100px;
}

.wizard .content>.body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: absolute;
}

.wizard .content .body.current {
    position: relative;
}

.main-panel {
    background: #F2F2F2;
}

.form-group .is-invalid{
    border-left: 1px solid #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

/**
select2
*/
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    height: 53px !important;
    border: 1px solid #dbdbdb !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 15px !important;
}
/**
end select2
*/