body {
    background: #fafafa !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.box.box-success {
    /*border-top-color: #3c8dbc;*/
    border-top-color: #fecc00;
}

h1 {
    background: #fdcf03;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display:inline-block;
}

a.white {
    color: #FFF;
}

a.white:hover {
    color: #FFF;
    text-decoration: none;
}

a.blue {
    color: #00388c;
}

a.blue:hover {
    color: #00388c;
    text-decoration: none;
}

div.yellow-back {
    background-color: #fecc00;
    height: 40px;
}

.btn-primary {
    color: #000 !important;
    background-color: #fecc00 !important;
    border-color: #fecc00 !important;
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
    color: #00388c;
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
    color: #fecc00;
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble::after, .progress-indicator > li.completed .bubble::before {
    background-color: #fecc00;
    border-color: #fecc00;
}

.ulink {
    text-decoration: underline !important;
}