.modals-wrapper .modal-popup.popup-logreg {
  background-color: rgba(0, 0, 0, 0.3);
}
.modals-wrapper .modal-popup.popup-logreg * {
  font-weight: 300;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap {
  height: auto !important;
  max-width: 42em !important;
  transform: translateY(6%) !important;
  box-shadow: none;
  padding: 2.35em 1.3em;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .modal-content-section-account {
  padding: 0 5.5em;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .modal-content-section-account .ts-field .label label {
  color: black;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .modal-content-section-account .forgot-password {
  padding: .3em 0 0;
  color: #000;
  font-size: .9em;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .modal-content-section-account-register .registration-create-header {
  padding-bottom: 0px;
  /*.modal-header-v1 {
                            paddind-bottom:0px;
                        }*/
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .modal-content-section-account-register .registration-info {
  margin: 0;
  font-size: .83em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  font-family: Helvetica,sans-serif,Arial;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .modal-content-section-account-register .btn {
  font-size: 0.75em;
  padding: 1.5em 3.5em 1.261em;
  line-height: normal;
  border: 0;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap .modal-content .ts-field .label label {
  margin-left: 5px;
  text-transform: uppercase;
}
.modals-wrapper .modal-popup.popup-logreg .modal-inner-wrap footer.modal-footer {
  display: none;
}
