img {
  max-width: 100%;
}

@-ms-viewport {
  width: device-width;
}
/* custom colors variable */
:root {
  --bodyBgClr: #f5f6fa;
  --borderClr: #cccccc;
  --borderClrRadio: #DBDBDB;
  --bodyTxtClr: #333333;
  --labelClr: #b5b5b5;
  --whiteClr: #fff;
  --primaryBtnBgClr: #B68A35;
  --activeBorderClr: #B68A35;
}

/*@import "../_fonts";*/
/* Header CSS */
body,
html {
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: DroidKufi-Regular;
  src: url("/fonts/DroidKufi-Regular.eot?v=4.3.0");
  src: url("/fonts/DroidKufi-Regular.eot?#iefix&amp;v=4.3.0") format("embedded-opentype"), url("/fonts/DroidKufi-Regular.woff2?v=4.3.0") format("woff2"), url("/fonts/DroidKufi-Regular.woff?v=4.3.0") format("woff"), url("/fonts/DroidKufi-Regular.ttf?v=4.3.0") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DroidKufi-Regular;
  src: url("/fonts/DroidKufi-Bold.eot?v=4.3.0");
  src: url("/fonts/DroidKufi-Bold.eot?#iefix&amp;v=4.3.0") format("embedded-opentype"), url("/fonts/DroidKufi-Bold.woff2?v=4.3.0") format("woff2"), url("/fonts/DroidKufi-Bold.woff?v=4.3.0") format("woff"), url("/fonts/DroidKufi-Bold.ttf?v=4.3.0") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("/fonts/HelveticaNeueW23-Bd.eot");
  src: url("/fonts/HelveticaNeueW23-Bd.eot") format("embedded-opentype"), url("/fonts/HelveticaNeueW23-Bd.woff") format("woff2"), url("/fonts/HelveticaNeueW23-Bd.woff") format("woff"), url("/fonts/HelveticaNeueW23-Bd.ttf") format("truetype"), url("/fonts/HelveticaNeueW23-Bd.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Normal";
  src: url("/fonts/HelveticaNeueW23-Reg.eot");
  src: url("/fonts/HelveticaNeueW23-Reg.eot") format("embedded-opentype"), url("/fonts/HelveticaNeueW23-Reg.woff") format("woff2"), url("/fonts/HelveticaNeueW23-Reg.woff") format("woff"), url("/fonts/HelveticaNeueW23-Reg.ttf") format("truetype"), url("/fonts/HelveticaNeueW23-Reg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NumbersOnly";
  src: url("/fonts/HelveticaNeueW23-Reg.eot");
  src: url("/fonts/HelveticaNeueW23-Reg.eot") format("embedded-opentype"), url("/fonts/HelveticaNeueW23-Reg.woff") format("woff2"), url("/fonts/HelveticaNeueW23-Reg.woff") format("woff"), url("/fonts/HelveticaNeueW23-Reg.ttf") format("truetype"), url("/fonts/HelveticaNeueW23-Reg.svg") format("svg");
  unicode-range: U+30-90;
}
@font-face {
  font-family: "password";
  src: url("/fonts/dotsfont.eot");
  src: url("/fonts/dotsfont.eot") format("embedded-opentype"), url("/fonts/dotsfont.woff2") format("woff2"), url("/fonts/dotsfont.woff") format("woff"), url("/fonts/dotsfont.ttf") format("truetype"), url("/fonts/dotsfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
}
.key {
  font-family: "password" !important;
  font-size: 10px;
}

header,
main {
  position: relative;
}

.btn-login {
  background-image: linear-gradient(to right, #B68A35 0%, #ddb25f 51%, #B68A35 100%);
  background-size: 200% auto;
  transition: 0.5s;
  background-color: #B68A35;
  border-color: #B68A35;
  box-shadow: 0 0 10px #bfbfbf;
  padding: 0.6rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  min-width: 270px;
}
.btn-login:hover, .btn-login:focus, .btn-login:active {
  background-position: right center;
  background-color: #B68A35;
  border-color: #B68A35;
  box-shadow: 0 0 10px #bfbfbf;
  color: #fff;
}

.uaePassBtn {
  border: 1px solid #ccc;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(160, 160, 160, 0.5);
  padding: 0.5rem 1rem;
  max-width: 230px;
}
.uaePassBtn img {
  width: 100%;
}

@-moz-document url-prefix() {
  .uaePassBtn img {
    width: 208px;
  }
}
.logo-wrapper {
  text-align: center;
  padding: 15px 0px;
}
.logo-wrapper a {
  display: inline-block;
  max-width: 480px;
}

.loginMain {
  box-shadow: 0 0 15px #e4e4e4;
  margin-bottom: 0.4rem;
  min-height: 540px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 130px 370px;
}
@media only screen and (max-width: 1024px) {
  .loginMain {
    grid-template-columns: 2fr 130px !important;
    max-width: 690px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 766px) {
  .loginMain {
    grid-template-columns: auto !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .loginMain {
    background-color: #ffffff;
  }
}
.loginMain .carousel-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.loginMainUAEPASS {
  box-shadow: 0 0 15px #e4e4e4;
  margin-bottom: 0.4rem;
  min-height: 466px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 50px 466px;
}
@media only screen and (max-width: 1024px) {
  .loginMainUAEPASS {
    grid-template-columns: 2fr 0px !important;
    max-width: 690px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 766px) {
  .loginMainUAEPASS {
    grid-template-columns: auto !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .loginMainUAEPASS {
    background-color: #ffffff;
  }
}
.loginMainUAEPASS .carousel-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.signin-wrapper {
  background-color: var(--whiteClr);
  padding: 2.2rem;
  position: relative;
  /* login-detail end here */
}
@media only screen and (max-width: 1024px) {
  .signin-wrapper .login-detail {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .signin-wrapper .login-detail {
    padding: 0 1rem;
  }
}
.signin-wrapper .login-detail .custom-control-label::after,
.signin-wrapper .login-detail .custom-control-label::before {
  width: 1.2rem;
  height: 1.2rem;
  top: 0.1rem;
}
.signin-wrapper .login-detail .custom-control-label::after {
  background-size: 70%;
}
.signin-wrapper .login-detail .custom-control-label {
  font-size: 0.85em;
  line-height: 1.9em;
  height: 20px;
}
.signin-wrapper .login-detail .rememberWrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 20px;
}
.signin-wrapper .login-detail .rememberWrapper a.forgotPass {
  font-size: 0.85em;
  text-decoration: none;
  border-bottom: 1px solid #bebebe;
  color: #333333;
}
.signin-wrapper .login-detail .rememberWrapper a.forgotPass:hover {
  color: #B68A35;
}
.signin-wrapper p {
  margin-bottom: 0.8rem;
  text-align: left;
}

.signin-wrapperUAEPASS {
  background-color: var(--whiteClr);
  padding: 2.2rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* login-detail end here */
}
@media only screen and (max-width: 1024px) {
  .signin-wrapperUAEPASS .login-detail {
    padding: 0px 0px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .signin-wrapperUAEPASS .login-detail {
    padding: 0 1rem;
  }
}
.signin-wrapperUAEPASS .login-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signin-wrapperUAEPASS .login-detail .custom-control-label::after,
.signin-wrapperUAEPASS .login-detail .custom-control-label::before {
  width: 1.2rem;
  height: 1.2rem;
  top: 0.1rem;
}
.signin-wrapperUAEPASS .login-detail .custom-control-label::after {
  background-size: 70%;
}
.signin-wrapperUAEPASS .login-detail .custom-control-label {
  font-size: 0.85em;
  line-height: 1.9em;
  height: 20px;
}
.signin-wrapperUAEPASS .login-detail .rememberWrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 20px;
}
.signin-wrapperUAEPASS .login-detail .rememberWrapper a.forgotPass {
  font-size: 0.85em;
  text-decoration: none;
  border-bottom: 1px solid #bebebe;
  color: #333333;
}
.signin-wrapperUAEPASS .login-detail .rememberWrapper a.forgotPass:hover {
  color: #B68A35;
}
.signin-wrapperUAEPASS p {
  margin-bottom: 0.8rem;
  text-align: left;
}

.formElements .has-float-label {
  display: block;
  position: relative;
}
.formElements .has-float-label i {
  color: #666;
  position: absolute;
  right: 0;
  bottom: 8px;
}
.formElements .has-float-label label,
.formElements .has-float-label > span {
  color: #666;
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.formElements .has-float-label label sup,
.formElements .has-float-label > span sup {
  top: 0;
}
.formElements .has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formElements .has-float-label textarea {
  width: 100%;
}
.formElements .has-float-label input,
.formElements .has-float-label select,
.formElements .has-float-label textarea {
  font-weight: normal !important;
  padding-top: 1.3em;
  margin-bottom: 2px;
  border: 0;
  height: 46px;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.formElements .has-float-label input::-webkit-input-placeholder,
.formElements .has-float-label select::-webkit-input-placeholder,
.formElements .has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.formElements .has-float-label input::-moz-placeholder,
.formElements .has-float-label select::-moz-placeholder,
.formElements .has-float-label textarea::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.formElements .has-float-label input:-ms-input-placeholder,
.formElements .has-float-label select:-ms-input-placeholder,
.formElements .has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.formElements .has-float-label input::placeholder,
.formElements .has-float-label select::placeholder,
.formElements .has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.formElements .has-float-label input:invalid:not(:focus)::-webkit-input-placeholder,
.formElements .has-float-label select:invalid:not(:focus)::-webkit-input-placeholder,
.formElements .has-float-label textarea:invalid:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.formElements .has-float-label input:invalid:not(:focus)::-moz-placeholder,
.formElements .has-float-label select:invalid:not(:focus)::-moz-placeholder,
.formElements .has-float-label textarea:invalid:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.formElements .has-float-label input:invalid:not(:focus):-ms-input-placeholder,
.formElements .has-float-label select:invalid:not(:focus):-ms-input-placeholder,
.formElements .has-float-label textarea:invalid:not(:focus):-ms-input-placeholder {
  color: transparent;
}
.formElements .has-float-label input:not(:focus):placeholder-shown::placeholder,
.formElements .has-float-label select:not(:focus):placeholder-shown::placeholder,
.formElements .has-float-label textarea:not(:focus):placeholder-shown::placeholder {
  opacity: 0;
}
.formElements .has-float-label input:not(:focus):-ms-input-placeholder,
.formElements .has-float-label select:not(:focus):-ms-input-placeholder,
.formElements .has-float-label textarea:not(:focus):-ms-input-placeholder {
  color: transparent;
}
.formElements .has-float-label input:not(:focus):not(:placeholder-shown) ~ span,
.formElements .has-float-label select:not(:focus):not(:placeholder-shown) ~ span,
.formElements .has-float-label textarea:not(:focus):not(:placeholder-shown) ~ span {
  color: #666;
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.formElements .has-float-label input:not(:focus):not(:-ms-input-placeholder) ~ span,
.formElements .has-float-label select:not(:focus):not(:-ms-input-placeholder) ~ span,
.formElements .has-float-label textarea:not(:focus):not(:-ms-input-placeholder) ~ span {
  color: #666;
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.formElements .has-float-label input:not(:focus) + *,
.formElements .has-float-label select:not(:focus) + *,
.formElements .has-float-label textarea:not(:focus) + * {
  top: 1.5em;
}
.formElements .has-float-label input:placeholder-shown:not(:focus) + * {
  top: 1.5em;
}
.formElements .has-float-label input:focus,
.formElements .has-float-label select:focus,
.formElements .has-float-label textarea:focus {
  outline: 0;
  border-color: #B68A35;
}
.formElements .has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml); charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg'viewBox='0 0 4 5'%3E%3Cpath fill='%23333'd='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}
.formElements input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}
.formElements input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
.formElements input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}
.formElements input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

h4.mainTitle {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 14px;
  text-align: left;
  display: inline-block;
}
h4.mainTitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B68A35;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}

/* .signin-wrapper end here */
.signup-wrapper {
  background: #B68A35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .signup-wrapper {
    width: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .signup-wrapper {
    grid-row: 2 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.signup-wrapper .signupDetail {
  text-align: center;
}
.signup-wrapper .signupDetail .userIcon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B68A35;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.signup-wrapper .signupDetail h2 {
  font-family: sans-serif;
  color: #fff;
  margin: 0.8rem 0px 2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 425px) {
  .signup-wrapper .signupDetail h2 {
    text-align: center;
  }
}

.signupDetailText {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}

.signupDetailTextUAEPASS {
  padding-top: 10px;
  margin-bottom: 16px;
  font-size: 14px;
}

.infoSlider {
  grid-row: 1;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 1024px) {
  .infoSlider {
    grid-row: 2;
    grid-column: 1/span 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1/span 3;
  }
}
@media only screen and (max-width: 600px) {
  .infoSlider {
    grid-row: 3;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .infoSlider {
    width: 370px;
  }
}

.recaptchaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  z-index: 11;
  padding-bottom: 1px;
}

.regBtn {
  background: #fff;
  color: #B68A35;
  padding: 4px 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  max-width: 108px;
  width: 100%;
}

.loginBtnBox {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 22px;
}

.editMain {
  box-shadow: 0 0 15px #e4e4e4;
  margin-bottom: 0.4rem;
  margin: 0 auto;
  max-width: 690px;
}
@media only screen and (max-width: 1024px) {
  .editMain {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (max-width: 425px) {
  .editMain {
    grid-template-columns: 1fr 0fr;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .editMain {
    background-color: #ffffff;
  }
}
.editMain .carousel-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.editForm {
  text-align: left;
  position: relative;
  background-color: var(--whiteClr);
  padding: 2.2rem;
}
@media only screen and (max-width: 600px) {
  .editForm {
    padding: 1rem;
  }
}
.editForm fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}
.editForm fieldset:not(:first-of-type) {
  display: none;
}

#frmThreeStepsFrom {
  text-align: left;
  position: relative;
  background-color: var(--whiteClr);
  padding: 2.2rem;
}
@media only screen and (max-width: 600px) {
  #frmThreeStepsFrom {
    padding: 1rem;
  }
}

#frmThreeStepsFrom fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}

#frmThreeStepsFrom fieldset:not(:first-of-type) {
  display: none;
}

.action-button {
  background-image: linear-gradient(to right, #B68A35 0%, #ddb25f 51%, #B68A35 100%);
  background-size: 200% auto;
  transition: 0.5s;
  background-color: #B68A35;
  border: 1px solid #B68A35;
  padding: 0.6rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  min-width: 160px;
  margin: 0 auto;
  display: inherit;
}
.action-button:hover, .action-button:focus, .action-button:active {
  background-position: right center;
  background-color: #B68A35;
  border-color: #B68A35;
  box-shadow: 0 0 10px #bfbfbf;
  color: #fff;
}
@media only screen and (max-width: 425px) {
  .action-button {
    min-width: 120px;
  }
}

.registerMain, .AddMobileNumberMain {
  box-shadow: 0 0 15px #e4e4e4;
  margin-bottom: 0.4rem;
  max-width: 690px;
  margin: 0 auto;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 130px;
  grid-template-columns: auto 130px;
  min-height: 540px;
}
@media only screen and (max-width: 600px) {
  .registerMain, .AddMobileNumberMain {
    grid-template-columns: 1fr 0fr;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .registerMain, .AddMobileNumberMain {
    background-color: #ffffff;
  }
}
.registerMain .carousel-img, .AddMobileNumberMain .carousel-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.action-button-previous {
  background-image: linear-gradient(to right, #707070 0%, #909090 51%, #707070 100%);
  background-size: 200% auto;
  transition: 0.5s;
  background-color: #707070;
  border: 1px solid #707070;
  padding: 0.6rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  min-width: 160px;
}
.action-button-previous:hover, .action-button-previous:focus, .action-button-previous:active {
  background-position: right center;
  background-color: rgb(144, 144, 144);
  border-color: #707070;
  box-shadow: 0 0 10px #bfbfbf;
  color: #fff;
}
@media only screen and (max-width: 425px) {
  .action-button-previous {
    min-width: 110px;
  }
}

.progressbar {
  padding: 0;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}

.progressbar .active {
  color: #000000;
}

.progressbar li {
  list-style-type: none;
  font-size: 13px;
  position: relative;
  min-width: 100px;
}

.progressbar span.separator {
  height: 1px;
  background-color: #ccc;
  width: 100%;
  margin-top: 8px;
}

.editBox {
  max-width: 70%;
  margin: 0 auto 20px;
}

.wizardBox {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #f1f1f1;
  border-radius: 4px;
  padding: 20px;
}

/******/
.progressbar li span:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  border: 1px solid #B68A35;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.progressbar li:nth-child(2) {
  flex: 1;
  text-align: center;
}

.progressbar li:nth-child(2) span {
  margin: 0 auto;
  background: #fff;
}

.progressbar li:nth-child(2):after {
  content: "";
  width: 110%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: -5%;
  top: 8px;
  z-index: 1;
}

.progressbar li.active span:before {
  background: #B68A35;
}

.progressbar li span {
  max-width: 80px;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 12;
}

.ssoForm:not(.editForm) .progressbar li.active:first-child span:last-child {
  display: none;
}

.customRadio {
  text-align: left;
  margin: 0;
}
.customRadio input:checked,
.customRadio input:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0;
}
.customRadio input:checked ~ label,
.customRadio input:not(:checked) ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #B68A35;
}
.customRadio input:checked ~ label:before,
.customRadio input:not(:checked) ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
.customRadio input:checked ~ label:after,
.customRadio input:not(:checked) ~ label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #707070;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.customRadio input:not(:checked) ~ label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.customRadio input:checked ~ label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.customRadio input:disabled ~ label:before {
  border: 1px solid #d0d0d0 !important;
}
.customRadio input:disabled ~ label {
  color: #d0d0d0 !important;
}
.customRadio input:checked ~ label {
  font-weight: bolder;
}

.lblTitle {
  color: #B68A35;
}

.lblValue {
  display: block;
  font-weight: 600;
}

.eid {
  display: block;
  font-size: 18px;
  color: #a2a2a2;
}

.greyClr {
  color: #a2a2a2 !important;
}

.mw-270 {
  width: 270px !important;
}

.digit-group {
  text-align: left;
  display: flex;
  width: 250px;
  margin: 0 auto;
}
.digit-group input {
  width: 30px;
  height: 40px;
  border: none;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: #707070;
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.digit-group input:focus, .digit-group input:focus-visible, .digit-group input:visited, .digit-group input:active {
  box-shadow: none;
  outline: none;
  background-color: transparent;
  background: transparent;
}
.digit-group input:-webkit-autofill, .digit-group input:-webkit-autofill:hover, .digit-group input:-webkit-autofill:focus, .digit-group input:-webkit-autofill:active {
  background-color: #ffffff;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.gtc-100 {
  grid-template-columns: 100%;
}

.resendOtp {
  float: left;
  margin-top: 10px;
  font-size: 12px;
  color: #707070;
  text-decoration: none;
  border-bottom: 1px solid #bebebe;
  visibility: hidden;
  min-height: 20px;
}

.field-error {
  visibility: hidden;
  width: 100%;
  font-size: 80%;
  color: #dc3545;
  min-height: 26px;
}

.has-error .has-float-label input {
  border-bottom-color: #dc3545;
}
.has-error .has-float-label i {
  color: #dc3545;
}
.has-error .field-error {
  visibility: visible;
}

.mw-720 {
  max-width: 720px;
}

/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.formElements .has-float-label input:-webkit-autofill ~ span,
.formElements .has-float-label input:-webkit-autofill:hover ~ span,
.formElements .has-float-label input:-webkit-autofill:focus ~ span,
.formElements .has-float-label textarea:-webkit-autofill ~ span,
.formElements .has-float-label textarea:-webkit-autofill:hover ~ span,
.formElements .has-float-label textarea:-webkit-autofill:focus ~ span,
.formElements .has-float-label select:-webkit-autofill ~ span,
.formElements .has-float-label select:-webkit-autofill:hover ~ span,
.formElements .has-float-label select:-webkit-autofill:focus ~ span {
    color: #666666;
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
}
*/
.inputContainer {
  clear: both;
  overflow: hidden;
  margin-top: 28px;
}

.langSwitch {
  font-family: "DroidKufi-Regular";
}

.langAr {
  font-family: "DroidKufi-Regular";
}

.btn {
  padding: 10px !important;
  padding-top: 11px;
  line-height: 22px;
}

input:disabled {
  background-color: transparent;
}

input:disabled ~ span, input:disabled ~ i {
  color: #ccc !important;
}

.pageLoader {
  width: 100%;
  height: 4px;
  background-color: #dadada;
  position: absolute;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
}
.pageLoader .firstL {
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: primary-translate 2s infinite linear;
}
.pageLoader .firstL span {
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #c7800d;
  display: inline-block;
  animation: primary-child-translate 2s infinite linear;
}
.pageLoader .secL {
  height: 100%;
  position: absolute;
  width: 100%;
  animation: secondary-translate 2s infinite linear;
}
.pageLoader .secL span {
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #c7800d;
  display: inline-block;
  animation: secondary-child-translate 2s infinite linear;
}

@keyframes primary-translate {
  0% {
    -webkit-transform: translateX(-145.166611%);
    transform: translateX(-145.166611%);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    -webkit-transform: translateX(-145.166611%);
    transform: translateX(-145.166611%);
  }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    -webkit-transform: translateX(-61.495191%);
    transform: translateX(-61.495191%);
  }
  100% {
    -webkit-transform: translateX(55.444446%);
    transform: translateX(55.444446%);
  }
}
@keyframes primary-child-translate {
  0% {
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08);
  }
  36.65% {
    -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08);
  }
  69.15% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    -webkit-transform: scaleX(0.661479);
    transform: scaleX(0.661479);
  }
  100% {
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08);
  }
}
@keyframes secondary-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    -webkit-transform: translateX(-54.888891%);
    transform: translateX(-54.888891%);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    -webkit-transform: translateX(-17.236978%);
    transform: translateX(-17.236978%);
  }
  48.35% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    -webkit-transform: translateX(29.497274%);
    transform: translateX(29.497274%);
  }
  100% {
    -webkit-transform: translateX(105.388891%);
    transform: translateX(105%);
  }
}
@keyframes secondary-child-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08);
  }
  19.15% {
    -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    -webkit-transform: scaleX(0.457104);
    transform: scaleX(0.457104);
  }
  44.15% {
    -webkit-animation-timing-function: cubic-bezier(0.257759, 0.003163, 0.211762, 1.38179);
    animation-timing-function: cubic-bezier(0.257759, 0.003163, 0.211762, 1.38179);
    -webkit-transform: scaleX(0.72796);
    transform: scaleX(0.72796);
  }
  100% {
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08);
  }
}
.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
  display: none;
}

