@font-face {
  font-family: 'shabnam';
  src: url(../fonts/Shabnam-FD.woff2) format(woff2);
}

html,
body {
  height: 100%;
  font-family: 'shabnam';
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

#product-code {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#captcha_code {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-floating label {
  text-align: right;
  left: unset;
  right: 0;
}
.modal-header {
  justify-content: right;
}

.captcha_code {
  background: #FFF url(./../php/createCaptcha.php) no-repeat left center;
  background-size: 90px 100%;
  padding-left: 100px !important;
}

.form-floating input {
  font-size: 22px !important;
}