.form-control.ng-valid.ng-touched{
    border-color: #28a745;
    border-right-width: 10px;
}

.form-control.ng-invalid.ng-touched{
    border-color: #dc3545;
    border-right-width: 10px;
}

.validate-error{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.help-block{
  color: #dc3545;
}
.bg-gradient-primary{background:#9c27b0 linear-gradient(180deg,#ab47bc,#9c27b0) repeat-x!important}
.note-modal-backdrop {
  position: relative!important;
  background-color:#000!important;
}
.note-modal-content{
  padding-bottom:2rem!important;
}

