*{
  margin: 0;
  padding: 0;
}
input{
  outline: none;
  border: none;
}
a{
  text-decoration: none;
}
html,body{
  width: 100%;
  height: 100%;
  background-color: #f5f5f5!important;
  color: #666!important;
  font-size: 14px!important;
  overflow-x: hidden!important;
}