.xdget-block .form-field input {
  background: none !important;
}
.standard-form input {
  border-radius: var(--border-radius);
  background-color: rgba(240, 240, 240, 1) !important;
  padding: 14px !important;
  min-height: 40px;
}
.standard-form input::placeholder {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.07em;
  color: rgba(146, 146, 146, 1) !important;
}
.standard-form input:focus,
.standard-form input:not(:placeholder-shown) {
  outline: none;
  box-shadow: 0 0 8px #f0dfc3 !important;
  border-color: #f0dfc3 !important;
}
/* input styles end */
.xdget-loginUserForm.standard-form {
  background: #ffffff;
  box-shadow: 0px -0.83px 3.32px rgba(0, 0, 0, 0.04),
    14.11px 54.78px 22.41px rgba(0, 0, 0, 0.01),
    8.3px 30.71px 19.09px rgba(0, 0, 0, 0.03),
    3.32px 14.11px 14.11px rgba(0, 0, 0, 0.04),
    0.83px 3.32px 7.47px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.xdget-loginUserForm.standard-form {
  padding: 40px !important;
}
.xdget-common-user-form.standard-form h1,
.xdget-common-user-form.standard-form h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #383838;
}
.xdget-common-user-form .btn.btn-link.pull-right {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #780e11;
}
.xdget-block .form-field {
  margin-bottom: 14px !important;
}
.login_btn_wr {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 14px;
}
.remind-block .form-group:last-child {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .remind-block .form-group:last-child {
    flex-direction: column;
    gap: 8px;
  }
}
h6 {
  padding: 13px 16px 11px 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Raleway", sans-serif !important;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
  background: linear-gradient(
    201.94deg,
    #6a0306 19.07%,
    #98171a 54.28%,
    #6a0306 96.99%
  );
  border-radius: var(--border-radius);
  color: rgba(255, 255, 255, 1) !important;
  border: 2px solid #780e11;
  margin: 0 !important;
  margin-top: -2px !important;
}
