.form-message {
    line-height: 14px;
    max-width: 100%;
    min-height: 56.3px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 5px;
    margin: 0px 25px 10px 25px;
    border-radius: 8px;
}

.form-message-error {
    background-color: #d10057;
    justify-content: flex-start;
}

.form-message-icon {
    padding: 0px 10px;
}

.form-message-icon svg {
    fill: #ffffff;
}


.form-message-icon svg.branded-fill {
    fill: #ffffff;
}

.form-message-icon svg .branded-fill{
    fill: #ffffff;
}
