  .prr-container {
    max-width: 800px;
    margin: 40px auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.prr-form-box,
.prr-security-box {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    margin-bottom: 30px !important;

}

.prr-form-box h2,
.prr-security-box h3 {
    color: #160046;
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
}

.prr-field {
    margin-bottom: 18px;
}

.prr-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}

.prr-field input,
.prr-field select,
.prr-field textarea {
    width: 100%;
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.prr-form button {
    width: 100%;
    padding: 12px;
    background: #160046;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.prr-form button:hover {
    background: #8a029c;
}

.prr-security-box {
    background: #f8f5fb;
}

.prr-security-box li {
    margin-bottom: 10px;
}