:root {
    --rz-base: #c0c0c0 !important;
    --rz-primary: #0070bb !important;
    --rz-warning: #ff8000 !important;
    --rz-danger: #ed2939 !important;
    --rz-success: #00a550 !important;

    --rz-fieldset-border: 1px solid #a7acb1 !important;

}

body {
    --background: no-repeat 0 0/100% fixed url("background.svg");
    background: url("background.png") no-repeat center center fixed;
    background-size: cover;
}
