.mwss-button-standard .bvLoginWrapper a.bvLoginSubmit {
    background-color: #252e37;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #252e37;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

.mwss-button-standard .bvLoginWrapper a.bvLoginSubmit:hover {
    background-color: transparent;
    color: #252e37;
}

.stopservice_classic .actionMessage {
    border: 1px solid #252e37;
    border-radius: 8px;
    background-image: url(/no-portal-interface/images/ikon_gul2.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px 30px;
    padding-left: 50px;
    padding-right: 14px;
    margin-bottom: 1em;
}

.stopservice_classic .actionMessageText{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 14px;
    margin-top: 14px;
    font-size: 1em;
    color: #252e37 !important;
}
