.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;
}

.body {
  font-family: Inter, sans-serif;
}

.heading {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.auth-button {
  border-radius: 20px;
}

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

.link-block.auth-button {
  color: #070847;
  border: 2px solid #000;
  border-radius: 100px;
  width: 100%;
  padding: 6px 10px;
  text-decoration: none;
  transition: all .1s;
}

.link-block.auth-button:hover {
  color: #fff;
  background-color: #070847;
}

.auth-button-text {
  text-align: center;
  border: 1px #000;
  flex: 1;
  font-size: 18px;
  text-decoration: none;
}

.image {
  width: 35px;
  height: 35px;
}

.image.auth-button-image {
  background-color: #fff;
  padding: 6px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 350px;
  max-width: 100%;
  margin-top: 32px;
  display: flex;
}

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

.footer-link {
  color: #8f8f8f;
  white-space: nowrap;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #696969;
}

.quick-stack {
  height: 100vh;
}

.sign-in-content {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-column {
  background-image: url('../images/cf6901f56dd60f33f235.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.auth-button-image-wrapper, .auth-button-image-wrapper.rounded {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .left-cell {
    display: none;
  }
}

#w-node-ebc1c405-e321-9148-d1a2-cb944964adcc-53784856 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_06fedc1c-889d-7ee5-acaf-45af37187c4c-53784856 {
    grid-column: span 2 / span 2;
  }
}


