:root {
    --primary: #194593;
}
::placeholder {
    color: #F2F2F2;
}
.rounded-max { border-radius: 1.25rem; }
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.text-primary { color: var(--primary)!important; }
.bg-light { background-color: #F2F2F2 !important; }
a.btn { text-decoration: none; }

.form-control {
    padding-right: 30px;
}
.form-control + .oli {
    position: absolute;
    top: 43px;
    right: 26px;
}
.p-relative { position: relative!important; }