.bpa-container h1{
    font-size: 24px;
}

.checkout{
    font-family: 'Montserrat', 'sans-serif';
}

.field__input{
    border-radius: 0;
}

.bpa-button{
    border-radius: 0;
    background: #45504F;
    text-transform: uppercase;
    font-weight:700;
    font-size:14px;
}

.bpa-button:hover{
    background:#293433;
}

.bpa-login__label{
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 13px;
}

.header__progress li.current:before{
    background: #585858;
}

.checkout__sidebar{
    border-radius: 0;
}
