.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
#registration-customer-content,
#registration-user-content,
#registration-user-detail,
#registration-user-detail-2 {
  display: flex;
  flex-direction: column;
  color: #333333;
}
.registration-user-line {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.registration-user-column {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.registration-user-input,
.registration-user-password-input {
  padding: 6px;
  text-decoration: none;
  border-style: solid;
  border-color: #f4f4f4;
  border-width: 1px;
  margin-bottom: 5px;
}
.registration-user-input-error {
  border-color: #ff0202;
}
.registration-password-show {
  position: absolute;
  display: inline-block;
  bottom: 14px;
  right: 12px;
  font-size: 1em;
  color: #333333;
  cursor: pointer;
}