footer.sso-footer {
  color: #333333;
  display: flex;
  padding: 0.4rem 0;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 600px) {
  footer.sso-footer {
    flex-direction: column-reverse;
  }
}
footer.sso-footer .copyRight {
  text-transform: uppercase;
  font-size: 0.8em;
  font-size: 12px;
  max-width: 324px;
  padding-top: 2px;
}
@media only screen and (max-width: 600px) {
  footer.sso-footer .copyRight {
    max-width: 100%;
    text-align: center;
    height: 96px;
  }
}
footer.sso-footer .footerLinks {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  footer.sso-footer .footerLinks {
    height: auto;
  }
}
footer.sso-footer .footerLinks a {
  color: #333333;
  margin: 0 4px;
  text-decoration: none;
  border-bottom: 1px solid #bebebe;
  font-size: 12px;
  height: 22px;
  border-radius: 0;
}
footer.sso-footer .footerLinks a:last-child {
  margin-right: 0px;
  line-height: 30px;
}
footer.sso-footer .footerSubLinks {
  display: flex;
}

.container-custom-width {
  max-width: 1000px;
}
@media only screen and (max-width: 1024px) {
  .container-custom-width {
    max-width: 690px;
  }
}

.footer-custom-width {
  max-width: 690px;
  margin: 0 auto;
}

