/* improved checkout */
.mp-checkout .col2-left-layout .col-main {
    padding-top: 20px;
}
.mp-checkout ul.checkout-progress {
    font-size: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 3px;
    height: 65px;
}
.mp-checkout ul.checkout-progress li {
    border: none;
    color: #555;
    padding: 0 5px 0 5px;
    text-align: center;
    background: #EDF2FF;
    font-size: 1rem;
    width: initial;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    align-content: center;
    height: 100%;
}
.mp-checkout ul.checkout-progress li:last-child {
    border-right: none;
}
.mp-checkout ul.checkout-progress li.active {
    color: #fff;
    background: #2D4B9B;
}

/* add margin to reset password notice */
.customer-account-changeforgotten .passwordnotice {
    margin: 10px;
}