.card-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid;
    border-bottom-color: #2c5486;
    margin-left: 0;
}

.card {
    background-color: rgba(255, 255, 255, 0.95);
}

.card-header {
    background-color: initial;
}

.footer {
    color: #ffffff;
    background: transparent;
    border-top: 0;
    box-shadow: none !important;
}

form .form-actions {
    margin-top: 0px;
    padding: 22px 0px 0px 0px !important;
}