a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    font-family: pfMedium, sans-serif;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

body {
    color: #222;
    background-color: #f3f4f6;
    margin: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    resize: none;
}

a {
    text-decoration: none;
    color: #209cee;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input {
    outline: none
}

* {
    outline: 0;
}