.jdp-container {
  direction: rtl;
  text-align: right;
}
.jdp-months,
.jdp-years {
  direction: rtl;
}
.jdp-day {
  font-family: inherit;
}

body.rtl .alr-wrapper {
  direction: rtl;
}
body.rtl .alr-password-toggle {
  left: 12px;
  right: auto;
}
body.rtl .alr-password-wrapper .alr-input {
  padding-left: 48px;
  padding-right: 16px;
}
body.rtl .alr-remember-row {
  flex-direction: row;
}
body.rtl .alr-checkbox-wrapper {
  flex-direction: row;
}
body.rtl .jdp-container {
  direction: rtl;
  text-align: right;
}
