.md-button.md-theme-default{
  color:#fff;
  background-color:#E3E3E3;
}
.md-field .md-input-action{
  /*width:1.5rem;*/
  /*min-width:1.5rem;*/
  /*height:1.5rem;*/
  width:1.2rem;
  min-width:1.2rem;
  height:1.2rem;
  right:0.5rem;
  top:1.5rem;
}
.md-icon.md-theme-default.md-icon-font{
  color:#fff;
}
.md-icon.md-theme-default.md-icon-image svg{
  fill: #fff;
}
.md-icon-image svg{
  height:70%;
}

