.account-access {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 28px 10px;
  color: #234d66;
  font-family: Gilroy, Inter, sans-serif;
  text-align: left;
}
.account-access, .account-access * {
  box-sizing: border-box;
}
.account-access p {
  margin: 0;
  line-height: 1.6;
}
.account-access__hero {
  display: grid;
  grid-template-columns: minmax(0, 290px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px 0 38px;
}
.account-access__illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-access__owl {
  display: block;
  width: 290px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-access__panel {
  min-width: 0;
}
.account-access h1 {
  margin: 0 0 18px;
  color: #255574;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.7px;
}
.account-access h2 {
  margin: 0;
  padding: 0;
  color: #255574;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}
.account-access__description {
  color: #526e7d;
  font-size: 16px;
}
.account-access form {
  margin-top: 26px;
}
.account-access label {
  display: block;
  margin: 0 0 9px;
  font-size: 15px;
  font-weight: 700;
  color: #34586e;
}
.account-access input:not([type=hidden]) {
  width: 100%;
  min-width: 0;
  height: 52px;
  max-height: none;
  margin: 0;
  padding: 0 15px;
  border: 1.5px solid #b7cedd;
  border-radius: 10px;
  background: #fff;
  color: #173e58;
  font: inherit;
  font-size: 17px;
  box-shadow: none;
}
.account-access input[aria-invalid=true] {
  border-color: #b33e36;
}
.account-access input:focus {
  outline: 3px solid rgba(33, 117, 177, 0.18);
  border-color: #2175b1;
}
.account-access a {
  color: #246b9a;
  font-weight: 700;
  text-underline-offset: 4px;
}
.account-access a:hover {
  color: #174666;
}
.account-access a:focus-visible, .account-access button:focus-visible {
  outline: 3px solid #2175b1;
  outline-offset: 4px;
}
.account-access .password-input-wrapper {
  position: relative;
  margin: 0;
}
.account-access .password-input-wrapper input {
  padding-right: 50px !important;
}
.account-access .password-toggle {
  position: absolute;
  right: 3px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 46px !important;
  min-width: 0;
  max-height: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 8px;
  transform: none;
  background: transparent;
  color: #527085;
  box-shadow: none;
}
.account-access__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  height: auto;
  max-height: none;
  margin: 18px 0 0;
  padding: 13px 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s;
}
.account-access__button--primary {
  background: #5c9f28;
  border-color: #528f22;
  border-bottom: 4px solid #467f1c;
  color: #fff;
}
.account-access__button--primary:hover {
  background: #4e8b21;
}
.account-access__button--secondary {
  border: 1.5px solid #3376a2;
  background: #fff;
  color: #245c7f;
}
.account-access__button--secondary:hover {
  background: #e8f4fc;
}
.account-access__panel--login {
  border-top: 1px solid #c9dfe9;
  padding: 29px 0 25px;
}
.account-access__panel--login form {
  margin-top: 21px;
}
.account-access__login-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 140px;
  align-items: end;
  gap: 16px;
}
.account-access__field {
  min-width: 0;
}
.account-access__login-fields .account-access__button {
  margin: 0;
  min-height: 52px;
}
.account-access__register {
  margin-top: 16px !important;
  color: #587182;
  font-size: 14px;
}
.account-access__notice {
  padding: 15px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #d69c32;
  border-radius: 0 10px 10px 0;
  background: #fff4dc;
  color: #715015;
  font-size: 15px;
}
.account-access__notice strong {
  display: block;
  margin-bottom: 4px;
}
.account-access__error {
  color: #a9322b;
  margin-top: 8px !important;
  font-size: 14px;
}
.account-access__sent {
  padding: 20px 22px;
  border: 1px solid #b8d58b;
  border-left: 5px solid #62a82d;
  border-radius: 12px;
  background: #edf7e3;
  color: #35582a;
  font-size: 18px;
  line-height: 1.65;
}
.account-access__sent-icon {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-access__sent strong {
  color: #274a1c;
  font-weight: 800;
}
.account-access__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #c9dfe9;
  padding: 20px 0 4px;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .account-access {
    padding: 20px 14px 10px;
  }
  .account-access__hero {
    grid-template-columns: minmax(210px, 0.85fr) minmax(0, 1fr);
    gap: 20px;
  }
  .account-access h1 {
    font-size: 33px;
  }
  .account-access__login-fields {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .account-access__login-fields .account-access__button {
    grid-column: 2;
  }
}
@media (max-width: 600px) {
  .account-access__hero {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .account-access__owl {
    width: 280px;
  }
  .account-access #recovery-title {
    text-align: center;
  }
  .account-access__login-fields {
    grid-template-columns: 1fr;
  }
  .account-access__login-fields .account-access__button {
    grid-column: auto;
  }
  .account-access__footer {
    flex-direction: column;
  }
}
.account-access--phone {
  padding: 24px 32px;
}
.account-access--phone .account-access__hero {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0 0 42px;
}
.account-access--phone .account-access__owl {
  width: 350px;
}
.account-access--phone #recovery-title {
  text-align: center;
}
.account-access--phone h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.account-access--phone h2 {
  font-size: 40px;
}
.account-access--phone .account-access__description, .account-access--phone .account-access__sent {
  font-size: 32px;
}
.account-access--phone .account-access__register, .account-access--phone .account-access__footer, .account-access--phone .account-access__error {
  font-size: 28px;
}
.account-access--phone .account-access__notice {
  padding: 24px 28px;
  margin-bottom: 24px;
  border-left-width: 6px;
  font-size: 32px;
  line-height: 1.5;
}
.account-access--phone .account-access__notice strong {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.3;
}
.account-access--phone .account-access__notice p {
  font-size: inherit;
  line-height: inherit;
}
.account-access--phone .account-access__sent {
  padding: 28px 32px;
  border-left-width: 7px;
}
.account-access--phone .account-access__sent-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 22px;
}
.account-access--phone label {
  font-size: 30px !important;
  line-height: 1.4 !important;
}
.account-access--phone input:not([type=hidden]) {
  height: 100px !important;
  max-height: none !important;
  font-size: 34px !important;
  padding: 0 22px;
}
.account-access--phone .account-access__button {
  min-height: 100px;
  height: auto !important;
  max-height: none !important;
  padding: 20px;
  font-size: 32px !important;
  line-height: 1.45 !important;
}
.account-access--phone .password-input-wrapper input {
  padding-right: 96px !important;
}
.account-access--phone .password-toggle {
  width: 92px !important;
  height: 94px !important;
}
.account-access--phone .password-toggle svg {
  width: 34px;
  height: 34px;
}
.account-access--phone .account-access__panel--login {
  padding: 34px 0;
}
.account-access--phone .account-access__login-fields {
  grid-template-columns: 1fr;
  gap: 24px;
}
.account-access--phone .account-access__login-fields .account-access__button {
  grid-column: auto;
}
.account-access--phone .account-access__register {
  margin-top: 24px !important;
}
.account-access--phone .account-access__footer {
  flex-direction: column;
  gap: 22px;
  padding-top: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .account-access__button {
    transition: none;
  }
}
