body {
  background: url("../images/login.jpg") no-repeat;
  background-position: center;
  direction: rtl;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}

body,
input,
select {
  font-family: "shabnam", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 11pt;
  text-align: right;
}

table {
  margin: 0 auto;
}

td {
  vertical-align: top;
}

.field-validation-error {
  color: red;
}

.transPanel {
  background: url(../images/form-bg-trans.png);
  border-radius: 5px;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.7), 0 0 8px rgba(0, 0, 0, 0), inset 0 0 3px 1px rgba(255, 255, 255, 0.2), 0 0 8px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.loginForm {
  margin: 0 auto;
  width: 400px;
}
.loginForm table {
  border-spacing: 0px;
}
.loginForm td {
  vertical-align: middle;
}
.loginForm input[type=text],
.loginForm input[type=password] {
  direction: ltr;
  background: url(../images/input-bg2.png);
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 6px 10px;
  width: 170px;
  height: 28px;
  line-height: 1.4em;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  outline: none;
}

.-form-checkBox-cell-right {
  margin-left: 7px;
  margin-top: 4px;
}

.-float-right {
  float: right;
}

.-newStyle-checkbox {
  display: none;
}

.title-field {
  cursor: default;
}

.chklabel {
  display: flex;
  align-items: center;
  gap: 5px;
}
.chklabel > span {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chklabel > span span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 1px;
  display: none;
}

.-newStyle-checkbox:checked + label > span span {
  display: inline-block;
}

.-newStyle-checkbox:checked + label div {
  width: 16px;
  height: 16px;
  background: url(../images/check-white.png) no-repeat;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.-newStyle-checkbox + label div {
  background: url(../images/form-bg-trans-black.png);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.-icon-secure {
  padding-right: 24px;
  background: url(../images/ico-secure.png) no-repeat right top;
}

a,
a:visited {
  color: rgba(72, 72, 72, 0.79);
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  color: rgb(255, 255, 255);
}

#logoDiv {
  margin: 0 auto;
  width: 700px;
}

.-cnt-form-error {
  width: 350px;
  height: 35px;
  margin: 0 auto;
  cursor: default;
}

.-style-box-s3 {
  background: #b00100 url(../images/bg-error.png) repeat-x top;
  border-radius: 0 0 5px 5px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.3);
}

.-cnt-error-content {
  padding: 10px;
}

.-cnt-form-error .-error-message {
  color: #000;
  -webkit-text-shadow: 1px 1px #d91100;
  text-shadow: 1px 1px #d91100;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  height: 18px;
  background: url(../images/ico-error.png) no-repeat top right;
}

#membershipPanel {
  margin: 0 auto;
  width: 300px;
  height: 150px;
}
#membershipPanel > div {
  padding: 10px;
}
#membershipPanel .input-button {
  width: 200px;
}

.footer {
  background: url(../images/form-bg-trans-black.png);
  width: 100%;
  height: 40px;
  margin: 0px;
  box-shadow: inset 0 4px 2px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0px;
}

.infoPanel {
  width: 684px;
  padding: 10px;
  text-align: right;
  line-height: 24px;
  font-size: 12pt;
}

div.dlHeader {
  margin: 5px;
  padding: 4px;
  cursor: pointer;
  width: 90%;
  border: solid 2px rgba(55, 72, 255, 0.56);
  border-radius: 5px;
  vertical-align: middle;
}
div.dlHeader img {
  vertical-align: middle;
}

div.dlPanel {
  display: none;
}

.login-container {
  display: grid;
  place-items: center;
}

:root {
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
}

.form-container {
  width: 330px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-top: 50px;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 20px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #237eb5;
  animation: borderRotate 2500ms linear infinite forwards;
  position: relative;
  color: #fff !important;
}
.form-container > svg {
  position: absolute;
  inset: 0;
  border-radius: 50px;
}
.form-container img {
  width: 140px;
}
.form-container .input-box {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #fff;
}
.form-container .input-box svg {
  width: 20px;
}
.form-container .input-box > div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.form-container .input-box input {
  background-color: transparent !important;
  height: 40px;
  border: 0;
  color: #fff;
  flex: 1;
}
.form-container .input-box input:not(:-moz-placeholder-shown) {
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.form-container .input-box input:focus, .form-container .input-box input:active, .form-container .input-box input:not(:placeholder-shown) {
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.form-container .input-box input::-moz-placeholder {
  color: #fff;
}
.form-container .input-box input::placeholder {
  color: #fff;
}
.form-container .input-box input:-webkit-autofill, .form-container .input-box input:-webkit-autofill:hover, .form-container .input-box input:-webkit-autofill:focus, .form-container .input-box input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.form-container form {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 5px;
}
.form-container::before, .form-container::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.btn-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #fff;
  color: #237eb5;
  border-radius: 10px;
  font-family: "IRYekan";
  cursor: pointer;
  background: #fff;
}

#shape {
  stroke-width: 3px;
  fill: transparent;
  stroke: #7dcdfb;
  stroke-dasharray: 100 650 100 650;
  stroke-dashoffset: -800;
  animation: rotateShape 5s infinite alternate;
}

.forget-pass {
  color: #fff;
  font-size: 12px;
}
.forget-pass p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px 0;
}
.forget-pass p a {
  color: #fff;
}
.forget-pass svg {
  width: 20px;
}

@keyframes rotateShape {
  to {
    stroke-dashoffset: -800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.security-code > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.security-code > div br {
  display: none;
}
.security-code > div img {
  order: 1;
}
.security-code > div input {
  order: 0;
  width: 100px;
}

.action-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.action-box div {
  border-left: 1px solid #fff;
  height: 10px;
  line-height: 7px;
}
.action-box div:last-child {
  border: 0;
}
.action-box a {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  padding: 0px 10px;
}

.product-of {
  position: absolute;
  bottom: 0;
}
.product-of p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 10px;
}
.product-of p a {
  color: #fa6261;
}

.counter-sec {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.reSend {
  color: #fa6261 !important;
  text-decoration: none !important;
}

.outer-logo {
  width: 130px;
  margin-top: 80px;
}/*# sourceMappingURL=login.css.map */