input,
textarea {
  border: 0;
  outline: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:-ms-input-placeholder {
  color: #cdd4d8;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  color: #cdd4d8;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #cdd4d8;
  font-size: 14px;
}
html,
body,
div,
p,
span,
input,
button,
ul,
li,
label,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul > li{
  list-style: none;
}
a{
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
button {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}