.v-username {
  padding-left: 36px;
  padding-right: 0;
}

.v-username label:not(.md-container-ignore) {
  left: 36px;
  right: auto;
}

.v-username label:not(.md-no-float):not(.md-container-ignore) {
  width: calc(100% - 36px);
  padding: 0;
}

#v-username-suffix {
  color: rgba(0, 0, 0, 0.54);
  pointer-events: none;
  position: absolute;
  left: 100%;
  transform: translateY(4px);
  white-space: nowrap;
}

@media (max-width: 680px) {
  #v-username-suffix {
    left: 35px;
    top: 100%;
  }
}
