.btn-danger {
    color: #fff;
    background-color: #ee0033;
    border-color: #ee0033;
}
.font-weight-bold {
    font-weight: 700!important;
}

.wizard-header img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
}

.page-content {
    min-height: 100vh;
}

.wizard-v3-content {
    min-height: 90vh;
}

.text-error {
    color: #ed1b2f;
}

.text-red {
    color: #ed1b2f;
}