
.err-outer-sec{
    display: grid;
    height: 100vh;
    text-align: center;
    background-color: #E7FFFF;
    place-content: center;
}
.back-home,
.error-msg{
    margin: 0;
    padding: 0;
    text-decoration: none; 
}
  
.error-sec{
  padding: 4rem 2rem;
}

.error-sec .error-msg{
  font-size: 150px;
  color: #3d5af1;
  text-shadow: 
    1px 1px 1px #3d5af1,    
    2px 2px 1px #3d5af1,
    3px 3px 1px #3d5af1,
    4px 4px 1px #3d5af1,
    5px 5px 1px #3d5af1,
    6px 6px 1px #3d5af1,
    7px 7px 1px #3d5af1,
    8px 8px 1px #3d5af1,
    25px 25px 8px rgba(0,0,0, 0.2);
}

.page-pera{
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.back-home{
  text-decoration: none;
  display: inline-block;
  border: 2px solid #222;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 3px 8px rgba(0,0,0, 0.3);
}
.back-home:hover{
  background: #222;
  color: #ddd;
}
.error-sec-2 .error-msg-2{
  color: #3d5af1;
}

.unauthorized-sec{
  background-color: #E7FFFF ;
}

.page-error{
  background-color: #E7FFFF;
}

.logo-container {
  position: absolute; /* Position the logo container */
  top: 0; /* Position it at the top of the page */
  left: 100px; /* Add space from the left side */
  padding: 10px; /* Example padding */
}

.error-sec {
  margin-top: 50px; /* Adjust margin-top to create space below the logo */
}
