.help-block {
    color: #ed2e23;
    font-size: 13px;
    text-align: left !important;
    font-style: normal;
}

.text-danger {
    color: #de4437 !important;
}

.auth-login {
    max-width: 45rem;
    margin: 0 auto;
}

.auth-register {
    max-width: 65rem;
    margin: 0 auto;
}

<!-- -->
.account-order-steps {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 0.1rem #e1e1e1;
}

.account-order-steps .order-steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-order-steps .order-steps .order-steps-item {
    text-align: center;
    padding-bottom: 2.5rem;
}

.account-order-steps .order-steps .order-steps-item:last-of-type:after {
    display: none;
}

.account-order-steps .order-steps .order-steps-item:after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    height: 0.2rem;
    width: 100%;
    background: #e1e1e1;
}

.account-order-steps .order-steps .order-steps-item .icon {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: #e1e1e1;
    padding: 0.6rem;
    color: #fff;
    margin: 0 auto;
}

.account-order-steps .order-steps .order-steps-item .text {
    margin-top: 0.5rem;
    font-size: 11px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.account-order-steps .order-steps .order-steps-item.is-active:after {
    background: #D52654;
}

.account-order-steps .order-steps .order-steps-item.is-active .icon {
    background: #D52654;
    position: relative;
    z-index: 10
}

.account-order-steps .order-steps .order-steps-item.is-active .icon svg {
    opacity: 1;
}

.account-order-steps .order-steps .order-steps-item .icon svg {
    opacity: 0;
}

svg {
    display: block;
    width: 100%;
    fill: currentColor
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #8c8c8c;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}
