.md-input-group {
  font-family: 'Roboto';
}

label.md-input-label {
  display: inline-block;
  pointer-events: none;
  height: 1em;
  max-width: 100%;
  font-weight: 300;
  font-size: 1em;
  transform: translate3d(0, 34px, 0);
  transition: all .3s;
  padding-left: 5px;
  margin-bottom: 0;
  color: rgba(0,0,0,.5);
}

.md-input.form-control {
  display: block;
  color: #000;
  width: 100%;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #9a9a9a;
  padding: 0;
  padding-left: 5px;
  padding-top: 12px;
  font-weight: 300;
}

.card {
  padding: 50px;
  background: #f5f5f5;
  box-shadow: 0 5px 5px 1px rgba(122,122,122, .5);
  margin: 20px 20px;
}

.btn.md-btn {
  background: #1b58cf;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 2px 1px 1px #999;
  transition: all .3s;
}

.btn.md-btn:active {
  background: #90b4fc;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px #999;
}

