:root {
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--gray--100: #b2b3bd;
  --alley-component-library--gray--700: #383942;
  --alley-component-library--gray--900: #131316;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.a-account-background-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-text-link-regular {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-account-forgot {
  grid-column-gap: 4px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-account-password-icon-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: 0%;
  left: auto;
  right: 10px;
}

.a-account-password-icon-wrapper:hover {
  color: var(--alley-component-library--blue--900);
}

.a-account-text-field {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 16px;
  height: 56px;
  margin-top: 8px;
  margin-bottom: 0;
}

.a-account-text-field:focus {
  border-width: 2px;
  border-color: var(--alley-component-library--blue--900);
}

.a-account-password {
  position: relative;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-account-form {
  grid-column-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.a-account-form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.a-account-divider {
  background-color: var(--alley-component-library--gray--100);
  width: 100%;
  height: 1px;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-account-divider-wrapper {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-account-social-button {
  grid-column-gap: 12px;
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--700);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.a-account-social-button:hover {
  background-color: var(--alley-component-library--gray--0);
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-account-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.cell {
  text-transform: none;
  word-break: normal;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.text-block {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .a-button-primary {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .a-button-primary {
    width: 100%;
  }
}

#w-node-_1974f032-63c3-4edc-f00d-5fa4109eb0f0-f2343402 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
