@font-face {
  font-family: "AlHurraTxtlight";
  src: url("/fonts/login_helwan/fonts/AlHurraTxtlight.eot"); /* IE9 Compat Modes */
  /*src: url("/fonts/login_helwan/fonts/AlHurraTxtlight.eot?#iefix") format("embedded-opentype"),*/
  /*  !* IE6-IE8 *! url("/fonts/login_helwan/fonts/AlHurraTxtlight.woff2") format("woff2"),*/
  /*  !* Super Modern Browsers *! url("/fonts/login_helwan/fonts/AlHurraTxtlight.woff")*/
  /*    format("woff"),*/
  /*  !* Pretty Modern Browsers *! url("/fonts/login_helwan/fonts/AlHurraTxtlight.ttf")*/
  /*    format("truetype"),*/
  /*  !* Safari, Android, iOS *! url("/fonts/login_helwan/fonts/AlHurraTxtlight.svg#svgFontName")*/
  /*    format("svg"); !* Legacy iOS *!*/
}
:root {
  --primary: #172542;
  --secondary: #d29b1b;
  --navy: #003663;
  --input-border: #9fb8cc;
  --icon: #172542;
  --input-clr: #a5a2a2;
  --input-bg: #ededed;
  --title: var(--primary);

  --bg: #101a30;
  --btm-shape-gradient-color1: #d29b1b;
  --btm-shape-gradient-color2: #d29b1b;

  --logo-bg-color1: var(--primary);
  --logo-bg-color2: var(--primary);

  --frgt-pass-clr: var(--primary);
  --frgt-pass-hvr-clr: #a60808;

  --contact-clr: var(--primary);
  --contact-hvr-clr: var(--secondary);

  --mdle-shp-brdr-clr: #fff;
  --site-url-bg-clr: var(--secondary);

  --btn-submit-clr1: var(--secondary);
  --btn-submit-clr2: var(--secondary);
  --btn-submit-hvr-clr1: var(--primary);
  --btn-submit-hvr-clr2: var(--primary);

  --btn-privacy-clr1: var(--primary);
  --btn-privacy-clr2: var(--primary);
  --btn-privacy-hvr-clr1: var(--secondary);
  --btn-privacy-hvr-clr2: var(--secondary);
}
html {
  height: 100%;
}
body {
  font-family: "AlHurraTxtlight";
  font-size: 18px;
  direction: rtl;
  text-align: right;
  color: var(--primary);
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
h3 {
  color: var(--title);
}
.lrge,
.lrge > .c1 {
  max-width: 1300px;
  height: 100%;
}
.c2 {
  position: relative;
}
.wrapper {
  position: relative;
  background-color: #fff;
  top: 0;
}
.wrapper,
.wrapper .main {
}
.wrapper .main .col-login {
  z-index: 3;
}
.login {
  margin-top: 70px;
  /*height: 100%;*/
}

.logo {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 550px;
  display: flex;
  position: absolute;
  height: 292px;
  background: linear-gradient(
    180deg,
    var(--logo-bg-color1) 40%,
    var(--logo-bg-color2) 100%
  );
  padding-top: 35px;
  justify-content: center;
}
.logo img {
  width: 95%;
}
.tri .row > div {
  z-index: 2;
}

.shp-1 {
  margin-top: 133px;
  height: 450px;
  margin-right: -120px;
  width: 269px;
  overflow: hidden;
}

.shp-1 > div {
  position: relative;
}
.shp-1 .mdle-shape {
  position: absolute;
  top: 82px;
  left: 106px;
  background: #fff;
  border-bottom-left-radius: 85px;
  width: 400px;
  height: 400px;
  transform: rotate(44deg);
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.shp-1 .mdle-shape-brdr {
  position: absolute;
  top: -20px;
  left: 106px;
  background: transparent;
  border: 4px solid var(--mdle-shp-brdr-clr);
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 107px;
  width: 600px;
  height: 600px;
  transform: rotate(44deg);
}
.site-url {
  background-color: var(--site-url-bg-clr);
  border-bottom-left-radius: 80px;
  padding: 13px 3px 6px 20px;
  position: absolute;
  right: -22px;
  width: 231px;
  top: 197px;
  transform: rotate(46deg);
  text-align: center;
}
.site-url a {
  text-decoration: none;
  color: #e1e1e1;
  display: inline-block;
}
.site-url a:hover {
  color: #fff;
}
.dots {
  position: absolute;
  top: 208px;
  right: 26px;
}
.btm-shape {
  position: absolute;
  bottom: 0;
  height: 107px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.btm-shape div {
  position: absolute;
  top: 55px;
  background: linear-gradient(
    136deg,
    var(--btm-shape-gradient-color1) 0%,
    var(--btm-shape-gradient-color2) 100%
  );
  border-radius: 50px;
  width: 335px;
  height: 335px;
  transform: rotate(45deg);
}

.img {
  background-image: url(/images/login_helwan/images/bg-helwan.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.lnks {
  justify-content: space-between;
}
.forget a,
.callus a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.forget a {
  color: var(--frgt-pass-clr);
}
.forget a:hover {
  color: var(--frgt-pass-hvr-clr);
}
.callus a {
  color: var(--contact-clr);
}
.callus a:hover {
  color: var(--contact-hvr-clr);
}
.form-group {
  height: 45px;
  box-sizing: border-box;
  display: flex;
  padding: 10px 12px;
  border: 1px solid var(--input-border);
  border-radius: 100px;
  background-color: var(--input-bg);
}
.form-group span {
  padding: 0px 16px;
  color: var(--icon);
}
.form-group input {
  padding: 0;
  background: transparent;
  border: none;
  width: 100%;
  color: var(--input-clr);
}

.form-group input:focus,
.form-group input:active,
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active,
.form-group input:-webkit-autofill::first-line {
  box-shadow: none;
  -webkit-box-shadow: 0 0 0 1000px var(--input-bg) inset !important;
  background: transparent !important;
  border: none;
  outline: 0 none;
  color: var(--primary);
  -webkit-text-fill-color: var(--primary);
}
.btn-primary,
.submit button {
  color: #fff;
  border: none;
  border-radius: 100px;
  background: linear-gradient(
    180deg,
    var(--btn-submit-clr1) 40%,
    var(--btn-submit-clr2) 100%
  );
  line-height: 2;
  width: 50%;
}
.btn-primary:hover,
.submit button:hover,
.submit button:active:focus,
.submit button:focus,
.btn-success:active:focus {
  color: #fff;
  background: linear-gradient(
    180deg,
    var(--btn-submit-hvr-clr1) 40%,
    var(--btn-submit-hvr-clr2) 100%
  ) !important;
}
.privacy a {
  background: linear-gradient(
    180deg,
    var(--btn-privacy-clr1) 40%,
    var(--btn-privacy-clr2) 100%
  );
  color: #fff;
  border-radius: 100px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px 3px;
}
.privacy a:hover {
  text-decoration: none;
  background: linear-gradient(
    136deg,
    var(--btn-privacy-hvr-clr1) 0%,
    var(--btn-privacy-hvr-clr2) 100%
  );
}

.copyright {
  color: #fff;
  text-align: center;
  background-color: var(--primary);
}


.no-display {
  display: none;
}

a {
  line-height: 1.8;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #57b846;
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
}

@media screen and (max-width: 970px) {
  .login {
    margin-top: 40px;
  }
}
@media screen and (max-width: 875px) {
}

@media screen and (max-width: 767px) {
  .logo {
    clip-path: unset;
    height: auto;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .login {
    margin-top: 0;
    padding: 40px 0;
  }
  .tri div {
    position: relative;
  }
}

@media screen and (max-height: 745px) and (min-height: 600px) {
}
