.cgpt-rp-wrap { max-width: 480px; margin: 10px 0; font-family: Arial, sans-serif; }
.cgpt-rp-form input[type="text"], .cgpt-rp-form input[type="email"], .cgpt-rp-form input[type="password"], .cgpt-rp-form select {
    width: 100%; padding: 8px; margin: 6px 0 12px 0; box-sizing: border-box;
}
.cgpt-rp-form button { padding: 10px 18px; background:#21759b; color:#fff; border:0; border-radius:3px; cursor:pointer; }
.cgpt-rp-error { background:#ffe6e6; border:1px solid #ffb3b3; padding:10px; margin-bottom:12px; }
.cgpt-rp-success { background:#e6ffea; border:1px solid #b3ffcc; padding:10px; margin-bottom:12px; }
.cgpt-rp-response { margin-top:16px; background:#f8f8f8; padding:12px; border-radius:4px; }
