.btn-checkout-new,
.btn-checkout-login {
    height: 46px !important;
    line-height: 34px !important;
    border-radius: 100px !important;
    outline: 0 !important;
    font-family: 'SuisseIntl-Regular' !important;
    font-size: 16px !important;
    background: #5f5a56 !important;
    color: #fdfdfd !important;
}

.checkout-password-input,
.checkout-username-input {
    height: 46px !important;
    border: 1px solid #B6B6B6 !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-family: 'SuisseIntl-Light' !important;
}

.toggle-password {
    margin-top: -33px !important;
    margin-right: 7px !important;
}

.cart-login-title-text > span {
    font-family: 'SuisseIntl-Regular' !important;
    text-transform: uppercase !important;
}

.cart-login > a > span {
    font-family: 'SuisseIntl-Regular' !important;
    text-transform: uppercase !important;
}

.cart-login > a > span:hover {
    cursor: pointer;
}