body,
html {
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}

p:last-child {
    margin: 0;
}

a {
    color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 9999s 9999s, color 9999s 9999s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

/**
 * LastPass Browser Extension
 */
*[data-lastpass-icon-root] {
    display: none !important;
}