/*Muli fonts*/

@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@700&display=swap");

/*Muli fonts*/

@font-face {
  font-family: "HurmeGeometricSans3 bold";
  src: url("webfonts/HurmeGeometricSans4-Bold.woff2") format("woff2"),
    url("webfonts/HurmeGeometricSans4-Bold.woff") format("woff");
}
@font-face {
  font-family: "HurmeGeometricSans4 bold";
  src: url("webfonts/HurmeGeometricSans4-Bold.woff2") format("woff2"),
    url("webfonts/HurmeGeometricSans4-Bold.woff") format("woff");
}

.disp_none_desktop {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

:focus {
  outline: 0 none;
}

p {
  padding-bottom: 18px;
  line-height: 1.875em;
  letter-spacing: 0.025em;
}

ul,
li {
  text-decoration: none;
  list-style-type: none;
}

p.default_p {
  padding-bottom: 0;
}

a:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 1px dotted #000;
}

body {
  color: #494a4c;
  font-size: 100%;
  font-family: Trebuchet MS;
}

body input,
body select {
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1em;
  line-height: 14px;
}

.margin-remove {
  margin-bottom: 0px !important;
}

.page-container {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.disp_none {
  display: none;
}

.clear-both {
  clear: both;
}

.float-right {
  float: right;
}

p.display-inline-block.secret_ques + .help-msg {
  width: 65%;
}

.display-inline-block {
  display: inline-block;
}

a {
  color: #990033;
  border-bottom: 1px solid #990033;
  line-height: 20px;
}

a:hover {
  border-bottom: 2px solid #990033;
}

#page-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1440px;
}

input[type="text"] {
  border: 1px solid #d4d4d4;
  padding: 8px;
  width: 75%;
  border-radius: 3px;
}

input[type="password"] {
  border: 1px solid #d4d4d4;
  padding: 8px;
  width: 75%;
  border-radius: 3px;
}

#api-header {
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}

.header-wrraper {
  overflow: hidden;
}

h1 {
  color: #ff8201;
  font-size: 2em;
}

.header-wrraper h1 {
  margin-top: 25px;
}

.bck-to-thirdPty {
  margin-bottom: 30px;
}

.bck-to-thirdPty img {
  transform: rotate(180deg);
  margin-right: 5px;
}

.nest-image a {
  border-bottom: none;
  display: inline-block;
}

.nest-image {
  float: left;
  margin-right: 50px;
}
.nest-image img {
  width: 56.094px;
  height: 62.73px;
}
#api-footer {
  overflow: hidden;
}

.footer-wrapper {
  padding: 30px 0;
  margin: 0 auto;
  overflow: hidden;
}

.footer-left-sec {
  float: left;
  width: 72%;
  overflow: hidden;
}

.footer-right-sec {
  float: right;
  width: 28%;
  overflow: hidden;
  padding-top: 40px;
}

.footer-right-sec p {
  margin: 10px 0;
  padding-bottom: 0;
  line-height: 20px;
}

.footer-left-sec ul {
  width: 100%;
}

.footer-left-sec ul li {
  padding: 0px 20px 0 0;
  float: left;
  margin: 10px 0;
  width: 25%;
}

.footer-left-sec ul li:last-child {
  border-right: none;
}

.margin_btmBig {
  margin-bottom: 50px;
}

.margin-btmSml {
  margin-bottom: 20px;
}

.login-page-tabwrp {
  overflow: hidden;
  margin-bottom: 50px;
}

.login-tabs {
  width: 100%;
  display: inline-block;
}

.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links {
  z-index: 999;
}

.tab-links li {
  margin-right: 10px;
  float: left;
  list-style: none;
  border-radius: 5px;
  margin-bottom: -1px;
  border-bottom: none;
}

.tab-links a {
  display: inline-block;
  background: #f5eee8;
  font-size: 14px;
  border: 1px solid #f5eee8;
  font-weight: 600;
  color: #666666;
  border-radius: 0;
  padding: 14px 35px;
}

.tab-links a:hover {
  text-decoration: none;
}

li.active-logTab a {
  background: #fff;
  color: #666666;
  border: 1px solid #ff8201;
  border-bottom: none;
  border-radius: 0;
  padding: 15px 35px 15px;
  top: 0;
}

.tab-content {
  background: #fff;
  border: 1px solid #ff8201;
}

.logTabCon {
  display: none;
}

.logTabCon.active-logTab {
  display: block;
}

.log-wrapper {
  overflow: hidden;
  padding: 40px;
  margin-bottom: 0px;
}

.usernane-field,
.password-field {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}

.user-name,
.pass-word,
.login-button {
  width: 50%;
  float: left;
}

.frg-username,
.frg-pssword,
.locked-out-acc {
  width: 50%;
  float: right;
}

.locked-out-acc p {
  padding-bottom: 0;
  line-height: 18px;
}

.log-wrapper label,
.log-wrapper input {
  display: block;
}

.log-wrapper label {
  margin-bottom: 10px;
}

.log-wrapper input[type="text"] {
  border: 1px solid #d4d4d4;
  padding: 8px;
  width: 75%;
  border-radius: 3px;
}

.frg-username a,
.frg-pssword a {
  margin-top: 20px;
  position: relative;
  top: 40px;
  text-decoration: underline;
}

.float-remove {
  float: none !important;
}

