html {
  color: #000;
  margin: 0 auto;
  font-size: 14px;
  background: #eff0f5;
}
body {
  background: #eff0f5;
  padding: 0px;
  margin: 0px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 0 ;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
input,
textarea {
  background: none;
  outline: none;
  border: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #eb7350;
  background: #fff;
  outline: none;
}
textarea:focus {
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
