#page-auth-tutorsignup-pages-welcomepage .welcome_box {
  border: 2px solid #FFD74A;
  border-radius: 8px;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
}

#page-auth-tutorsignup-pages-welcomepage .welcome_box h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#page-auth-tutorsignup-pages-welcomepage .welcome_box p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

#page-auth-tutorsignup-pages-welcomepage .welcome_box::before, #page-auth-tutorsignup-pages-welcomepage  .welcome_box::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 10px;
  background-color: #FFD74A;
  border-radius: 0 0 0 8px;
}

#page-auth-tutorsignup-pages-welcomepage  .welcome_box::before {
  top: -2px;
  left: -2px;
}

#page-auth-tutorsignup-pages-welcomepage  .welcome_box::after {
  bottom: -2px;
  right: -2px;
  transform: rotate(180deg);
}
