@import '../../../../assets/css/variables.scss';

p.error {
  font-size: smaller;
  font-style: italic;
  color: $danger;
  margin-top: 0px;
}

:host /deep/ .mat-input-placeholder.mat-empty.mat-float {
  color: rgba(0,0,0,.38);
}

:host /deep/ .mat-input-underline {
  border-color: rgba(0,0,0,.12);
}

:host /deep/ span.mat-input-ripple {
  background-color:#673ab7 ;
}

.label {
  margin-bottom: 5px;
  display: block;
}

.readOnlyMsg {
  font-style: italic;
  margin-bottom: 34px
}

.response {
  margin-bottom: 30px;
  font-weight: 500;
}
