.sweet-overlay, .showSweetAlert {
    z-index: 999999;
}
.print-error-msg {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
    text-align: center;
    background-color: #fceae3;
    font-weight: 500;
}
#new_registration_form h2 { display: none; }
.steps { display: none; }
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard > .actions > ul > li {
    margin: 0 0.5em;
}
.wizard > .actions  { text-align: right; }
.wizard > .actions > ul > li {
    float: left;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
    list-style: none;
}
body {
    background: url('../images/regbg.jpg');
    min-height: 700px !important;
}
.navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e7;
}
.navbar-header {
    background: #fff !important;
    border-bottom: 1px solid #d19797 !important;
} 