/* unified app new login register tab css start */
.UNFAPP-signlog-tabarea {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 15px 0px 0px 0px;
}
:last-child
.UNFAPP-signlog-tab-btn-area {
  width: 100%;
  display: inline-block;
  padding: 0px 5px;
}

.UNFAPP-signlog-tabarea .nav-tabs {
  border-radius: 8px;
  border: 1px solid rgba(148, 161, 177, 1);
  background: rgba(250, 250, 250, 1);
  margin-bottom: 25px !important;
}

.UNFAPP-signlog-tabarea .nav-item {
  flex: 1;
}

.UNFAPP-signlog-tabarea .nav-link {
  width: 100%;
  float: left;
  padding: 9px 10px;
  border-radius: 5px;
  background: transparent;
  height: auto !important;
  font-family: "Montserrat", sans-serif !important;
  border: none;
  text-align: center;
  color: #959FAD;
  font-size: 14px;
  font-weight: 500;
}

.UNFAPP-signlog-tabarea .nav-link.active {
  background: rgba(60, 141, 203, 1);
  color: #fff !important;
}

.UNFAPP-signlog-tabarea .mat-tab-body-wrapper {
  overflow: hidden;
}

.UNFAPP-tab-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.UNFAPP-signlog-tabarea .mat-tab-header {
  padding: 0px 5px;
}

.UNFAPP-signlog-tabarea .mat-tab-body {
  margin-top: 0px !important;
  padding: 30px 0px;
}

.UNFAPP-tab-wrap .UNFAPP-signlog-form-area {
  padding: 0px 5px;
}

.UNFAPP-signlog-tabarea .mat-tab-body-content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* unified app new login register tab css ended */




