:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

body {
    background: #FFFFFF;
}

.zeile {
    background: #87be25;
    height: 20px;
}

.mx-auto {
    margin-right: auto !important
}

.form-rounded {
    border-radius: .75rem;
}

.mt-5 {
    margin-top: 3rem !important
}
.mt-4 {
    margin-top: 1.5rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}