.checkout-cart-index .message.notice .login{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(128, 120, 118, 0.6);
    background: rgba(238, 233, 231, 0.55);
    font-weight: 600;
    font-size: 14px;
    color: black !important;
    margin-left: -40px;
}
.checkout-cart-index .message.notice{
    background: transparent;
}
.checkout-cart-index .message.notice > *:first-child:before{
    display: none;
}
.onestepcheckout-index-index .aw-onestep-sidebar__payment-options .payment-option-inner #discount-code_message-label-0 a{
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(128, 120, 118, 0.6);
    background: rgba(238, 233, 231, 0.55);
    font-weight: 600;
    font-size: 13px;
    color: black !important;
}