.login {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.login input::-webkit-outer-spin-button,
.login input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login input[type=number] {
  -moz-appearance: textfield;
}
.login .input-field .btn-search-cancel {
  display: none !important;
}

.login-alert {
  border: solid 2px #132831;
  padding: 16px;
}
.login-alert-title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.login-alert-title-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
}
.login-alert-title-text {
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #132831;
  padding-top: 2px;
}
.login-alert-text {
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.login-alert-info {
  border-color: #49D6C6;
}

.login.change-password .criteria-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #F9F9F9;
  border-radius: 32px 0;
}
.login.change-password .criteria-title {
  font-family: "Geon Expanded";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #132831;
}
.login.change-password .password-strength {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.login.change-password .password-strength .part {
  display: block;
  height: 0.5rem;
  width: 3.25rem;
  background: #E0DBD1;
  border: 1px solid #E0DBD1;
  border-radius: 8px;
}
.login.change-password .password-strength .part.active {
  background-color: #78D78C;
  border-color: #78D78C;
}
.login.change-password .criterias {
  display: flex;
  flex-direction: column;
}
.login.change-password .criteria {
  display: flex;
  flex-direction: row;
}
.login.change-password .criteria-icon {
  display: inline-block;
  background-image: url("/o/login/images/unsatisfied.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.login.change-password .criteria-icon.satisfied {
  background-image: url("/o/login/images/satisfied.svg");
}

.login {
  /* Utility classes */
}
.login .flex {
  display: flex;
  flex-wrap: nowrap;
}
.login .gap-2 {
  gap: 16px;
}
.login .mt-4 {
  margin-top: 32px;
}
.login .mb-4 {
  margin-bottom: 32px;
}
.login .hidden {
  display: none;
}
.login .color-error {
  color: #EB5757;
}
.login .font-locator {
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.login .text-centered {
  text-align: center;
}
.login .text-uppercase {
  text-transform: uppercase;
}

.login {
  display: flex;
  margin-top: 80px;
}
.login .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 4rem;
  flex-grow: 1;
  justify-self: center;
}
.login h1 {
  color: #132831;
  font-family: "Geon Expanded", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}
.login h2 {
  color: #132831;
  font-family: "Geon Expanded", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
}
.login h3 {
  color: #132831;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.14px;
}
.login p {
  color: #666666;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.login p.centered {
  text-align: center;
}
.login .need-help {
  color: #666;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-top: 16px;
}
.login .help {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  color: #666;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.login .help::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #00685f;
  border-radius: 5px 0;
}
.login .help:last-child {
  margin-bottom: 0;
}
.login .a-link {
  height: 18px;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #132831;
}
.login .link-group {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.login .error-block {
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #EB5757;
  border: 1px solid #eb5757;
  border-radius: 0.25rem;
  padding: 1rem;
}
.login .input-groups {
  align-self: center;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 24px;
  width: 485px;
}
.login .input-groups .input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
}
.login .input-groups .input-group label {
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}
.login .input-groups .input-group .input-field {
  width: 100%;
  display: flex;
}
.login .input-groups .input-group .input-field input {
  height: 40px;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #CCCCCC;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.14px;
  color: #132831;
}
.login .input-groups .input-group .input-field .icon {
  height: 40px;
  cursor: pointer;
}
.login .input-groups .input-group .input-field .cross-icon {
  margin-left: -32px;
}
.login .input-groups .input-group .input-field .eye-icon {
  margin-left: -54px;
}
.login .actions {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 485px;
  gap: 24px;
  margin-bottom: 30px;
}
.login .actions .check-box-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  height: 23px;
}
.login .actions .check-box-group input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
.login .actions .check-box-group label {
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.14px;
  color: #132831;
  margin-bottom: 0;
}
.login .actions.actions-row {
  flex-direction: row;
}
.login .actions.actions-row .primary-button,
.login .actions.actions-row .secondary-button {
  flex-grow: 1;
}
.login .primary-button {
  align-self: stretch;
  flex-grow: 0;
  background: #2A665F;
  border-radius: 4px;
  border: 3px solid #2A665F;
  height: 40px;
  transition: 0.3s;
}
.login .primary-button .primary-button-text {
  align-items: center;
  padding: 1px 0;
  width: 58px;
  height: 19px;
  text-transform: uppercase;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
}
.login .primary-button:hover {
  background: #FFFFFF;
}
.login .primary-button:hover .primary-button-text {
  color: #2A665F;
}
.login .primary-button:disabled {
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
}
.login .primary-button:disabled .primary-button-text {
  color: #666666;
}
.login .secondary-button {
  align-self: stretch;
  flex-grow: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 3px solid #2A665F;
  height: 40px;
  transition: 0.3s;
}
.login .secondary-button .secondary-button-text {
  align-items: center;
  padding: 1px 0;
  width: 58px;
  height: 19px;
  text-transform: uppercase;
  font-family: "Locator", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #2A665F;
}
.login .secondary-button:hover {
  background: #2A665F;
}
.login .secondary-button:hover .secondary-button-text {
  color: #FFFFFF;
}
.login a.primary-button,
.login a.secondary-button {
  text-align: center;
  padding-top: 6px;
}
.login .modal-dialog {
  right: 0;
  left: 0;
}
.login .modal-dialog .modal-header .modal-title {
  font-family: "Geon Expanded", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #132831;
}
.login .modal-dialog .modal-centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.login .modal-dialog .modal-centered-content p {
  margin-top: 32px;
  margin-bottom: 0;
}
.login .modal-dialog .modal-body {
  padding: 34px 24px 32px 24px;
}
.login .modal-dialog .modal-footer {
  justify-content: flex-end;
}
.login .modal-dialog .modal-footer .primary-button,
.login .modal-dialog .modal-footer .secondary-button {
  width: 145px;
}
@media (min-width: 868px) {
  .login .modal-dialog {
    max-width: 792px;
  }
}
@media (max-width: 1260px) {
  .login .background-image {
    display: none;
  }
  .login .actions {
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .login .input-groups {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .login .actions {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.login input.code-number {
  font-family: "Geon Expanded", serif;
  text-align: center;
  color: rgb(42, 102, 95);
  margin-top: 40px;
  border-color: rgb(204, 204, 204);
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
@media only screen and (min-device-width: 320px) {
  .login input.code-number {
    width: 100%;
    height: 56px;
    line-height: 26px;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1rem;
  }
}
@media only screen and (min-device-width: 380px) {
  .login input.code-number {
    width: 320px;
  }
}
@media only screen and (min-device-width: 1024px) {
  .login input.code-number {
    height: 80px;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    border-radius: 8px;
  }
}

.app .page {
  padding-bottom: 0;
}

.login .alert {
  background-color: transparent;
  border: none;
  color: #EB5757;
  padding: 0;
  font-size: 13px;
  display: flex;
}

.login .alert:before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(/o/login/images/alert.png);
  margin-right: 10px;
}

.login .alert button, .login .alert .alert-indicator, .login .alert .lead {
  display: none;
}

/*
 * Webview
 *
 * Improve display in webview mode (aka mobile app)
 */
[data-webview] .login.sign-in {
  margin-top: 0 !important;
}

[data-webview] .login .form {
  margin-top: 1rem !important;
}