/*! Place your custom styles here */
section {
    padding-top: 5em;
}
.alert {
    margin: 10px 0;
}

ul.menu-horizontal li a.active {
    opacity: 1 !important;
}

/* Steps for reseller create account. */
.steps {
    max-width: 350px;
    margin: 0 auto !important;
}
.steps .step {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.steps .step.active,
.steps .step.check {
    color: #4a90e2;
}
.steps .step.active .step__bar,
.steps .step.check .step__bar {
    display: inline-block;
    width: 30%;
    border-bottom: 1px solid #4a90e2;
}
.steps .step .step__check {
    display: none;
}
.steps .step.check .step__check {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
}