.form-group.has-error .form-control {
    background: none;
}
.help-block, 
.custom-help-error {
    color: red;
}

.alert-danger.error {
    color: red;
    background-color: transparent;
    border-color: transparent;
}

.alert.error {
    padding: 0.75rem 0.25rem;
}

.rm-bottom-margin {
    margin-bottom: 0px;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {  -webkit-appearance: none;  margin: 0; }
input[type=number] {-moz-appearance:textfield !important;}

.permission-error-ml-5 { margin-left: 4rem; }

.info-text { color: #a5a5a5; font-size: smaller; }
.success-text { margin: 10px; color: green; font-size: smaller; }
.warning-text { color: #E67817; }
.link { color: #071220; }

.white-bg { background: white !important; }

.password { display: block; width: 24px; height: 24px; position: absolute; top: 50px; right: 10px; background: url("../images/eye-open.svg"); }
.password-hide {
        background: url("../images/eye-close.svg");
}

.table-image { height: 36px; width: 36px; }

@media(max-width: 991px) {
    .password-show {
        top:48px;
    }
}

@media( max-width: 767px ) {
    .password-show {
            top: 40px;
        }
}