.popUp.numberPasswordPopup {
  background-color: rgba(var(--color-rgb-black), 0.7);
}
.popUp.numberPasswordPopup.open .popUpBox {
  margin-bottom: 0;
}
.popUp.numberPasswordPopup .popUpBox {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  margin-bottom: -100vh;
  padding: 0;
  border-radius: 20px;
  background-color: #1a1a1a;
  -webkit-box-shadow: 0 0 20px rgba(var(--color-rgb-black), 0.5);
  box-shadow: 0 0 20px rgba(var(--color-rgb-black), 0.5);
  -webkit-transition: margin-bottom 0.3s ease-out;
  -o-transition: margin-bottom 0.3s ease-out;
  transition: margin-bottom 0.3s ease-out;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popUp.numberPasswordPopup .popUpBox {
    top: calc(50vh - 310px);
    bottom: auto;
    left: 50%;
    width: 614px;
    height: auto;
    margin-left: -307px;
    margin-bottom: 0;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1440px) {
  .popUp.numberPasswordPopup .popUpBox {
    width: 760px;
    margin-left: -380px;
  }
}
.popUp.numberPasswordPopup .popUpBox h2,
.popUp.numberPasswordPopup .popUpBox .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .popUp.numberPasswordPopup .popUpBox h2,
    .popUp.numberPasswordPopup .popUpBox .title {
    font-size: 34px;
    font-weight: normal;
    line-height: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .popUp.numberPasswordPopup .popUpBox h2,
  .popUp.numberPasswordPopup .popUpBox .title {
    margin-bottom: 22px;
  }
}
.popUp.numberPasswordPopup .popUpBox p {
  font-size: 13px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .popUp.numberPasswordPopup .popUpBox p {
    font-size: 18px;
    line-height: 26px;
  }
}
.popUp.numberPasswordPopup .popUpBox form {
  padding: 30px 0;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup + .actions {
  margin-top: 50px;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup.error .secretNumber {
  border: 2px solid #b72020;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup.error .inputError {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup .inputError {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup .inputErrorIcon {
  width: 22px;
  margin-right: 10px;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup .inputErrorIcon img {
  vertical-align: top;
}
.popUp.numberPasswordPopup .popUpBox form .formGroup .inputErrorMsg {
  font-size: 13px;
  font-weight: 300;
}
.popUp.numberPasswordPopup .popUpBox form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popUp.numberPasswordPopup .popUpBox form .actions .confirmBtn {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .popUp.numberPasswordPopup .popUpBox form .actions .confirmBtn {
    margin-left: 20px;
  }
}
.popUp.numberPasswordPopup .popUpBox .forgotPasswordBtn {
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #ff6b00;
}
@media screen and (min-width: 768px) {
  .popUp.numberPasswordPopup .popUpBox .forgotPasswordBtn {
    font-size: 15px;
  }
}
.popUp.numberPasswordPopup .popUpBox .forgotPasswordBtn:hover,
.popUp.numberPasswordPopup .popUpBox .forgotPasswordBtn:focus {
  color: #ff8a00;
}
.popUp.numberPasswordPopup .numberPasswordPopupBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
