.mdLabel {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 8px;
  transition: 0.2s ease all;
  z-index: 5;
}

input:focus~.mdLabel,
input:not(:placeholder-shown)~.mdLabel {
  top: -10px;
  background: white;
  font-size: 9px;
  border-radius: 2px 2px 0 0 ;
  border: solid 1px;
  border-bottom: none;
  padding: 0 3px;
}

input:-internal-autofill-selected~.mdLabel {
  background: rgb(232, 240, 254);
  border-color: rgb(200, 200, 200);
  color: black;
}

.input-group {
  width: 100%;
  margin-bottom: 15px;
}

.login_content form input[type=text] {
  margin-bottom: 0px;
}