.UNFAPP-signlog-full-area {
  width: 100%;
  min-height: 500px;
  background: #f0f6fb;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}

.UNFAPP-signlog-frm-wrpbx {
  width: 90%;
  max-width: 570px;
  position: relative;
  margin: 50px auto 0px;
}

.UNFAPP-signlog-frmbx {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(60, 141, 203, 1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.UNFAPP-signlog-frmbx:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: rgba(60, 141, 203, 1);
  border-radius: 10px 10px 0px 0px;
}

.UNFAPP-signlog-hdng {
  width: 100%;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.UNFAPP-signlog-hdng.lightbold {
  color: #263643;
  font-weight: 500;
}

.UNFAPP-signlog-hdng.light {
  font-weight: 500;
  color: #748494;
}

.UNFAPP-signlog-hdng.sm-hdng {
  font-size: 16px;
}

.UNFAPP-signlog-hdng.blue {
  color: #00354E;
}

.UNFAPP-signlog-stphdng {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  color: #748494;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.UNFAPP-signlog-stphdng.darkbold {
  color: #000;
  font-weight: 600;
}

.UNFAPP-acnt-link-hdng {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.UNFAPP-signlog-full-area p {
  font-size: 14px;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #748494;
  padding: 0px;
  margin-bottom: 15px;
}

.UNFAPP-signlog-full-area a {
  text-decoration: none;
  color: #3C8DCB;
}

.UNFAPP-signlog-hdng-wrap {
  text-align: center;
}

.UNFAPP-signlog-form-area {
  width: 100%;
  display: inline-block;
  padding: 0px 20px;
}

.UNFAPP-form-fld-row {
  width: 100%;
  display: inline-block;
  position: relative;
}

.UNFAPP-form-fld-row>.UNFAPP-form-field-title {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  color: #324452;
}

.UNFAPP-form-fld-wrp {
  position: relative;
  margin: 0px 0px 25px 0px;
}

.UNFAPP-fld-error {
  width: 100%;
  float: left;
  margin-top: -22px;
  color: rgba(214, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.UNFAPP-form-fld-wrp.UNFAPP-wthicon .UNFAPP-form-fld {
  padding-left: 35px;
}

.UNFAPP-frmicon {
  position: absolute;
  top: 11px;
  left: 12px;
}

.UNFAPP-form-fld {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(148, 161, 177, 1);
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.UNFAPP-signlog-grdarea {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 30px 0px;
}

.UNFAPP-grdlist-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -4px;
  padding: 0px;
  list-style-type: none;
}

.UNFAPP-grdlist-area>li {
  width: 18%;
  margin: 0px 4px 8px;
  display: inline-block;
}

.UNFAPP-grdlist-area.three>li {
  width: 31%;
}

.UNFAPP-grd-radio {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.UNFAPP-grd-radio>input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.UNFAPP-grd-radio>.UNFAPP-grd-radiobx {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 232, 241, 1);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.UNFAPP-grd-radio>input:checked+div {
  border: 1px solid rgba(60, 141, 203, 1);
  background: rgba(216, 237, 254, 1);
}

.UNFAPP-update-txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #748494;
  margin-bottom: 15px;
}

.UNFAPP-update-txt input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.UNFAPP-terms-text {
  text-align: center;
  font-size: 14px;
    color: #748494;
    font-weight: 500;
    margin-bottom: 0px;
}

.UNFAPP-frm-actn-area {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 0px;
}

.UNFAPP-blue-btn {
  width: auto;
  display: inline-block;
  background: rgba(60, 141, 203, 1);
  border-radius: 56px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  border: none;
  appearance: none;
  color: #fff;
}

.UNFAPP-full-btn {
  width: 100%;
}


.UNFAPP-trgt-exam-area {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 15px 0px 0px 0px;
}

.UNFAPP-trgt-exam-hdng {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 10px;
}

.UNFAPP-trgt-examlstbx {
  width: 100%;
  display: inline-block;
  position: relative;
}

ul.UNFAPP-examlst {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 20px 0px;
  list-style-type: none;
}

ul.UNFAPP-examlst li {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}

.UNFAPP-examlabel {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
}

.UNFAPP-examlabel>input {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.UNFAPP-examlabel>.UNFAPP-labelinfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 40px 10px 20px;
  border: 1px solid rgba(231, 232, 241, 1);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.UNFAPP-examlabel-hdng {
  color: rgba(38, 54, 67, 1);
  font-size: 15px;
  font-weight: 500;
  padding: 0px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.UNFAPP-examlabel p {
  color: rgba(85, 101, 117, 1);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
}

.UNFAPP-examlabel>input:checked+.UNFAPP-labelinfo {
  background: rgba(216, 237, 254, 1);
  border: 1px solid rgba(60, 141, 203, 1)
}

.UNFAPP-examlabel>input:checked+.UNFAPP-labelinfo:after {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  background: url(/assets/images/registration/green-tick.png) no-repeat center center;
}

.UNFAPP-examlabel>input:checked+.UNFAPP-labelinfo .UNFAPP-examlabel-hdng {
  color: rgba(60, 141, 203, 1);
}


.UNFAPP-loginvia-sectn {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 15px 30px 0px;
}

.UNFAPP-loginvia-sectn.smsp {
  padding: 15px 25px 0px;
}

.UNFAPP-loginvia-hdngarea {
  display: flex;
  /* flex-direction: column; */
  margin-bottom: 30px;
  justify-content: space-between;
}

.UNFAPP-loginvia-hdng {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.UNFAPP-loginvia-subhdng {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(30, 42, 54, 1);
  padding: 0px;
  margin-bottom: 10px;
  text-align: left  ;
}

.UNFAPP-loginvia-subhdng:last-child {
  margin: 0px;
  text-align: left;
}

.UNFAPP-loginvia-actnarea {
  margin: 10px 0px 0px;
}

.UNFAPP-logwthpass {
  margin: 10px 0px;
  text-align: center;
}

.UNFAPP-txt-link,
a.UNFAPP-txt-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: rgba(18, 146, 238, 1);
}

.UNFAPP-verify .UNFAPP-loginvia-hdng {
  margin-bottom: 30px;
}

.UNFAPP-verify.UNFAPP-loginvia-hdngarea {
  margin-bottom: 20px;
}

.UNFAPP-otp-img {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 50px 0px 20px;
}

.UNFAPP-otp-img.nogap {
  margin: 10px 0px 20px;
}

.UNFAPP-otp-fldwrap {
  display: flex;
  justify-content: center;
}

.UNFAPP-otp-fldwrap input {
  width: 45px;
  margin: 0px 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 53, 78, 1);
}

.UNFAPP-otp-fldwrap+label.UNFAPP-fld-error {
  margin-top: -15px;
}

.UNFAPP-otp-time {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: rgba(124, 124, 124, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.UNFAPP-otp-time>* {
  display: inline;
}

.UNFAPP-otp-numbr-edit,
a.UNFAPP-otp-numbr-edit {
  color: rgba(18, 146, 238, 1);
  font-weight: 600;
  font-size: 14px;
  float: right;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.UNFAPP-forgotpass {
  width: 100%;
  display: inline-block;
  margin: 10px 0px;
}

.UNFAPP-frm-eyeicon {
  position: absolute;
  top: 8px;
  right: 12px;
}


/* phone number with country dropdown css start */
.UNFAPP-phncuntry-drpdwn {
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 8px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(148, 161, 177, 1);
  padding: 11px 10px 5px 35px;
  font-size: 14px;
  font-weight: 500;
}

.UNFAPP-phncuntry-fldgrp {
  display: flex;
}

.UNFAPP-phncuntry-fldgrp select {
  width: auto;
  margin-right: 10px;
  appearance: none;
  background: transparent;
  font-size: 14px;
  border: none;
  color: #324452;
  font-weight: 500;
  padding-right: 15px;
  outline: none;
  background: url(/assets/images/registration/select-dropdown-arrow.png) no-repeat right center;
}

.UNFAPP-phncuntry-fldgrp input[type=text],
.UNFAPP-phncuntry-fldgrp input[type=tel],
.UNFAPP-phncuntry-fldgrp input[type=number] {
  background: transparent;
  border: none;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
}

/* phone number with country dropdown css ended */




@media (min-width:768px) {
  .UNFAPP-signlog-hdng.mb-30 {
    margin-bottom: 30px;
  }

  .UNFAPP-otp-expire {
    display: none;
  }
}

@media (max-width:767px) {
  .UNFAPP-signlog-full-area {
    background: #fbfbfb;
    padding-top: 70px;
  }

  .UNFAPP-signlog-frm-wrpbx {
    width: 100%;
    margin: 0px;
  }

  .UNFAPP-signlog-frmbx {
    padding: 55px 20px 0px;
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .UNFAPP-signlog-frmbx:after {
    display: none;
  }

  .UNFAPP-signlog-hdng {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .UNFAPP-signlog-stphdng {
    color: rgba(124, 124, 124, 1);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0px 30px;
    line-height: 1.6;
  }

  .UNFAPP-acnt-link-hdng {
    font-size: 12px;
    color: #748494;
    font-weight: 500;
  }

  .UNFAPP-signlog-form-area {
    padding: 0px;
    margin-top: 20px;
  }

  .UNFAPP-fld-error {
    font-size: 10px;
    font-weight: 600;
  }

  .UNFAPP-signlog-grdarea .UNFAPP-signlog-hdng {
    margin-bottom: 15px;
  }

  .UNFAPP-grdlist-area>li {
    width: 30.5%;
    margin: 0px 4px 8px;
    display: inline-block;
  }

  .UNFAPP-update-txt {
    font-size: 12px;
  }

  .UNFAPP-update-txt input {
    width: 15px;
    height: 15px;
  }

  .UNFAPP-signlog-full-area p.UNFAPP-terms-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 30px;
  }

  .UNFAPP-frm-actn-area {
    padding: 10px 0px 0px;
  }

  .UNFAPP-tab-wrap .UNFAPP-signlog-form-area {
    margin: 0px;
  }

  .UNFAPP-trgt-exam-hdng {
    font-size: 16px;
  }

  .UNFAPP-trgt-exam-area p {
    line-height: 1.6;
  }

  ul.UNFAPP-examlst {
    margin: 5px 0px;
  }

  .UNFAPP-examlabel-hdng {
    margin-bottom: 3px;
  }

  .UNFAPP-loginvia-sectn {
    padding: 0px 5px;
  }

  .UNFAPP-loginvia-hdng {
    font-size: 18px;
  }

  .UNFAPP-loginvia-subhdng {
    font-size: 14px;
    color: rgba(85, 101, 117, 1);
    line-height: 1.6;
  }

  .UNFAPP-logwthpass {
    margin: 25px 0px 10px;
  }


  .UNFAPP-verify .UNFAPP-loginvia-hdng {
    margin-bottom: 10px;
  }

  .UNFAPP-otp-img {
    display: none;
  }

  .UNFAPP-otp-numbr {
    font-size: 20px;
    color: #000;
    /* font-weight: 600; */
    /* float: left; */
    margin-top: 10px;
  }

  .UNFAPP-otp-expire-desk {
    display: none;
  }

  .UNFAPP-otp-expire {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgba(30, 42, 54, 0.5);
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px;
  }

  .UNFAPP-loginvia-sectn.smsp {
    padding: 15px 0px 0px;
  }

  .UNFAPP-otp-fldwrap input {
    width: 100%;
  }

  a.UNFAPP-otp-numbr-edit {
    margin-top: 12px;
  }

  .UNFAPP-otp-time {
    font-size: 16px;
  }

  .UNFAPP-forgotpass {
    text-align: center;
  }

}
