* {
color:red;
}
p, span {
color:black;
}
*:not(p):not(span) {
color:red;
}
<html>
<head></head>
<body>
<div class="auth_content"></div>
</body>
<html>
html {
position: relative;
height: 100%;
}
body {
position: relative;
min-height: 100%;
}
.img-border {
background:
url('/1.png') no-repeat 100% 100%,
url('/2.png') no-repeat 0 100%,
url('/3.png') repeat-x 0 100%,
.... N repeat;
}