html {
    background-color: #2C55A2 !important;
    color: #fff !important;
}

body {
    background-color: #2C55A2 !important;
    color: #fff !important;
}

.formWrapper {
    background-color: #2C55A2 !important;
    color: #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #fff !important;
}

.text-muted {
    color: #fff !important;
}

input::placeholder{
    color: #fff !important;
}

.card {
    background-color: #2C55A2 !important;
    color: #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #fff !important;
}

.bg-light {
    background-color: #2C55A2 !important;
    color: #fff !important;
}

input[type="text"], textarea {
    background-color: #2C55A2 !important;
    color: #fff !important;
}

table {
    color: #fff !important;
}

.lookupKeyLink {
    color: #fff !important;
}

.modal {
    color: #000 !important;
}

input#orgSign {
    background-color: #fff !important;
    color: #000 !important;
}

