﻿.formInput {
    border: 0 !important;
    border-radius: 0.5rem !important;
    width: 100% !important;
    background: #E8E8E8 !important;
    height: 1.5rem !important;
    padding: 0rem 0.4rem !important;
}

.formInput .rz-inputtext {
    background: #E8E8E8 !important;
    border-radius: 0.5rem !important;
    height: 1.5rem !important;
}

    .formInput.disabled {
        color: #9B9B9B;
        cursor: default;
    }

.formInput .rz-placeholder {
    opacity: 0.4;
}

.formInput.rz-dropdown.rz-state-disabled > .rz-dropdown-label.rz-inputtext {
    background: #E8E8E8 !important;
}

.formInputTextArea {
    border: 0 !important;
    border-radius: 0.5rem !important;
    width: 100% !important;
    background: #E8E8E8 !important;
    padding: 0rem 0.4rem !important;
}