@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i');
body {
  --ory-theme-font-family: 'Roboto', Inter;
  --ory-theme-font-style: normal;
  --ory-theme-accent-def: #950DDC;
  --ory-theme-accent-muted: #950DDC;
  --ory-theme-accent-emphasis: #2D01F8;
  --ory-theme-accent-disabled: #E0E0E0;
  --ory-theme-accent-subtle: #eceefe;
  --ory-theme-foreground-def: #171717;
  --ory-theme-foreground-muted: #616161;
  --ory-theme-foreground-subtle: #9E9E9E;
  --ory-theme-foreground-disabled: #BDBDBD;
  --ory-theme-foreground-on-dark: #FFFFFF;
  --ory-theme-foreground-on-accent: #FFFFFF;
  --ory-theme-foreground-on-disabled: #e0e0e0;
  --ory-theme-background-surface: #FFFFFF;
  --ory-theme-background-canvas: #F8F8F8;
  --ory-theme-background-subtle: #EEEEEE;
  --ory-theme-error-def: #2D01F8;
  --ory-theme-error-subtle: #fce8ec;
  --ory-theme-error-muted: #e95c7b;
  --ory-theme-error-emphasis: #DF1642;
  --ory-theme-success-emphasis: #18A957;
  --ory-theme-border-def: #EEEEEE;
  --ory-theme-text-def: #FFFFFF;
  --ory-theme-text-disabled: #757575;
  --ory-theme-input-background: #FFFFFF;
  --ory-theme-input-disabled: #E0E0E0;
  --ory-theme-input-placeholder: #9E9E9E;
  --ory-theme-input-text: #424242

  margin: auto;
  min-height: 100vh;
  min-width: 100%;
  background: var(--ory-theme-background-canvas);
  display: flex;
  flex-direction: column;
}

/* the browser adds margins to these elements by default */
ul,
ol,
p,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* main contains all of our page elements - excluding the footer */
main {
  /* fill the page */
  flex: 1;
}

.divider {
  width: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.spacing-32 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.spacing-32-horizontal {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.spacing-16 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.spacing-16-horizontal {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.spacing-8 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.divider-left {
  margin: 0;
}

.ory-branding {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  align-items: center;
  padding-bottom: 2rem;
}

/* only manage the nav */
.main-nav {
  min-width: 18.75rem;
  position: fixed;
  height: auto;
  z-index: 1;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

/* pushes the menu links to either side of the footer bar */
.footer-container {
  padding: 1rem 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: var(--ory-theme-foreground-muted);
  background-color: var(--ory-theme-background-surface);
}

.footer-divider {
  height: 0;
  border-top: 1px !important;
}

/** Added for Auth **/
h2 {
  font-size: 1.5rem !important;
}

._1tgfa2l1 {
  border: 0;
  border-bottom: 1px solid var(--ory-theme-border-def);
  border-radius: 0;
  transition: border-bottom 0.2s linear;
  padding: 0.25rem 0rem;
}
._1tgfa2l1:hover {
  border: 0;
  border-bottom: 2px solid var(--ory-theme-accent-muted);
}
._1tgfa2l1:focus {
  inset: 4px;
  border-bottom: 2px solid var(--ory-theme-accent-muted);
}
._1tgfa2l1:active {
  border: 0;
  border-bottom: 2px solid var(--ory-theme-accent-muted);
}
._1tgfa2l1:not(:focus):not(:placeholder-shown):valid {
  border: 0;
  border-bottom: 2px solid var(--ory-theme-success-emphasis);
}

._1t5ly151 * {
  font-weight: 600 !important;
}

._16pmekl0 {
  all: unset;
  box-sizing: border-box;
  font-family: var(--ory-theme-font-family);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--ory-theme-foreground-muted);
  border-color: var(--ory-theme-foreground-muted);
  background-color: inherit;
  border: 1px solid;
  border-radius: 2rem;
  cursor: pointer;
  outline: none;
  padding: 0.75rem 1rem;
}

.vpyugz5 {
  font-family: var(--ory-theme-font-family);
  text-decoration: none;
}

.xkj8ku0 {
  all: unset;
  box-sizing: border-box;
  font-family: var(--ory-theme-font-family);
  font-weight: 600;
  text-decoration: none;
  color: var(--ory-theme-text-def);
  background: var(--ory-theme-accent-def);
  padding: 0.625rem 1rem;
  border-radius: 3rem;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 24.375em) {
  .footer-container > div:last-child {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  body {
    background: var(--ory-theme-background-surface);
  }

  .auth-container {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}