.form-heading h3{
    font-size: 22px;
    margin: 0 0 40px 0px;
}

h4{
   font-size: 17px!important;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width:100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center!important;
    padding: 6px 0!important;
    font-size: 12px!important;
    line-height: 1.428571429!important;;
    border-radius: 15px!important;;
}

form .form-control:focus, form .form-select:focus{
    box-shadow: none!important;

}
form .form-control, form .form-select{
    border:1px solid #ccc!important;

}

.error{
    color:red;
}

.hide{
   display: none;
}

.msform {
    position: relative;
    margin-top: 60px!important;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 50px 20px!important;
}

h4, label{
    font-weight: 600;
    font-size: 16px!important;
}


.form-selection{
   margin:40px 0px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:500px!important;
}

.js-proofOfIndentity .btn-light{
    border:1px solid #ccc!important;
}
