.loan-card{
    background:#fff;
    padding:35px;
    border-radius:8px;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
    border:1px solid #eaeaea;
}

.form-control{
    height:46px;
    border-radius:4px;
}

.progress-wizard{
    height:8px;
    background:#e9ecef;
    border-radius:50px;
    overflow:hidden;
    margin-bottom:30px;
}

.progress-wizard-bar{
    height:100%;
    width:50%;
    background:#337ab7;
    transition:.3s;
}

.step{
    display:none;
}

.step.active{
    display:block;
}

.btn-next,
.btn-prev{
    min-width:120px;
}

.form-title{
    margin-bottom:25px;
    text-align:center;
}

.form-title h2{
    margin-top:0;
    font-weight:600;
}

.form-title p{
    color:#777;
}

.custom-alert{
    border:0;
    border-radius:8px;
    padding:15px 20px;
    margin-bottom:25px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.alert-success.custom-alert{
    background:#f0fdf4;
    color:#166534;
    border-left:4px solid #22c55e;
}

.alert-danger.custom-alert{
    background:#fef2f2;
    color:#991b1b;
    border-left:4px solid #ef4444;
}

.custom-alert .glyphicon{
    margin-right:8px;
    font-size:16px;
}

.error-list{
    margin-top:10px;
    margin-bottom:0;
    padding-left:20px;
}

.error-list li{
    margin-bottom:4px;
}