.modal-content {
  border-radius: var(--border-radius);
}

.modal-header {
  position: relative;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  fill: var(--sm-text-color);
  opacity: 1;
}

.modal-header .close svg {
  width: 24px;
  height: 24px;
}

.modal-header h4 {
  color: var(--sm-text-color);
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.modal-body {
  padding: 0;
}
.modal-footer {
  margin-top: 50px;
  padding: 0 0 25px;
  border: 0;
}
.modal-footer .action_btn {
  display: flex;
  justify-content: space-between;
}

.no-title .modal-header {
  border-bottom: 0;
}

.no-title .modal-body {
  margin-top: 0;
  padding-top: 0;
}

.modal-body h3,
.modal-body h2,
.modal-body h1 {
  text-align: center;
  margin-top: 0;
}
.modal-body h1 {
  position: absolute;
  transform: translateY(-70px);
}

.modal-content {
  padding: 25px;
}

.client-enter_window .registration {
  height: inherit;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-blue);
  text-decoration: underline;
}

.registration:hover {
  opacity: .9;
}

.client-enter_window .submit_enter {
  height: 40px;
  width: 100%;
  margin: 0 0 11px;
  border-radius: var(--border-radius);
  background-color: var(--color-blue);
  font-size: 18px;
  font-weight: 700;
}

.client-enter_window .form_enter span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 34px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: unset;
}

.modal-content .form-control {
  height: 37px;
  box-shadow: unset;
  border: 1.5px solid var(--color-light);
}

.modal-content label {
  margin-bottom: 20px;
  font-size: 14px;
}

.client-enter_window .form_enter svg {
  stroke: #999;
  fill: transparent;
  width: 15px;
  height: 15px;
  transform: translateY(2px);
}

.client-enter_window .form_enter svg.login-svg {
  width: 22px;
  height: 22px;
  transform: translateY(3px);
}

.client-enter_window .form_enter input {
  margin: 0 0 20px;
  padding: 0 15px 0 30px;
}

.client-enter_window .form_enter input::placeholder {
  font-weight: 700;
  font-size: 14px;
}



#modal_QuickBuy h1 {
  transform: translate(0);
  position: relative;
  /* display: none !important; */
}

#modal_QuickBuy .text-center {
  display: flex;
  justify-content: center;
}

#QuickBuyForm {
  text-align: center;
}
