/*

Theme Name: IND Supply
Template: woostify
*/

.hidden {
  display: none;
}

.custom-auth-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* Centrado vertical completo */
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-auth-wrapper > .u-column1,
.custom-auth-wrapper > .u-column2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}