#errorContent {height:80vh;font-size:16px;display:flex;justify-content:center;align-items:center;flex-direction:column;user-select:none}
#errorContent i{display:none;width:60px;height:60px; background:no-repeat center center;background-size: 100% 100%;}
#errorContent i.warn{display:inline-block;background-image: url(/svg/warn.svg?v1);}
#errorContent i.lock{display:inline-block;background-image: url(/svg/lock.svg?v1);}
#errorContent h2{display:block;}
#errorContent p {color:#aaa;text-align:center;position:relative;z-index:2;}
#errorContent::after {content:'webFinder';opacity: 0.2; position:absolute;font-size: 18vw;color: #eee;font-weight:700;z-index: 1;}
