.part-showmessage{
    margin:20px 0;
}
.part-showmessage .successmsg{
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: var(--msg_background);
    color: var(--msg_color);
    padding: 8px;
    width: 100%;
    border: 1px solid var(--msg_border);
    margin-top: 2px;
    line-height: 1.5em;
}
.part-showmessage .successmsg::before{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    color:var(--msg_border);
    content:"\f058";
    font-family: "Font Awesome 5 Free";
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight:900;
}
.part-showmessage .errormsg{
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: var(--hiba_background);
    color: var(--hiba_color);
    padding: 8px;
    width: 100%;
    border: 1px solid var(--hiba_border);
    margin-top: 2px;
    line-height: 1.5em;
}
.part-showmessage .errormsg::before{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    color:var(--hiba_border);
    content:"\f06a";
    font-family: "Font Awesome 5 Free";
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight:900;
}
