.sbtxt-form-message {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
}

.sbtxt-form-success {
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #badbcc;
}

.sbtxt-form-error {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}