.row {
    display: flex;
    flex-direction: row;
}

.hpixl_securicheck_notice {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    margin: 5px 0px 10px;
    padding: 1px 12px;
}

.hpixl_securicheck_notice-success {
    border-left-color: #00a32a;
}


.hpixl_securicheck_notice-error {
    border-left-color: #ff0000;
}

.hpixl_securicheck_notice p {
    font-family: inherit;
    font-size: 13px;
    margin: 0.5em 0;
    padding: 2px;
}