/* POPUP */
.popUpDiv {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 6;
  background: rgba(26, 54, 54, 0.8);
}
.popUp {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popUpForm {
  background: var(--header-footer-bg);
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 400px;
}
.popUpFormHeader {

}
.popUpFormBody {

}
.popUpFormDiv {

}
.popUpFormDivElement {

}
.popUpFormDivElement label {
  margin-left: 0px;
}
.popUpFormDivElement input {
  height: 6vh;
  margin-top: 10px;
  font-size: 15px;
}
.popUpFormDivElement p {
  margin-top: 10px;
  color: rgb(256,68,68) !important;
}
.popUpValidateDiv {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.popUpValidate {
  /* height: 6vh;
  width: fit-content;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  background: #ffc260;
  transition-duration: 0.2s; */
  margin: 0 auto;
}
.popUpValidate p {
  color: black !important;
}
