.urf-form {
    max-width: 900px;
    margin: 1em 0;
    padding: 1em;
    background: #ffc0cf9a !important;
    border-radius: 6px;
}
.urf-form label {
    display: block;
    color: #6b182b;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.urf-form input[type="text"],
.urf-form select,
.urf-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 0.2em;
    background: #ffc0cf9a !important;
    border-radius: 4px;
}
.urf-form button {
    background: #ff99bb;
    border: none;
    color: #6b182b;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
}
.urf-form button:hover {
    background: #ff7fa5;
}
.urf-success {
    padding: 10px;
    background: #c7f3cc;
    border-left: 4px solid #38a169;
}
