@font-face {
  font-family: SofiaProMedium;
  src: local("SofiaProMedium"), url("../fonts/Sofia-Pro-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SofiaProLight;
  src: local("SofiaProLight"), url("../fonts/Sofia-Pro-Light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SofiaProBold;
  src: local("SofiaProBold"), url("../fonts/Sofia-Pro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: SofiaProMedium, Arial, Helvetica, sans-serif;
}

html,
body {
  height: 100%;
  font-size: 10px;
  padding: 0;
  margin: 0;
}

input,
button {
  outline: none;
}

/*-----------------------------------new design------------------------------------------------*/
.page-container {
  display: flex;
  flex-direction: column;
}

.main-container {
  width: 100%;
  height: 10%;
  display: block;
  margin: auto;
  position: relative;
}

.main-form {
  width: 100%;
  height: 80%;
  position: relative;
}

.main-footer {
  width: 100%;
  height: 10%;
  position: relative;
}

.form-container {
  width: 100%;
  display: flex;
}

.mobile-menu-body-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-container {
  display: flex;
  flex-direction: row;
  background: #FFF;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.15);
  height: 72px;
  position: relative;
  z-index: 1;
}

.one-two-three-logo {
  margin: 24px auto 24px 40px;
}

.one-two-three-logo-flex {
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

.menu-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 12px 0 12px auto;
}

.link-menu {
  display: block;
}

.phone-img {
  margin: 28px 8px 28px auto;
}

.sub-menu {
  position: absolute;
  z-index: 100;
  border-radius: 16px;
  border: 1px solid #98BED2;
  box-shadow: 4px 4px 8px 0px rgba(0, 70, 102, 0.10);
  background: #FFFFFF;
  width: 270px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.menu-element,
.submenu-element {
  color: #2B3940;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  padding: 8px 12px;
  cursor: pointer;
}

.menu-element:hover,
.submenu-element:hover,
.mobile-sub-menu-header:hover {
  background: #E5FCFF;
  color: #2B3940;
}

.menu-element:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.menu-element:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.menu-element a,
.submenu-element a {
  text-decoration: none;
  color: #2B3940;
}

.submenu-element {
  padding-left: 18px;
}

.links {
  color: #006A99;
  font-size: 16px;
  font-style: normal;
  font-weight: bold !important;
  line-height: 24px;
  margin-right: 24px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 350;
}

a.links:active {
  color: #004666;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}

.mobile-container-header {
  display: flex;
  flex-direction: row;
}

.mobile-menu-options {
  display: block;
  margin: 12px 0 12px auto;
  height: auto;
}

.menu-options-anchor {
  color: #006A99;
  font-size: 16px;
  font-style: normal;
  font-weight: bold !important;
  line-height: 24px;
  margin-right: 5px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 350;
}

.mobile-menu-options-menu {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-right: 24px;
  cursor: pointer;
}

.mobile-link-menu {
  position: absolute;
  z-index: 100;
  border-radius: 16px;
  border: 1px solid #98BED2;
  box-shadow: 4px 4px 8px 0px rgba(0, 70, 102, 0.10);
  background: #FFFFFF;
  width: 75%;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
}

.mobile-sub-menu {
  display: flex;
  flex-direction: column;
}

.mobile-sub-menu-header {
  padding: 8px 12px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #2B3940;
}

.mobile-sub-menu-header-click {
  background: #00AEC7;
  color: #FFF;
  padding: 8px 12px;
  text-align: left;
  font-size: 21px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}

.mobile-sub-menu-items {
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.search-img {
  margin: 28px 40px 28px 8px;
}

.one-two-three-button {
  height: 48px;
  padding: 8px 36px;
  margin: 12px 56px 12px 0;
  color: #002333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #006A99;
  background: #FFF;
  cursor: pointer;
}

.form-set {
  width: 52%;
  display: flex;
  justify-content: end;
}

.input-container {
  width: 65%;
  margin-top: 64px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.image-set {
  width: 48%;
  margin: 64px 81px auto auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
}

.login-header {
  color: #004666;
  font-size: 36px;
  font-style: normal;
  font-weight: bolder;
  line-height: 42px;
  margin-top: 0;
}

.alt-header {
  color: #002333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.login-message {
  margin-top: 8px;
  color: #002333;
  font-size: 20px;
  font-style: normal;
  font-weight: 325;
  line-height: 26px;
}

.identifier-container {
  width: 100%;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}

.label {
  color: #002333;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
}

.alt-label {
  color: #002333;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}

.validator-container {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 12px;
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid #98BED2;
  background: #FFF;
  font-size: 16px !important;
}

.actions-container {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 220px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}

.alt-actions-container {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 320px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}

.actions-container-add-policy {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 257px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}

.action-button-container {
  display: flex;
  width: 100%;
}

.loader,
.btn-label,
.btn-cont-label {
  grid-area: 1 / 1;
}

.btn-label {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  cursor: pointer;
}

.btn-cont-label {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  cursor: pointer;
}

.action-button {
  height: 48px !important;
  width: 127px !important;
  padding: 8px 36px;
  gap: 10px;
  border-radius: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  display: grid;
}

.continue-button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  height: 48px !important;
  width: 127px !important;
  gap: 10px;
  border-radius: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  display: grid;
}

.send-button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  height: 48px !important;
  width: 253px !important;
  gap: 10px;
  border-radius: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  display: grid;
}

.action-button-disabled {
  background: #006A99 !important;
  opacity: 0.5;
}

.action-button-enabled {
  background: #006A99 !important;
}

.action-label {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  margin-right: 5px;
}

.action-link {
  color: #006A99;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  text-decoration-line: underline;
}

.alternative-container {
  margin-top: 16px;
}

.login-image {
  width: 467px;
  height: 292px;
}

.secure-image {
  width: 467px;
  height: 467px;
}

.message-container {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}

.warning-text {
  color: #A37B0A;
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 20px;
  margin-left: 4px;
}

.error-text {
  color: #A50E1B !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 20px;
  margin-left: 4px !important;
  text-align: left !important;
}

.error-container {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}

.footer-container {
  background: linear-gradient(180deg, #008DCC 0%, #006A99 100%);
  padding: 40px 20px 10px 20px;
  display: block;
}

.logos-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.logos-container a.action-expand-footer-menu {
  height: 24px;
  width: 24px;
  background-size: cover;
  margin-right: 10px;
  cursor: pointer;
}

.logos-container a.flip-image {
  transform: scaleY(-1);
}

.logos-container .footer-logo {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.logos-container .footerRSAlogo {
  margin-right: 10px;
  height: 90%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

.compliance-text-container {
  color: #fff;
  font-weight: 400;
  line-height: 156%;
  font-size: 10px;
  display: flex;
  flex-direction: column;
}

.links-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 48px;
}

.link-sets {
  display: flex;
  flex-direction: column;
}

.links-container h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.links-container ul {
  padding-inline-start: 0;
  margin-block-start: 20px;
}

.links-container ul li {
  font-size: 14px;
  margin-top: .50px;
  margin-bottom: 10px;
  font-weight: 350;
  line-height: 21px;
  letter-spacing: .1em;
  list-style: none;
}

.links-container ul li a {
  color: #fff;
  text-decoration: none;
}

.info-block {
  margin-right: 48px;
}

.set-top-margin {
  margin-top: 48px;
}

.back {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  height: 20px;
  width: 40%;
}

.back-img {
  height: 16px;
  width: 16px;
}

.back label {
  color: #006A99;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  text-decoration-line: underline;
  margin-left: 8px;
}

.alerts {
  display: flex;
  flex-direction: column;
}

.mfa-question-label {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.mfa-container {
  width: 78%;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

#sms-content {
  margin-bottom: 16px;
}

.mfa-option-container-selected {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 16px;
  border: 1px solid #99DFFF;
  background: #CCEFFF;
}

.mfa-option-container-unselected {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 16px;
  background: #E5F7FF;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 7px;
}

.mfa-option-label {
  color: #002333;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  margin-top: 4px;
}

.info-container {
  display: flex;
  padding: 16px;
  justify-content: center;
  border-radius: 16px;
  margin-top: 16px;
}

.info-box-img {
  width: 48px;
  height: 48px;
}

.mfa-info-label {
  color: #008194;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin-left: 16px;
}

.consent-container {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 2px 2px 6px 0px rgba(0, 70, 102, 0.05);
}

.consent-parent-container {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  background: #E5F7FF;
}

.consent-container-policy-link {
  display: flex;
  margin-top: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #99DFFF;
  background: #CCEFFF;
  display: none;
}

.checkbox {
  width: 40px;
  height: 40px;
}

.consent-label-text {
  color: #002333;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
}

.consent-label-text-policy-link {
  color: #2B3940;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  font-family: SofiaProLight;
}

.email-verification-container {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 2px 2px 6px 0px rgba(0, 70, 102, 0.05);
}

.verification-label {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
}

.resend-link {
  color: #006A99;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.mfa-text-container {
  width: 467px;
  display: flex;
  padding: 12px 16px;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 16px 16px 20px 0px rgba(0, 70, 102, 0.15);
  margin-bottom: 13px;
  z-index: 100;
}

.mfa-verification-label {
  color: #19582C;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  margin-right: 24px;
}

.loader {
  content: "";
  position: relative;
  border-radius: 100%;
  margin: auto;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-left-color: #ffffff;
  border-top-color: #ffffff;
  animation: spin 0.6s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.pointer {
  cursor: pointer;
}

.back-auto-set {
  margin: auto;
  width: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.information-container {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}

.information-text {
  color: #008194 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 20px;
  margin-left: 4px !important;
  text-align: left !important;
  font-family: SofiaProLight;
}

.logos {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.intact-logo img {
  width: 19.3rem;
  height: 3.6rem;
}

.footer-logo img {
  width: 19.3rem;
  height: 6rem;
}

.login-page .form-container {
  background: #f7fbfd;
  overflow: hidden;
}

.login-page .form-set {
  width: 56%;
  display: flex;
  justify-content: center;
  margin: 28px 0 100px;
}

.login-page .input-container {
  margin-top: 0;
  padding: 48px;
  box-shadow: 8px 8px 12px 0 rgba(0, 70, 102, 0.10);
  border-radius: 24px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.login-page .actions-container {
  margin-bottom: 0;
}

.login-page .action-link {
  display: inline-block;
}

.login-page #forgot-password-content {
  margin-top: 8px;
}

.login-page .label {
  font-weight: 500;
  line-height: 24px;
}

.feature-wrapper {
  width: 44%;
  padding: 64px 81px;
  position: relative;
  z-index: 0;
}

.feature-wrapper .background-ractangle {
  content: '';
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  transform: rotate(10.53deg);
  background: #ccefff;
  z-index: -1;
  left: -30px;
  top: -80px;
}

.feature-wrapper h2 {
  color: #004666;
  font-size: 36px;
  font-style: normal;
  font-weight: bolder;
  line-height: 42px;
  margin: 0 50px 24px 0;
}

.feature-wrapper .card-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-wrapper .card-wrap .card-item {
  color: #000;
  padding: 24px;
  gap: 12px;
  display: grid;
  justify-content: flex-start;
  background: white;
  border-radius: 24px;
}

.feature-wrapper .card-wrap .card-item .card-img {
  width: 40px;
  height: 40px;
}

.feature-wrapper .card-wrap .card-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

.feature-wrapper .card-wrap .card-item p {
  font-family: SofiaProLight;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.signup-page .form-container {
  background: #f7fbfd;
  overflow: hidden;
}

.signup-page .form-set {
  width: 56%;
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

.signup-page .input-container {
  margin-top: 0;
  padding: 48px;
  box-shadow: 8px 8px 12px 0 rgba(0, 70, 102, 0.10);
  border-radius: 24px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.signup-page .back {
  width: auto;
  margin: 0 0 48px;
}

.signup-page .login-message {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.signup-page .label {
  font-weight: 500;
  line-height: 24px;
}

.signup-page .actions-container {
  margin-bottom: 0;
}

.signup-page .action-link {
  display: inline-block;
}


@media only screen and (max-width: 1200px) {

  /* login page css start here */
  .feature-wrapper .background-ractangle {
    left: -16px;

  }

  /* login page css end here */
}

@media only screen and (max-width: 1068px) {

  .logos {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .intact-logo {
    margin-right: 1rem;
    height: 90%;
    display: flex;
    align-items: flex-end;
  }

  .intact-logo img {
    width: 16.9rem;
    height: 3.6rem;
  }

  .footer-logo {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }

  .footer-logo img {
    width: 16.9rem;
    height: 6rem;
  }

  .login-header {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .menu-element,
  .submenu-element {
    font-size: 16px;
  }

  .mobile-sub-menu-header {
    font-size: 16px;
  }

  .form-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .form-set {
    width: 80%;
  }

  .input-container {
    width: 100%;
    margin: 0 0 auto auto;
    display: flex;
    flex-direction: column;
  }

  .identifier-container {
    margin-top: 40px;
  }

  .image-set {
    width: 100%;
    margin: 32px auto 32px auto;
    display: grid;
    justify-content: center;
    align-items: center;
  }

  .mfa-text-container,
  .login-image {
    grid-area: 1 / 1;
  }

  .mfa-text-container {
    height: 120px;
    width: 250px;
    justify-content: center;
    align-items: center;
  }

  .login-image {
    height: 85px;
    width: 137px;
  }

  .login-message {
    font-size: 16px;
    line-height: 24px;
  }


  .mfa-text-container,
  .secure-image {
    grid-area: 1 / 1;
  }

  .secure-image {
    width: 136px;
    height: 135px;
  }


  .label,
  .alt-label,
  .input {
    font-size: 16px;
  }

  .label,
  .alt-label,
  .input,
  #forgot-password-content {
    margin-top: 15px;
  }

  .action-label,
  .mfa-option-label,
  .mfa-info-label,
  .consent-label-text,
  .action-link,
  .action-button,
  .warning-text,
  .error-text,
  .info-text {
    font-size: 16px;
    line-height: 24px;
  }

  .actions-container {
    margin-top: 64px;
    margin-bottom: 80px;
  }

  .action-button {
    width: 100% !important;
  }

  .links-container {
    display: block;
    display: flex;
    flex-direction: column;
  }

  .info-block {
    margin-bottom: 48px;
  }

  .info-block:last-child {
    margin-bottom: 0px;
  }

  .back {
    display: flex;
    justify-content: start;
    width: 52%;
  }

  .actions-container-add-policy {
    margin-top: 64px;
  }


  .login-page .form-container {
    flex-direction: column;
  }

  .login-page .form-set {
    width: calc(100% - 32px);
    margin-bottom: 29px;
  }

  .login-page .input-container {
    padding: 24px;
    margin-top: 0;
  }

  .login-page .label {
    margin-top: 0;
  }

  .login-page .input {
    margin-top: 8px;
  }

  .login-page .actions-container {
    margin-bottom: 0;
  }

  .login-page #forgot-password-content {
    margin-top: 8px;
  }

  .signup-page .form-container {
    flex-direction: column;
  }

  .signup-page .form-set {
    width: calc(100% - 32px);
    margin-bottom: 29px;
  }

  .signup-page .input-container {
    padding: 16px 24px;
    margin: 0;
  }

  .signup-page .label {
    margin-top: 0;
  }

  .signup-page .input {
    margin-top: 8px;
  }

  .signup-page .back-auto-set {
    margin: initial;
  }

  .signup-page .back {
    width: auto;
    margin: 0 0 16px;
  }

  .feature-wrapper {
    width: auto;
    padding: 64px 40px 80px;
  }

  .feature-wrapper .background-ractangle {
    transform: rotate(3.087deg);
    left: -130px;
    top: 27px;
  }

  .feature-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .feature-wrapper .card-wrap {
    gap: 16px;
  }

}

@media only screen and (max-width: 575px) {
  .feature-wrapper .card-wrap {
    grid-template-columns: 1fr;
  }

  .signup-page .continue-button {
    width: 100% !important;
  }

  .signup-page .actions-container {
    align-items: center;
  }

}

@media only screen and (max-width: 480px) {
  .feature-wrapper .background-ractangle {
    top: 20px;
  }
}