.primary-button {
  background: #990033;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 8px 35px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  border: 1px solid #990033;
  font-family: "Trebuchet MS";
}

.help_msg_app {
  display: none;
}

.Traiing-Icon {
  display: none;
}

.primary-button:hover,
.primary-button:focus {
  background: #77032a;
  border: none;
  border: 1px solid #77032a;
}

.primary-button-mob {
  background: #990033;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 8px 60px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  border: 1px solid #990033;
  font-family: "Trebuchet MS";
}

.primary-button-mob:hover,
.primary-button-mob:focus {
  background: #77032a;
  border: none;
  border: 1px solid #77032a;
}

.updated_group_msg {
  background: #ffef68 url(../images/Icn_alrt_tick_orange_small.png) no-repeat
    10px;
  color: #333;
  padding: 10px 10px 10px 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 60%;
}

.clear_both {
  clear: both;
}

.lower-btns-mob a {
  padding: 8px 50px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.body-left-content .primary-button:hover,
.body-left-content .primary-button:focus {
  background: #77032a;
  border: none;
  border: 1px solid #77032a;
}

.secondary-button {
  background: #fff;
  border-radius: 3px;
  color: #990033;
  display: inline-block;
  padding: 8px 40px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #990033;
}

.secondary-button:hover,
.secondary-button:focus {
  background: #990033;
  color: #fff;
  border: 1px solid #990033;
}

.signup-wrapper {
  padding: 20px 10px;
  overflow: hidden;
}

.signup-wrapper > p {
  padding: 0 0 0 10px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.signup-block-wrp {
  width: 33.33%;
  padding: 20px 10px;
  float: left;
  overflow: hidden;
}

.signup-block-con {
  border: 1px solid #ff8201;
  padding: 15px;
  background: #f5eee8;
  text-align: center;
  overflow: hidden;
}

.signup-block-con h2 {
  color: #990033;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  min-height: 80px;
}

.singup-inner {
  text-align: left;
  /* 	min-height: 300px; */
}

.lower-btns a {
  /*padding: 8px 50px;*/
  width: 70%;
  position: relative;
  bottom: 0;
}

.footer-left-sec a,
.footer-right-sec p {
  font-size: 0.875em;
  text-align: right;
}

.only-for-mob {
  display: none;
}

.info-warn-msg,
.info-error-msg {
  background: #fffdee;
  border: 2px solid #feef88;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  clear: both;
  width: 100%;
}

.info-error-msg-small {
  background: #fffdee;
  border: 2px solid #feef88;
  padding: 5px 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  clear: both;
  float: left;
  min-width: 60%;
  max-width: 85%;
}

.info-warn-msg-small {
  background: #fffdee;
  border: 2px solid #feef88;
  padding: 12px 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  clear: both;
  /* float: left; */
  min-width: 97%;
  max-width: 85%;
}

.info-warn-msg .info-warn-img {
  background-color: #990033;
  display: inline-block;
  float: left;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.info-warn-msg .info-warn-img::after {
  content: "\00a1";
  position: relative;
  font-size: 2em;
  font-weight: bold;
  left: 10px;
  bottom: 5px;
  color: #fff;
}

.info-error-msg .info-error-img {
  background-color: #f20000;
  display: inline-block;
  float: left;
  height: 1.8em;
  width: 1.8em;
  border-radius: 50%;
}

.info-error-msg .info-error-img::after {
  content: "\0021";
  position: relative;
  font-size: 2em;
  font-weight: bold;
  left: 9px;
  bottom: 6px;
  color: #fff;
}

.info-error-msg-small .info-error-img-small {
  background-color: #f20000;
  display: inline-block;
  float: left;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 5px;
}

.info-warn-msg-small .info-warn-img-small {
  background-color: #990033;
  display: inline-block;
  float: left;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 5px;
}

.info-error-msg-small .info-error-img-small::after {
  content: "\0021";
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  left: 7px;
  bottom: 6px;
  color: #fff;
}

.info-warn-msg-small .info-warn-img-small::after {
  content: "\00a1";
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  left: 7px;
  bottom: 6px;
  color: #fff;
}

.info-warn-msg p,
.info-error-msg p,
.info-error-msg-small p,
.info-warn-msg-small p {
  padding: 0 0 0 55px;
}

.info-error-msg-small p {
  padding: 0 0 0 45px;
}

.info-warn-msg-small p {
  padding: 0 0 0 45px;
}

.info-error-msg-small .info-suc-img-small {
  background-color: green;
  display: inline-block;
  float: left;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 5px;
}

.info-error-msg-small .info-suc-img-small::after {
  content: "\2713";
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  left: 4px;
  bottom: 3px;
  color: #fff;
}

.com-org-box {
  border: 1px solid #ff8201;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}

.mob-cancel-next {
  display: none;
}

.com-org-box h2 {
  font-size: 1.6em;
  color: #ff8201;
  margin-bottom: 30px;
}

.lable-inpt-field {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.lable-inpt-field label {
  display: block;
  margin-bottom: 10px;
}

.lable-inpt-field input[type="text"] {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.lable-inpt-field input[type="password"] {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.help-msg {
  float: left;
  padding-top: 5px;
}

.help-msg a {
  background-color: #ffbb00;
  display: inline-block;
  float: left;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  border-bottom: none;
  margin-left: 40px;
}

.help-msg a::after {
  content: "\003F";
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  left: 9px;
  bottom: -4px;
  color: #fff;
}

.help-ico-img {
  background-color: #ffbb00;
  display: inline-block;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  border-bottom: none;
}

.help-ico-img::after {
  content: "\003F";
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  left: 1px;
  bottom: -1px;
  color: #fff;
}

.help-msg a:hover {
  border-bottom: none;
}

.help-content-wrp {
  position: absolute;
}

.help-block-adj {
  height: auto;
  width: 350px;
  border: 1px solid #fff5b0;
  background: #fff;
  overflow: hidden;
  background: #fffdee;
  border-radius: 5px;
  z-index: 99;
}

.help-block-adj-arw {
  content: "";
  display: block;
  position: absolute;
  margin-left: 25px;
  width: 25px;
  height: 25px;
  background: #fffdee;
  border-right: 1px solid #fff5b0;
  border-bottom: 1px solid #fff5b0;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  margin-top: -13px;
}

.help-con-inner {
  padding: 20px 30px 20px 20px;
  z-index: 99;
  position: relative;
}

.inptHelpWrp {
  position: absolute;
}

.inpHelpAdj {
  height: auto;
  width: 70%;
  border: 1px solid #fff5b0;
  background: #fff;
  overflow: hidden;
  background: #fffdee;
  border-radius: 5px;
  z-index: 999;
}

.inpHelpAdj::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -13px;
  width: 25px;
  height: 25px;
  background: #fffdee;
  border-right: 1px solid #fff5b0;
  border-bottom: 1px solid #fff5b0;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: 15px;
}

.inpInnerWrp {
  padding: 20px 30px 20px 20px;
}

.inptHelpWrp1 {
  position: absolute;
}

.inpHelpAdj1 {
  height: auto;
  width: 70%;
  border: 1px solid #fff5b0;
  background: #fff;
  overflow: hidden;
  background: #fffdee;
  border-radius: 5px;
  z-index: 999;
}

.inpHelpAdj1::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -13px;
  width: 25px;
  height: 25px;
  background: #fffdee;
  border-right: 1px solid #fff5b0;
  border-bottom: 1px solid #fff5b0;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: 185px;
}

.inpInnerWrp1 {
  padding: 20px 30px 20px 20px;
}

ul.bullet_temp li {
  background: transparent url(../images/Bullet_burgundy.gif) no-repeat left 10px;
  padding-left: 12px;
  padding-bottom: 10px;
}

ul.bullet_temp li.pass {
  background: transparent url(../images/bullet_pass.png) no-repeat 0px 3px;
  padding-left: 24px;
  padding-bottom: 10px;
  color: #49d10a;
}

ul.bullet_temp li.fail {
  background: transparent url(../images/bullet_fail.jpg) no-repeat 2px 5px;
  padding-left: 24px;
  padding-bottom: 10px;
  color: red;
}

.red {
  color: #f00;
}

.orange {
  color: #ff8202;
}

.green {
  color: #49d10a;
}

form#paymentGeneration ul.bullet_temp li {
  padding-bottom: 3px;
  text-indent: -8px;
}

ul.bullet_temp li.last {
  padding-bottom: 0px;
}

ul.bullet_temp {
  padding-bottom: 10px;
}

ul.bullet-list li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 18px;
}

ul.bullet-list li::before {
  content: "\2022";
  color: #990033;
  display: inline-block;
  width: 0.7em;
}

.help-con-inner p {
  line-height: 18px;
  font-size: 1em;
}

.help-con-inner p:last-child {
  padding-bottom: 0;
}

.cancel-next-btn {
  width: 100%;
  overflow: hidden;
}

.cancel-next-btn input.secondary-button {
  float: left;
  margin-right: 20px;
}

.cancel-next-btn a.secondary-button {
  float: left;
  margin-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cancel-next-btn a.primary-button {
  float: left;
  margin-right: 20px;
  padding: 8px 50px;
}

.mob-mssg {
  display: none;
}

.frgot-link {
  width: 100%;
  overflow: hidden;
}

.frgot-link div {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.frgot-link a {
  float: right;
}

.frgot-link a:hover {
  line-height: 19px;
}

.scr-qTitle {
  float: left;
  width: 50%;
}

.scr-qTitle p {
  font-weight: bold;
}

.help-msg {
  float: right;
  width: 50%;
}

.scr-lable-inpt {
  width: 100%;
  display: block;
  overflow: hidden;
}

.scr-lable-inpt input {
  margin-bottom: 20px;
}

.srct-ques {
  overflow: hidden;
  margin-bottom: 40px;
}

.titlePlusHelp {
  overflow: hidden;
  width: 100%;
}

.srct-ques .help-msg {
  margin-left: 0;
  padding-top: 0;
}

.scr-lable-inpt label {
  margin-right: 20px;
}

.scr-lable-inpt input[type="text"] {
  width: 50%;
}

.manage-stting-wrp {
  overflow: hidden;
  width: 100%;
  padding-bottom: 200px;
}

.settings-icon-wrp {
  float: left;
  padding: 20px;
  text-align: center;
  width: 33.333%;
}

.setting-icon-img a,
.setting-icon-img a:hover {
  border-bottom: none;
  display: inline-block;
  width: 50%;
}

.manage-stting-wrp .settings-icon-wrp:last-child a img {
  margin-top: -15px;
}

.manage-stting-wrp .settings-icon-wrp:first-child a img {
  margin-top: -5px;
}

.manage-stting-wrp .settings-icon-wrp:first-child a span {
  margin-top: -15px;
}

.manage-stting-wrp .settings-icon-wrp:nth-child(2n) a span {
  margin-top: -20px;
}

.manage-stting-wrp .settings-icon-wrp:last-child a span {
  margin-top: -15px;
  padding-right: 15px;
}

.setting-icon-img a span {
  display: block;
}

.admin-sec .frgot-link div {
  margin-bottom: 0;
}

.admin-sec .scr-qTitle p {
  font-size: 1.1em;
  line-height: 20px;
}

.sel-srct-ques select {
  width: 50%;
  border: 1px solid #d4d4d4;
  padding: 8px;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #fff;
}

.src-ques-head {
  font-weight: bold;
  font-size: 1.2em;
}

.col-red {
  color: red;
}

.succ-fail-img {
  margin-bottom: 30px;
}

.success-img {
  background-color: #006600;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.success-img::after {
  content: "\2713";
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  bottom: 1px;
  color: #fff;
}

.failure-img {
  background-color: #f20000;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.failure-img::after {
  content: "\0021";
  position: relative;
  font-size: 2em;
  font-weight: bold;
  bottom: 6px;
  color: #fff;
}

.successID1 p {
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
}

.failureID1 p {
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
}

a.no-underline,
a.no-underline:hover {
  border-bottom: none;
}

.mob-swt-tabs {
  display: none;
  text-align: center;
  overflow: hidden;
}

.modal-background {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modalPop-outer {
  top: 20%;
  background-color: #fffdee;
  margin: 20px auto;
  padding: 30px 0px 0;
  width: 70%;
  position: relative;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.modalPop-outer p {
  line-height: 1.3em;
}

.close_popBtn {
  overflow: hidden;
  bottom: 0;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.close_popBtn a {
  border-bottom: none;
}

.close_popBtn a:hover {
  border-bottom: none;
}

.close_popup {
  width: 100%;
  background: #990033;
  display: inline-block;
  padding: 8px 0;
  color: #fff;
}

.modalPop {
  background: #666;
  opacity: 0.5;
}

.close-help {
  position: absolute;
  background-color: #ff8201;
  display: inline-block;
  float: left;
  height: 1.1em;
  width: 1.1em;
  border-radius: 50%;
  margin-top: 5px;
  border-bottom: none;
  right: 10px;
  top: 5px;
}

.close-help:hover {
  border-bottom: none;
}

.close-help::after {
  content: "\00d7";
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  left: 2.8px;
  bottom: 2px;
  color: #fff;
}

.out-popWrp {
  padding: 0 20px 20px;
}

.out-popWrp-text {
  text-align: left;
  padding-left: 5px;
}

.col-burgandy-inpt {
  color: #990033;
  font-size: 0.875em;
}

.empty-backGround {
  height: 215px;
  max-width: 1440px;
  position: relative;
  display: none;
}

ol.default_padding li:last-child {
  padding-bottom: 0;
}

input[type="submit"].primary-button {
  padding: 11px 46px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
}

input[type="submit"].secondary-button {
  padding: 11px 42px;
}

#confmPassMsg,
#confirmFailMsg,
#retypeFailMsg,
#retypeComlMsg,
#retypediffEntry,
#fieldEmpty,
#serverError,
#invalidUsername,
#moreThan50,
#lessThan6 {
  display: none;
}

.desk-gone {
  display: none;
}

.alignLeft {
  text-align: left;
}

a.no-undLineLink {
  border-bottom: none !important;
}

a.no-undLineLink:hover {
  border-bottom: 1px solid #990033 !important;
}

.flex{
  display: flex;
}
.dir-column{
  flex-direction: column;
}
.flex-jc-center{
  display: flex;
  justify-content: center;
}
.flex-ai-center{
  display: flex;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-wrapper{
  min-height: 100vh;
  padding: 40px 16px;
}
@supports(min-height: 100dvh){
  .error-wrapper{
    min-height: 100dvh;
  }
}
.error-wrapper .error-container{
  flex: 1;
  gap: 24px;
  background-color: #F8E7E7;
  padding: 40px 24px;
  border-radius: 8px;
}
.error-wrapper .error-container .error-icon-container {

}
.error-wrapper .error-container .error-icon-container .error-icon{
  width: 80px;
  height: 80px;
}
.error-wrapper .error-container .error-title{
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #B20B0B;
  text-align: center;
}
.error-wrapper .error-container .error-description{
  color: #28465F;
  text-align: center;
}
.error-wrapper .error-container .error-description a{ 
  font-weight: 700;
  color: #005ea5;
  text-align: center;
  border: none;
}
.otp-error-container{
  display: flex;
  justify-content: center;
}

.otp-error-container.otp-error-container-hidden{
  display: none;
}

.otp-error-container .form-field-error{
  max-width: 328px;
}

.form-field-error{
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
}
.form-field-error .error-icon{
  width: 18px;
  margin-right: 4px;
  margin-top: 12px;
  transform: translateY(-50%);
}
.form-field-error .error-text{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #B20B0B;
}

.info-warn-msg {
  background-color: #F8E7E7;
  padding: 12px 16px;
  border-radius: 4px;
  border: none;
  border-left: solid 4px #B20B0B;
  margin-bottom: 0;
}
.info-warn-msg .info-warn-img {
  content: url("../images/icon_attention.svg");
  background: none;
  border-radius: 0;
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

.info-warn-msg p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #28465F;
  padding: 0 0 0 32px;
}

.info-warn-msg.info-note-msg {
  background-color: #D0E3F4;
  border-left: solid 4px #044F8A;
}
.info-warn-msg.info-note-msg .info-warn-img {
  content: url("../images/headerLogo.png");
}
.info-warn-msg a{
  color: #005EA5;
  text-decoration: underline;
  border: none;
}
.mfa-page-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
@supports(min-height: 100dvh){
  .mfa-page-wrapper {
    min-height: 100dvh;
  }
}
.mfa-page-wrapper .mfa-header{
  width: 100%;
}
.mfa-page-wrapper .mfa-header .header-actions .header-action{
  display: inline-block;
  padding: 12px 24px;
  background-color: white;
  outline: none;
  border: none;
}
.mfa-page-wrapper .mfa-content-container{
  width: 100%;
  flex: 1;
  gap: 32px;
  padding: 24px 16px;
}
.mfa-page-wrapper .mfa-content-container .mfa-title-container{
  gap: 16px;
  text-align: center;
}
.mfa-page-wrapper .mfa-content-container .mfa-title-container .mfa-title{
  font-size: 20px;
  line-height: 125%;
  color: #28465F;
  font-family: "HurmeGeometricSans3 bold";
}
.mfa-page-wrapper .mfa-content-container .mfa-title-container .mfa-description{
  display: inline-flex;
  flex-direction: column;
}

.mfa-page-wrapper .mfa-content-container .mfa-form-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form{
  flex: 1;
  gap: 8px;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container{
  position: relative;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio{
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-12px);
  appearance: none;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio::before{
  display: block;
  content:"";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: solid 3px #7E909F;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:checked:before{
  border: solid 3px #295A76;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:checked:after{
  position: absolute;
  left: 13px;
  top: 13px;
  transform: translate(-6px, -6px);
  display: block;
  content:"";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #295A76;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:checked + .mfa-input-label{
  background-color: #F4F6F7;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-label{
  display: flex;
  padding: 16px;
  padding-left: 54px;
  border: solid thin #7E909F;
  border-radius: 8px;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-label .label-container{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-label .label-container .label-title{
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #28465F;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-label .label-container .label-value{
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #303940;
  word-break: break-all;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:disabled:before {
  background-color: #E9ECEF;
  border: solid 3px #D4DADF;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:disabled + .mfa-input-label{
  border: solid thin #D4DADF;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:disabled + .mfa-input-label .label-container .label-title{
  color: #5A7386;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .mfa-form .mfa-input-radio-container .mfa-input-radio:disabled + .mfa-input-label .label-container .label-value{
  font-weight: 400;
  color: #5A7386;
}
.mfa-page-wrapper .mfa-footer-container{
  width: 100%;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}
.mfa-page-wrapper .mfa-footer-container .footer-action-container{
  width: 100%;
}
.mfa-page-wrapper .mfa-footer-container .footer-action-container .footer-action{
  width: 100%;
}
.mfa-page-wrapper .mfa-footer-container .footer-action-container .footer-action#btn-mfa-method-submit.btn-mfa-method-submit-hidden,
.mfa-page-wrapper .mfa-footer-container .footer-action-container .footer-action#btn-mfa-otp-submit.btn-mfa-otp-submit-hidden{
  display: none;
}
.mfa-page-wrapper .mfa-footer-container.mfa-footer-container-hidden{
  display: none;
}
.mfa-page-wrapper .mfa-footer-container .footer-note-container .footer-note{
  gap: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #7E909F;
}

.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container{
  position: relative;
  width: 100%;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-hidden{
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-hidden #input-otp{
  width: 100%;
  height: 48px;
  background-color: transparent;
  caret-color: transparent;
  -moz-appearance: textfield;
  color: transparent;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-hidden #input-otp::-webkit-outer-spin-button,
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-hidden #input-otp::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-visible{
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-visible .otp-block{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: bold;
  border-radius: 8px;
  border: solid thin #7E909F;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-visible .otp-block.otp-block-active{
  box-shadow: 0px 0px 0px 3px #FDD23A,  0px 0px 0px 3px #111111 inset;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-input-container .otp-input-visible.otp-input-danger .otp-block{
  border: solid thin #B20B0B;
}

.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container{
  gap: 16px;
  text-align: center;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container .validity-text{
  color: #5A7386;
}

.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container .otp-expire-counter-container{
  color: #5A7386;
  font-weight: bold;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container .otp-expire-counter-container.otp-expire-counter-container-hidden{
  display: none;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container .otp-expire-counter-container .otp-expire-counter{
  color: #303940;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container .otp-resend-actions .otp-resend-action{
  color: #005EA5;
  font-weight: 700;
  background-color: unset;
  border: none;
  outline: none;
}
.mfa-page-wrapper .mfa-content-container .mfa-form-container .otp-validity-container .otp-resend-actions .otp-resend-action.otp-resend-action-hidden{
  display: none;
}

.mfa-info-container{
  margin-top: 24px;
}




/* zz desktop end
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .page-container {
    width: 90%;
  }
  .settings-icon-wrp .setting-icon-img a,
  .settings-icon-wrp .setting-icon-img a:hover {
    width: 60%;
  }
  .inpHelpAdj {
    width: 90%;
  }
}

@media screen and (min-width: 571px) and (max-width: 768px) {
  .settings-icon-wrp .setting-icon-img a,
  .settings-icon-wrp .setting-icon-img a:hover {
    width: 80%;
  }

  .lower-btns a {
    padding: 8px 10px;
    position: relative;
    bottom: 0;
  }
  .signup-block-wrp {
    padding: 20px 5px;
  }
  .inpHelpAdj {
    width: 90%;
  }
  .footer-left-sec {
    width: 65%;
  }
  .footer-right-sec {
    padding-top: 60px;
    width: 35%;
  }
}
*/

  .page-container {
    width: 95%;
  }
  .nest-image a {
    width: 70px;
  }


  #page-wrapper {
    width: 100%;
  }
  /*latest*/

  .inpHelpAdj1 .inpInnerWrp1 ul.bullet_temp li.fail {
    background: transparent url(../images/bullet_fail.jpg) no-repeat 2px 5px;
    background-size: 12px 12px;
    padding-top: 5px;
  }

  .inpHelpAdj1 .inpInnerWrp1 ul.bullet_temp li.pass {
    background: transparent url(../images/bullet_pass.png) no-repeat 0px 3px;
    background-size: 12px 12px;
    padding-top: 2px;
  }

  /*latest*/

  .display-inline-block.secret_ques {
    width: 80%;
    line-height: 1.2em;
  }
  .display-inline-block.secret_ques + .help-msg {
    width: 15%;
  }
  p.display-inline-block.secret_ques + .help-msg {
    width: 15%;
  }

  .signup-block-con h2 {
    min-height: 40px;
  }
  .login-button button {
    width: 100%;
  }

  .mob-gone {
    display: none;
  }
  .desk-gone {
    display: block;
  }
  .sel-srct-ques .lable-inpt-field label {
    display: block;
  }
  .inptHelpWrp {
    position: fixed;
    top: 10px;
  }
  .inpHelpAdj {
    width: 95%;
    margin: 0 auto;
  }
  .inpHelpAdj::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: 20px;
    width: 25px;
    height: 25px;
    background: #fffdee;
    border-right: 1px solid #fff5b0;
    border-bottom: 1px solid #fff5b0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    /* content: '';
	display: block;
	position: absolute;
	margin-left: 25px;
	width: 25px;
	height: 25px;
	background: #FFFDEE;
	border-right: 1px solid #FFF5B0;
	border-bottom: 1px solid #FFF5B0;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	margin-top: -13px; */
  }

  .inptHelpWrp1 {
    position: fixed;
    top: 10px;
  }
  .inpHelpAdj1 {
    width: 95%;
    margin: 0 auto;
  }
  .inpHelpAdj1::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: 20px;
    width: 25px;
    height: 25px;
    background: #fffdee;
    border-right: 1px solid #fff5b0;
    border-bottom: 1px solid #fff5b0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    /* content: '';
	display: block;
	position: absolute;
	margin-left: 25px;
	width: 25px;
	height: 25px;
	background: #FFFDEE;
	border-right: 1px solid #FFF5B0;
	border-bottom: 1px solid #FFF5B0;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	margin-top: -13px; */
  }
  .settings-icon-wrp .setting-icon-img a,
  .settings-icon-wrp .setting-icon-img a:hover {
    width: 80%;
  }
  .help-msg a {
    margin-left: 30px;
  }
  .single-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .single-btn a {
    width: 100%;
    border-radius: 0;
    padding: 12px 0;
    font-size: 1.1em;
  }
  .com-org-box {
    margin-bottom: 100px;
    border: none;
    padding: 0 10px;
  }

  .nest-image {
    margin-right: 30px;
    float: right;
  }
  .mob-cancel-next {
    display: block;
    width: 100%;
  }
  .mob-cancel-next input.secondary-button {
    width: 50%;
    float: left;
    padding: 14px 0;
    border-radius: 0;
    font-size: 1.1em;
  }
  .mob-cancel-next a.secondary-button {
    width: 50%;
    float: left;
    padding: 11px 0;
    border-radius: 0;
    font-size: 1.1em;
  }
  .mob-cancel-next input.primary-button {
    width: 50%;
    padding: 14px 0;
    border-radius: 0;
    font-size: 1.1em;
  }
  .cancel-next-btn {
    display: none;
  }

  .log-wrapper {
    padding: 40px 20px;
  }

  .extra_wrapper p a {
    color: #1573c7;
    border-bottom: 1px solid #1573c7;
  }

  /*new styles */
  #api-footer {
    display: none;
  }

  .log-wrapper input[type="text"] {
    border-radius: 5px;
  }

  .disp_none_mobile {
    display: none;
  }

  .disp_none_desktop {
    display: block;
  }

  .log-wrapper.disp_none_mobile {
    border: 1px solid white;
    background: white;
  }

  /*new styles */
  .choose-swth {
    display: none;
  }
  .nest-image a {
    width: auto;
  }
  .login-tabs ul.tab-links {
    display: none;
  }
  .signup-block-wrp {
    padding: 20px 0;
  }
  .signup-wrapper {
    padding: 0;
  }
  li.active-logTab a {
    display: none;
  }
  .tab-links li {
    margin-right: 0;
    width: 95%;
    text-align: center;
  }
  .tab-links a {
    width: 100%;
    background: #990033;
    color: #fff;
    border: none;
    width: 100%;
    display: block;
  }
  .footer-wrapper {
    background: #444;
  }
  .footer-left-sec {
    width: 100%;
  }
  .footer-right-sec {
    width: 100%;
    padding-top: 20px;
  }
  .footer-right-sec p {
    margin: 10px 20px;
    padding-bottom: 0;
    line-height: 20px;
    color: #fff;
    text-align: left;
  }
  .footer-left-sec ul {
    width: 100%;
  }
  .footer-left-sec ul li {
    padding: 0px 20px;
    float: left;
    margin: 10px 0;
    width: 33.333%;
  }
  .footer-left-sec ul li:nth-child(3n + 1) {
    clear: both;
  }
  .footer-left-sec ul li a,
  .footer-left-sec ul li a:hover {
    color: #fff;
    border-bottom: none;
  }
  .footer-left-sec ul li:last-child {
    border-right: none;
  }
  .footer-wrapper.page-container {
    width: 100%;
  }
  .tab-content {
    border: 1px solid white;
    border-radius: 16px;
  }
  .user-name,
  .frg-username,
  .pass-word,
  .frg-pssword,
  .login-button,
  .locked-out-acc {
    width: 100%;
  }
  .frg-username a,
  .frg-pssword a {
    margin-top: 0;
    top: 0;
    float: right;
    margin-bottom: 1px;
  }
  .frg-username a:hover,
  .frg-pssword a:hover {
    margin-bottom: 0px;
  }
  .log-wrapper input[type="text"] {
    width: 100%;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #917497;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #917497;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #917497;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #917497;
  }
  .login-button a {
    width: 100%;
  }
  .signup-block-wrp {
    width: 100%;
  }
  .only-for-mob {
    display: block;
    font-size: 1.3em;
  }
  /* .lable-inpt-field label {
		display: none;
	} */
  .lable-inpt-field input[type="text"] {
    width: 80%;
  }
  .lable-inpt-field input[type="password"] {
    width: 80%;
  }
  .log-wrapper input[type="password"] {
    width: 100%;
    margin-bottom: 8px;
  }
  .lable-inpt-field .help-msg {
    float: right;
    margin: 0;
    width: 20%;
  }
  .desk-mssg {
    display: none;
  }
  .mob-mssg {
    display: block;
  }
  .info-error-msg-small {
    min-width: 100%;
  }
  .scr-qTitle {
    display: none;
  }
  .scr-lable-inpt label {
    display: none;
  }
  .scr-lable-inpt input[type="text"] {
    width: 80%;
  }
  /* .titlePlusHelp {
		width: auto;
		overflow: visible;
	} */
  .titlePlusHelp .help-msg {
    width: 20%;
    float: right;
  }
  .titlePlusHelp .help-msg a {
    float: left;
    margin-left: 30px;
  }
  .srct-ques p.src-ques-head {
    width: 80%;
    float: left;
  }
  .settings-icon-wrp {
    width: 50%;
    margin-bottom: 30px;
  }
  .manage-stting-wrp {
    padding-bottom: 50px;
  }
  .frgot-link div {
    float: left;
    width: 80%;
  }
  .admin-sec .scr-qTitle {
    display: block;
    width: 80%;
  }
  .admin-sec .scr-qTitle p {
    width: 100%;
  }
  .sel-srct-ques select {
    width: 80%;
  }
  .mob-swt-tabs {
    display: block;
  }
  .mob-swt-tabs a {
    margin: 20px 0;
    padding: 10px 0;
    width: 50%;
    border-radius: 8px;
  }
  .mob-swt-tabs a.mob-login-swt {
    display: none;
  }
  #page-wrapper .mob-cancel-next .bckBtn {
    width: 100%;
  }
  .ctrlItm {
    display: none;
  }
  /*12791*/
  .inpHelpAdj1 .inpInnerWrp1 {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .inpHelpAdj1 .inpInnerWrp1 .col-burgandy-inpt {
    padding-bottom: 5px;
  }
  .inpHelpAdj1 .inpInnerWrp1 ul.bullet_temp {
    padding-bottom: 0;
  }
  .inpHelpAdj1 .inpInnerWrp1 ul.bullet_temp li {
    padding-bottom: 10px;
    font-size: 0.675em;
    padding-left: 24px;
    background: transparent url(../images/Bullet_burgundy.gif) no-repeat left
      top 5px;
  }
  .inpHelpAdj1 .inpInnerWrp1 ul.bullet_temp p {
    padding-bottom: 15px;
    line-height: 1em;
    font-size: 0.675em;
  }
  .inpHelpAdj1 .inpInnerWrp1 ul.bullet_temp li {
    /*background: transparent url(../images/Bullet_burgundy.gif) no-repeat left 5px;*/
  }
  /*12791*/

/*Mobile app changes starts*/

  body {
    font-family: Muli;
    background-color: white;
  }
  p {
    padding-bottom: 0;
    font-family: Muli;
    font-size: 16px;
    line-height: 150%;
    color: #303940;
    letter-spacing: unset;
}
  #api-header {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .mob_body_part {
    padding: 24px 16px 38px 16px;
    background-image: url("../images/backgroundImg.svg");
    background-repeat: no-repeat;
    background-position-x: -91px;
    background-position-y: -187px;
    -webkit-user-select: none;
  }
  .page-container {
    width: 100%;
  }
  .nest-image img {
    position: absolute;
    width: 56.094px;
    height: 62.73px;
    top: 54px;
    left: 16px;
  }

  .header-wrraper .disp_none_desktop.welcome_text {
    color: #28465f;
    font-family: "HurmeGeometricSans3 bold";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding-top: 24px;
  }
  .log-head h1 {
    color: #28465f;
    font-family: "HurmeGeometricSans3 bold";
    font-size: 32px;
    line-height: 44px;
    width: 70%;
    margin-top: 0;
  }

  .info-warn-msg-container{
    padding: 0 16px;
  }

  .info-warn-msg {
    background-color: #F8E7E7;
    padding: 12px 16px;
    border-radius: 4px;
    border: none;
    border-left: solid 4px #B20B0B;
    margin-bottom: 0;
    margin-top: 32px;
  }
  .info-warn-msg .info-warn-img {
    content: url("../images/icon_attention.svg");
    background: none;
    border-radius: 0;
    margin-right: 8px;
    height: 24px;
    width: 24px;
  }

  .info-warn-msg p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #28465F;
    padding: 0 0 0 32px;
  }
  .password-field {
    margin-bottom: 32px;
  }
  .user-name, .pass-word{
    float: unset;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .user-name .label-container, .pass-word .label-container{
    display: flex;
    align-items: center;
  }
  .log-wrapper {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    margin-bottom: 0;
  }
  .log-wrapper label {
    font-family: Muli;
    font-size: 16px;
    line-height: 150%;
    color: #303940;
  }
  .log-wrapper input[type="text"],
  .log-wrapper input[type="password"] {
    border-radius: 8px;
    border: 1px solid #7E909F;
  }
  .user-name input,
  .pass-word input {
    height: 48px;
  }
  .frg-pssword a {
    float: unset;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #005EA5;
    border: none;
    cursor: pointer;
  }
  .primary-button {
    font-family: Muli;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    background: #295A76;
    padding: 12px;
    border-radius: 8px;
    border: none;
  }
  .primary-button:hover,
  .primary-button:focus {
    background: #28465f;
    border: 1px solid #28465f;
  }

  .help_msg_app {
    display: block;
  }

  .Traiing-Icon {
    display: block;
  }
  .disp_none_desktop.extra_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding: 32px 16px 40px 16px;
    margin-top: auto;
  }
  .extra_wrapper p a {
    color: #005EA5;
    font-family: Muli;
    font-weight: 700;
    border-bottom: none;
	text-decoration: underline;
  }
  /*loader image code starts*/
  #loader-parent {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
  }

  #loader-4 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
  }

  #loader-4 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
  }

  #loader-4 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
  }
  #loader-4 span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0px 8px;
    opacity: 0;
    background-color: white;
  }

  #loader-parent #loader-4 {
    position: relative;
    bottom: 3px;
  }

  @keyframes opacitychange {
    0%,
    100% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }
  }

  .nest-image img {
    top: 8px;
  }

  .login-page-tabwrp {
    margin-bottom: 0;
  }
  .user-name label {
    display: inline-block;
    margin-bottom: 0;
  }

  .pass-word label {
    margin-bottom: 0;
  }

  a.Traiing-Icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: none;
    margin-left: 4px;
  }
  .help-tooltip-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #28465F66;
  }
  .help_msg_app {
    width: 100%;
    background-color: white;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
    display: none;
    position: absolute;
    z-index: 10001;
    left: 0;
  }

  .handle_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .help_msg_app a {
    position: absolute;
    border-bottom: none;
    right: 24px;
  }

  .help_msg_app .heading {
    font-family: "Muli";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
    color: #28465F;
  }

  .help_msg_app .content {
    font-family: "Muli";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
  }

  #page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
  }
  @supports(min-height: 100dvh){
    #page-wrapper {
      min-height: 100dvh;
    }
  }
  .header-container{
    padding: 40px 16px 32px 16px;
    background-color: #F4F6F7;
  }
  .header-wrraper{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .header-text{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .log-head h1{
    font-size: 28px;
    line-height: 125%;
  }
  .nest-image {
    margin-right: 0;
    float: none;
  }

  .nest-image img {
    position: static;
  }

  .grecaptcha-badge {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .help_msg_app {
    position: fixed;
  }
  /*new dimensions starts*/
  .header-wrraper .disp_none_desktop.welcome_text{
    padding-top: 16px;
  }

  .log-wrapper{
    padding:32px 16px;
  }
  /*new dimensions ends*/


/*rotation loader code starts*/
.lazy_load_image{
	align-items: center;
    justify-content: center;
	display: flex;
	flex-direction: column;
}

.lazy_load_image.disp_none{
	display: none;
}

.lazy_load_image img{
	position: absolute;
	top:50%;
	animation: rotation 2s linear infinite ;
	

}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

  .mob_body_part.page_wrapper_opacity{
	opacity: 0.25;
    display: block;
  }

  /*rotation loader code ends*/

/*Mobile app changes ends*/