/*
.input--dropdowns .md-input[disabled], .input--dropdowns [disabled] md-input-container .md-input, .input--text .md-input[disabled], .input--text [disabled] md-input-container .md-input {
  background: inherit;
  color: #536374;
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  border-bottom-color: none;
  background-image: none; 
 }
 md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
 	background-position: bottom -1px left 0 !important;
 	background-size: 4px 1px !important;
 	background-repeat: repeat-x !important;
 }
 
 */

 .marginBottomAcc{
  margin-bottom: 10px;
 }