.alert {
  text-align: justify;
  border-width: 4px;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
}

.rememberWrapper {
  padding-top: 8px !important;
}

.btn-sso-primary {
  background-image: linear-gradient(to right, #B68A35 0%, #ddb25f 51%, #B68A35 100%);
  background-size: 200% auto;
  transition: 0.5s;
  background-color: #B68A35;
  border-color: #B68A35;
  box-shadow: 0 0 10px #bfbfbf;
  color: #fff;
  padding: 0.6rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  min-width: 140px;
}
.btn-sso-primary:hover, .btn-sso-primary:focus, .btn-sso-primary:active {
  background-position: right center;
  background-color: #B68A35;
  border-color: #B68A35;
  box-shadow: 0 0 10px #bfbfbf;
  color: #fff;
}

.btn-sso-secondary {
  background-image: linear-gradient(to right, #707070 0%, #909090 51%, #707070 100%);
  background-size: 200% auto;
  transition: 0.5s;
  background-color: #707070;
  border: 1px solid #707070;
  box-shadow: 0 0 10px #bfbfbf;
  padding: 0.6rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  min-width: 120px;
}
.btn-sso-secondary:hover, .btn-sso-secondary:focus, .btn-sso-secondary:active {
  background-position: right center;
  background-color: rgb(144, 144, 144);
  border-color: #707070;
  box-shadow: 0 0 10px #bfbfbf;
  color: #fff;
}

.carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.carousel-item.img_1 {
  background-image: url("/images/carousel/vert1.jpg");
}
@media only screen and (max-width: 1024px) {
  .carousel-item.img_1 {
    background-image: url("/images/carousel/horz1.jpg");
  }
}
.carousel-item.img_2 {
  background-image: url("/images/carousel/vert2.jpg");
}
@media only screen and (max-width: 1024px) {
  .carousel-item.img_2 {
    background-image: url("/images/carousel/horz2.jpg");
  }
}
.carousel-item.img_3 {
  background-image: url("/images/carousel/vert3.jpg");
}
@media only screen and (max-width: 1024px) {
  .carousel-item.img_3 {
    background-image: url("/images/carousel/horz3.jpg");
  }
}
.carousel-item.img_4 {
  background-image: url("/images/carousel/vert4.jpg");
}
@media only screen and (max-width: 1024px) {
  .carousel-item.img_4 {
    background-image: url("/images/carousel/horz4.jpg");
  }
}
.carousel-item.img_5 {
  background-image: url("/images/carousel/vert5.jpg");
}
@media only screen and (max-width: 1024px) {
  .carousel-item.img_5 {
    background-image: url("/images/carousel/horz5.jpg");
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-item {
    min-width: 370px;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel-item {
    height: 340px;
  }
}

.form-check {
  min-height: 2rem;
  margin-top: 10px;
}
.form-check label {
  line-height: 2em;
}
.form-check .form-check-input {
  height: 1.6em;
  width: 3em;
  margin-left: -4em;
}
.form-check .form-check-input:focus {
  border-color: #ccc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #B68A35;
  border-color: #B68A35;
}
.form-check .form-check-input:checked:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  border-color: #B68A35;
  outline: 0;
  box-shadow: none;
}

.lbl-button {
  color: #b78129;
}

.form-switch {
  padding-left: 4em;
}

/* for mobile only*/
@media only screen and (max-width: 600px) {
  .editBox {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .editBox fieldset {
    max-width: 400px;
    margin: 0 auto;
  }
}

.otpBox {
  max-width: 540px;
}
.otpBox .loginMain {
  min-height: 400px;
  grid-template-columns: auto !important;
}
.otpBox .loginMain .signup-wrapper, .otpBox .loginMain .infoSlider {
  display: none;
}
.otpBox .sso-footer {
  flex-direction: column;
}
.otpBox .sso-footer .copyRight {
  max-width: 100%;
}
.otpBox #divOTP {
  max-width: 204px;
  margin: 0 auto;
  text-align: center;
}
.otpBox .resendOtp {
  float: none;
}

.wotSlider {
  max-width: 690px;
}
.wotSlider .loginMain {
  grid-template-columns: auto 130px;
}
.wotSlider .loginMain .infoSlider {
  display: none;
}
.wotSlider footer.sso-footer {
  flex-direction: column-reverse;
}

.wotSliderwotUser {
  max-width: 480px;
}
.wotSliderwotUser .loginMain {
  grid-template-columns: auto 130px;
}
.wotSliderwotUser .loginMain .infoSlider {
  display: none;
}
.wotSliderwotUser .signin-wrapperUAEPASS {
  min-width: 408px;
}
.wotSliderwotUser footer.sso-footer {
  flex-direction: column-reverse;
}

.landingMain {
  box-shadow: 0 0 15px #e4e4e4;
}
.landingMain div.gallery {
  margin: 10px 20px;
}
.landingMain div.gallery a {
  text-decoration: none;
}
.landingMain div.gallery img {
  width: auto;
}
.landingMain div.desc {
  color: #B68A35;
  text-align: center;
  margin-top: 10px;
  width: 170px;
  white-space: normal;
}
.landingMain .gallery::after {
  content: "";
  clear: both;
  display: table;
}
.landingMain .content-wrapper {
  background-color: #FAFAFA;
  padding: 20px 20px;
  border: 1px solid #f1e9e9;
  border-radius: 10px;
  box-shadow: 0 0 13px #cec2c2;
  overflow: hidden;
  width: 670px;
  margin: 0 auto;
}
.landingMain .box {
  border-radius: 10px;
  border: 1.5px solid lightgrey;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px #dedede;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  text-align: center;
  width: 170px;
  align-items: center;
  justify-content: center;
  height: 130px;
}
.landingMain .extLinksWrap {
  display: flex;
  max-width: 630px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 10px 0px 30px;
}
.landingMain .btn:focus, .landingMain .btn:active {
  outline: none;
  box-shadow: none;
}

/* MOI Loader */
#loader-wrapper {
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 360px;
  height: 100%;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.5);
  direction: ltr;
  margin: auto;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #02853e;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader-text {
  display: block;
  position: relative;
  text-align: center;
  left: 50%;
  top: 40%;
  width: 400px;
  height: auto;
  margin: 16px 0 0 -200px;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000000;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.logosmoi img {
  height: auto;
  width: 100%;
}

.logosmoi {
  height: 81px;
  left: 50%;
  margin: -36px 0 0 -36px;
  position: absolute;
  top: 40%;
  width: 70px;
}

/* End */
.popover-body {
  color: #B68A35;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .popover-body {
    font-size: 11px;
  }
}

.popupInfo svg {
  color: #B68A35;
}

.has-float-label .popover {
  max-width: unset !important;
  width: auto;
  transform: initial !important;
  top: 64px !important;
  left: auto !important;
  right: -1px !important;
}

.toast {
  width: 100% !important;
}

.toast-body {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .footerLinks {
    text-align: center !important;
  }
  .footerLinks :last-child {
    text-align: center !important;
  }
}

.dropdown-adjusted {
  margin-top: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  top: -18px !important;
  min-width: 190px;
}

a.helpeLink {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
a.helpeLink:hover {
  text-decoration: underline;
}

.grayscale {
  filter: grayscale(100);
}

.uaepass {
  padding: 0px 0px 0px 0px !important;
  background-color: transparent;
  border: none;
}

#divUAEPASSLogin .small.pt-3 {
  font-size: 0.82em;
}

.d-noneInitial {
  display: none;
}

.z-index99999 {
  z-index: 99999;
}

.hiddenButton {
  visibility: hidden;
  overflow: visible !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.c-pointer {
  cursor: pointer;
}

.v-hidden {
  visibility: hidden;
}

.clear-both {
  clear: both;
}

.hh1 {
  visibility: hidden;
  height: 1px;
}

.defaultForm {
  visibility: hidden;
  overflow: visible !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.maintenance {
  font-size: 14pt;
}

.addMobileContainer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.addMobileContainer .addMobile {
  font-size: 0.9em;
  color: #333333;
  text-decoration: none;
  margin-left: 0px;
  right: 0px;
}
.addMobileContainer .addMobile:hover {
  color: #d69f46;
}
.addMobileContainer .addMobile span {
  margin-left: 4px;
  margin-right: 4px;
}
.addMobileContainer i {
  position: relative;
  right: auto;
  left: auto;
  top: 2px;
  bottom: auto;
  color: #B68A35;
  font-size: 1.5em;
}
.addMobileContainer #toolTipContainer1 {
  padding-left: 8px;
}

.addMobileMain .progressbar li span {
  max-width: 120px;
}

.faceRecognitionRowStepTd {
  width: 36px;
  height: 40px;
  text-align: center;
  vertical-align: central;
}

.faceRecognitionRowStepTd .success {
  font-size: 20px;
  color: #248f2b;
  position: relative;
  top: 2px;
}

.progressTable .faceRecognitionRowStepTd .error {
  font-size: 20px;
  color: #ba2323;
  position: relative;
  top: 2px;
}

.progressTable .rowStep {
  width: 36px;
  height: 40px;
  text-align: center;
  vertical-align: central;
}

.loginMainUAEPASS #btnLoginWithUAEPASS {
  margin-top: 16px;
  margin-bottom: 16px;
}

.loginMainUAEPASS .carousel-item {
  height: 466px;
}
@media only screen and (max-width: 1024px) {
  .loginMainUAEPASS .carousel-item {
    height: 340px;
  }
}

.UAEPASSDESC {
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .loginMainUAEPASS .signup-wrapper {
    padding: 30px 20px;
    grid-row: 1;
    grid-column: 3;
  }
}
@media only screen and (max-width: 600px) {
  .loginMainUAEPASS .signup-wrapper {
    padding: 20px 20px;
  }
}