html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.fild-label {
    color: #98a2b3;
}

.notify-panel {
    z-index: 999;
    left: 0;
    right: 0;
}

.input-close {
    right: 20px;
    top: 6px;
}

.password-show {
    bottom: 8px;
    right: 15px;
}