@font-face {
  font-family: HelveticaNeue-Medium;
  src: url("../fonts_HelveticaNeue_HelveticaNeue-Medium.woff?v=0")
    format("woff");
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url("../fonts/fonts_HelveticaNeue_HelveticaNeue-Bold.ttf?v=0");
}

@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/fonts_HelveticaNeue_HelveticaNeue.ttf?v=0");
}

@font-face {
  font-family: SFProText-Bold;
  src: url("../fonts/fonts_SFProText_SFProText-Bold.ttf?v=0");
}

@font-face {
  font-family: SFProText-Semibold;
  src: url("../fonts/fonts_SFProText_SFProText-Semibold.ttf?v=0");
}

@font-face {
  font-family: SFProText-Regular;
  src: url("../fonts/fonts_SFProText_SFProText-Regular.ttf?v=0");
}

@font-face {
  font-family: SFProText-Medium;
  src: url("../fonts/fonts_SFProText_SFProText-Medium.ttf?v=0");
}

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  --ac-theme-color-fixed-dark-rgb: 26,51,82;
  --ac-theme-color-primary-light: #a5b5c9;
  --ac-theme-color-shadow-weak: #e5e8ef;
  --ac-theme-color-text-normal: #445b77;
  --ac-theme-color-surface: #f8f9fa;
  --ac-theme-color-shadow-weak: #e5e8ef;
  --ac-theme-color-warning-light-5: #ff9d4e;
  --ac-theme-color-secondary-light: #e6e9ef;
  --ac-theme-color-info: #ff8f34;
  --ac-theme-color-shadow-normal: #c3cedb;
  --ac-theme-color-warning: #ff8f34;
  --ac-theme-color-warning-light-35: #fff1e7;
  --ac-theme-color-primary-mid: #5b799e;
  --ac-theme-color-primary-mid-light-40: #dbe2ea;
  --ac-theme-color-secondary-mid-dark-15: #9dafc4;
  --ac-theme-color-secondary-mid: #cdd6e1;
}

#SSOSection {
  display: none;
}

.SSOSection {
  display: none;
}

.BodyContainer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.LoginForm {
  overflow: hidden;
  height: 100%;
  background-color: #f5f6f9;
  display: flex;
  flex-direction: row;
}

.LoginForm_sidebar {
  overflow: hidden;
  width: 35%;
  position: relative;
  background-color: #1a3352;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.LoginForm_sidebar_logo {
  font-size: 2rem;
  width: 9rem;
  height: auto;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .LoginForm_sidebar_logo {
    width: 90%;
    max-width: 90%;
    left: 0.4rem;
  }
}

.LoginForm_sidebar_advertisement {
  width: 320px;
  height: 100%;
  position: absolute;
  top: 1vw;
  left: 0;
}

.LoginForm_sidebar_text {
  font-family: SFProText-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 2.3rem;
  color: white;
  white-space: pre-line;
  line-height: 1.3;
  user-select: none;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}


.LoginForm_sidebar_middle_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .LoginForm_sidebar_text {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1536px) {
  .LoginForm_sidebar_text {
    font-size: 1.5rem;
  }
}

