body {
  padding-top: 50px !important;
  color: purple !important;
}

.eps-purple, .input-group-text {
  color: purple;
}

.error_notice {
  color: red;
}

.logo {
  width: 50px;
  height: 50px;
  background-image: url('/assets/images/logo-ep-hand.png');
  background-size: cover; /* This property ensures that the image covers the entire space of the square */
  background-position: center; /* This property centers the image within the square */
}

.rotate-img {
  /* transform: rotate(-10deg); */
  border-radius: 10px; /* Adjust the radius as needed */
}

.shadow-curved {
  border-radius: 10px; /* Adjust the radius as needed */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Adjust shadow as needed */
}

.mandatory {
  color: red;
  font-weight: bold;
}