<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<style>
html, body {
color: #8b9194;
font-weight: 100;
height: 100vh;
width:100%;
margin: 0;
position:fixed;
}
.error_bg{
position:absolute;
top:0;
left:0;
border:none;
object-fit: cover;
width:100%;
height:100%;
min-width: 100%;
min-height: 100%;
z-index:1;
}
.error_logo{
width:65%;
margin:auto;
}
.full-height {
height: 100vh;
}
.flex-center {
z-index:2;
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.content {
text-align: center;
}
.title {
font-size: 36px;
padding: 20px;
}
</style>
</head>
<body>
<img class="error_bg" src="https://www.indiabizclub.com/common/images/background/errorbackground.png">
<div class="flex-center position-ref full-height">
<div class="content">
<img class="error_logo" src="https://static.stylecontent.xyz/Polo188/Logo/17223186375277.png">
<div class="title">
Access Denied
</div>
</div>
</div>
</body>
</html>