.LoginForm_sidebar_text2 {
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 1.3rem;
  color: white;
  white-space: pre-line;
  line-height: 1;
  user-select: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .LoginForm_sidebar_text2 {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 1536px) {
  .LoginForm_sidebar_text2 {
    font-size: 1.0rem;
  }
}

.LoginForm_main {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  position: relative;
  width: 65%;
}

.LoginForm_main_box {
  width: 400px;
  min-width: 200px;
  justify-content: center;
  max-width: 28.125rem;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .LoginForm_main_box {
    width: 50%;
    min-width: 100%;
  }
}

.Login_otp_deviceSelector {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
}

.Login_otp_deviceSelector select {
  width: 60%;
}
.Login_otp_deviceSelector label {
  margin-right: 10px;
}

.LoginForm_main_box_title {
  margin-bottom: 1.0rem;
  font: 1rem SFProText-Semibold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  letter-spacing: -0.4px;
  text-align: center;
  color: #6A7487;
}

.LoginForm_main_box_subtitle {
  display: flex;
  justify-content: center;
}

.LoginForm_main_box_title_social_login {
  margin-top: 1.5rem;
}

.LoginForm_main_box_subtitle-margin {
  margin-top: 10px;
}

form {
  min-width: 350px;
  text-align: center;
}

form > section,  form > div {
  text-align: initial;
}

a {
  font: 0.9375rem SFProText-Medium, -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen";
  font-size: 0.875rem;
  color: #1a3352;
}
ol > li {
  font: 0.9375rem SFProText-Medium, -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen";
  font-size: 0.875rem;
  letter-spacing: -0.2px;
  color: #1a3352;
  margin-bottom: 20px;
}

ul > li {
  list-style-type: none;
}

.acForm_title {
  font: 0.9375rem SFProText-Medium, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen";
  font-size: 0.875rem;
  letter-spacing: -0.2px;
  text-align: center;
  color: #1a3352;
  margin-bottom: 20px;
}

.LoginForm_main_box_subtitle_defination {
  font-size: 1rem;
  color: #1a3352;
  text-decoration: none;
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
}

.LoginForm_main_box_subtitle_defination_social_login {
  margin-top: 1rem;
}

.LoginForm_main_box_subtitle_defination-center-text {
  text-align: center;
}

.LoginForm_main_box_subtitle_link {
  font: 0.9375rem SFProText-Medium, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen";
  letter-spacing: -0.2px;
  margin-left: 0.1875rem;
  color: #ff8f34;
  text-decoration: none;
  cursor: pointer;
}

.LoginForm_main_box_subtitle_link_grey_underline{
  color: #a5b5c9;
  text-decoration: underline;
}

.LoginForm_main_box_subtitle_hiddenLink {
  margin-left: 0.1875rem;
  color: #1a3352;
  text-decoration: unset;

  cursor: pointer;
}

.LoginForm_main_box_subtitle_hiddenLink:hover {
  text-decoration: underline;
}

.LoginForm_main_box_inputs {
  padding-left: 30px;
  padding-right: 30px;
}

.LoginForm_recaptcha {
  border-radius: 0 !important;
  box-shadow: unset !important;
  margin-top: 1rem;
}

.LoginForm_recaptcha > div {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .LoginForm_main_box_inputs {
    padding-left: 8px;
    padding-right: 16px;
  }
}

.LoginForm_main_box_inputs_signup {
  margin-top: 5px;
}

.withBorder {
  border-bottom: 1px solid #e7e9ef;
}

.LoginForm_main_box_input {
  width: 100%;
  color: #bbcbde;
  font-family: SFProText-Regular;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.LoginForm_main_box_input label {
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  width: 97%;
  min-height: 70px;
  background-color: white;
  padding-left: 15px;
}
.LoginForm_main_box_input .placeholder {
  position: absolute;
  display: block;
  top: 5px;
  z-index: 2;
  font-size: 12px;
  transition: all 200ms ease-in-out;
  width: 100%;
  cursor: inherit;
}
.LoginForm_main_box_input input,
.LoginForm_main_box_input textarea {
  position: absolute;
  padding-left: 15px;
  top: 20px;
  z-index: 1;
  width: 80%;
  font-size: 16px;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
}
.LoginForm_main_box_input textarea {
  min-height: 30px;
  padding: 8px 0;
}
.LoginForm_main_box_input input {
  height: 30px;
  background-color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.LoginForm_formTools {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .LoginForm_formTools {
    flex-direction: column;
    text-align: center;
    padding: 10px 10px;
  }
  .LoginForm_formTools a {
    padding-bottom: 10px;
  }
  .LoginForm_formTools > li + li::before {
    display: none;
  }

  .LoginForm_formTools > li {
    padding-bottom: 10px;
  }
}

.LoginForm_formTools a {
  text-decoration: none;
}

.LoginForm_formTools > li + li::before {
  content: "•";
  color: rgb(94, 108, 132);
  margin: 0px 8px;
}

.LoginForm_formTools_forgot {
  font-size: 0.9375rem;
  color: #a5b5c9;
  text-decoration: none;
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
}

.LoginForm_formTools_signup {
  font-size: 0.9375rem;
  color: #a5b5c9;
  text-decoration: underline;
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
}

.LoginForm_formFooter {
  margin-top: 1rem;
  text-align: center;
}

.LoginForm_formFooter_submit {
  position: relative;
  font-family: HelveticaNeue-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 1.1875rem;
}

.LoginForm_formFooter_submit_idp_link {
  display: inline-flex;
  flex-direction: column;
}

.LoginForm_socialProviders {
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
  height: 3.125rem;
  font-family: HelveticaNeue-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 1.1875rem;
}

.LoginForm_formFooter_text {
  margin-bottom: 1rem;
  position: relative;
  height: 3.125rem;
  font-family: HelveticaNeue-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 1.1875rem;
}

.LoginForm_formFooter_back {
  display: block;
  margin-top: 1.325rem;
  color: #a5b5c9;
  text-decoration: none;
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
}

.LoginForm_button {
  position: relative;
  border: none;
  box-sizing: border-box;
  justify-content: center;
  background-color: var(--ac-theme-color-warning);
  border-radius: 7px;
  margin: none;
  outline: none;
  min-height: 2.5rem;
  width: 12.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  user-select: none;
  cursor: pointer;
  color: #fff;
  min-width: 9.375rem;
  width: auto;
  padding: 0 0.9375rem;
  font-family: HelveticaNeue-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 1.1875rem;
}

.LoginForm_button_margin_bottom{
  margin-bottom: 1rem;
}

.LoginForm_button_inverted {
  color: var(--ac-theme-color-warning);
  --Button-text-color: var(--background-color)!important;
  background-color: initial!important;
  border: 1px solid var(--ac-theme-color-warning) !important
}

.LoginForm_button_md {
  width: 85%;
}

.LoginForm_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50px;
  margin-top: 15px;
}

.LoginProviders {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.LoginProviders_host {
  text-decoration: none;
  display: flex;
  padding: 10px 0px;
  max-width: 28.75rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  box-shadow: rgba(0,0,0,0.25) 1px 2px 4px 0px !important;
  flex: 1;
  border-radius: 5px;
}

.LoginProviders_host:not(:last-child) {
  margin-right: 1rem;
}

.LoginProviders_host_icon {
  margin-right: 0.5rem;
}

.LoginProviders_host_icon img {
  width: 1em;
  height: 1em;
}


.LoginProviders_host_name {
  font-family: HelveticaNeue, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  color: #1a3352;
  font-size: 0.8em;
}

.providerSubtitle {
  display: flex;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.aggrementBox {
  position: absolute;
  bottom: -20px;
  padding-left: 8px;
  padding-right: 8px;
}

.aggrementBoxText {
  color: #a5b5c9;
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .aggrementBox {
    bottom: -5px;
    font-size: 10px;
  }

  .aggrementBoxText {
    display: none;
  }
}

button[type="submit" i],
input[type="submit" i] {
  position: relative;
  border: none;
  box-sizing: border-box;
  justify-content: center;
  background-color: var(--ac-theme-color-warning);
  border-radius: 7px;
  margin: none;
  outline: none;
  min-height: 2.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  user-select: none;
  cursor: pointer;
  color: #fff;
  min-width: 9.375rem;
  padding: 0 0.9375rem;
  font-family: HelveticaNeue-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
  font-size: 1.1875rem;
}

form > section {
  margin-bottom: 1rem;
}

.secondaryButton {
  background-color: #b1a9a3 !important;
}

.OrDivider {
  display: flex;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #a5b5c9;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dividerBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider {
  display: block;
  width: 85%;
  height: 1px;
  position: relative;
  border-bottom: 1px solid rgba(165, 181, 201, 0.5);
}

.divider-vertical-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider-bottom-margin {
  margin-bottom: 1rem;
}

.divider-vertical {
  height: 85%;
  display: block;
  width: 1px;
  position: relative;
  background: rgba(165, 181, 201, 0.5);
}

.divider-horizontal-margin {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Modal Dialog */

.ModalContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--ac-theme-color-fixed-dark-rgb),.8);
  z-index: 100;
}

.ModalDialog>header,.ModalDialogHeader {
  align-items: center;
  background-color: var(--ac-theme-color-primary-light);
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -1px 3px 0 var(--ac-theme-color-shadow-weak);
  color: var(--ac-theme-color-text-normal);
  display: flex;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.75ch;
  min-height: 3.5rem;
  padding: 0 1rem;
  text-align: center;
  justify-content: space-between;
}

.ModalDialog {
  background-color: var(--ac-theme-color-surface);
  border-radius: 7px;
  box-shadow: var(--ac-theme-color-shadow-weak);
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
  pointer-events: all;
  position: relative;
  width: 750px;
  z-index: 101
}

.ModalDialog footer {
  background-color: inherit;
  background: var(--ac-theme-color-surface);
  bottom: 0;
  box-shadow: 0 2px 5px 0 var(--ac-theme-color-shadow-weak);
  gap: .75rem;
  min-height: 4.375rem;
  position: -webkit-sticky;
  position: sticky
}

.ModalDialog footer {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%
}

.ModalDialog html[data-theme="dark*"] header {
  background-color: var(--ac-theme-color-primary-light)
}

.ModalDialog_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow: hidden
}

@media only screen and (max-width: 1024px)and (max-height:1024px) {
  .ModalDialog {
      height:600px;
      margin-left: 0;
      width: 600px
  }
}

.WarningModalDialog {
  height: auto
}

.WarningModalDialog_content {
  font-size: 1rem;
  text-align: center;
  color: #1a3352;
  font-family: SFProText-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen";
}

.WarningModalDialog .ModalDialog>header,.WarningModalDialog .ModalDialogHeader {
  background-color: var(--ac-theme-color-warning-light-5)!important
}

.WarningModalDialog .ModalDialog>header path,.WarningModalDialog .ModalDialog>header svg,.WarningModalDialog .ModalDialogHeader path,.WarningModalDialog .ModalDialogHeader svg {
  fill: var(--ac-theme-color-secondary-light)
} 

.Button {
  background-color: var(--ac-theme-color-info);
  background-color: var(--background-color);
  border-radius: 0.4375rem;
  box-shadow: 0 1px 2px 0 var(--ac-theme-color-shadow-normal);
  box-sizing: border-box;
  color: #fff;
  color: var(--Button-text-color);
  cursor: pointer;
  justify-content: center;
  margin: none;
  min-height: 2.5rem;
  outline: none;
  padding: 0 0.5625rem;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  font-size: .875rem;
  min-width: 4.375rem;
  border: 0px;
  font-family: SFProText-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI" !important;
  font-weight: 700;
}

.Button-warning {
  --background-color: var(--ac-theme-color-warning);
  --Button-text-color: var(--ac-theme-color-warning-light-35)
}

.Button-inverted--true {
  --Button-text-color: var(--background-color)!important;
  background-color: initial!important;
  border: 1px solid var(--background-color)!important
}

.Button-primary {
  --background-color: var(--ac-theme-color-primary-mid);
  --Button-text-color: var(--ac-theme-color-primary-mid-light-40)
}

.Button-disabled--true,.Button-noAccess--true {
  --Button-text-color: var(--ac-theme-color-secondary-mid-dark-15);
  --background-color: var(--ac-theme-color-secondary-mid)!important;
  pointer-events: none
}

.Login-idp-link-confirm-link-button {
    flex: 1;
    display: block;
    text-align:center;
    align-items: center;
    width: auto;
}

.Login-idp-link-confirm-cancel-button {
    margin-top: 0.5rem;
    width: 100%;
    font-size: 1rem;
}

.Login-idp-link-email-container {
    padding: 1rem;
    text-align: center;
}
