.gradient-text {
  background-image: linear-gradient(45deg, #502fd2, #fc7aff);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
}

.shopify-logo {
  border-left: 2px solid #d3d3d3;
}

.shopify-store {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}

.terms-text {
  font-size: 13px;
  font-weight: 600;
}

.divider {
  margin: 50px 0px 30px 0px;
  border-bottom: solid 1px #d3d3d3;
}

.login-text {
  font-weight: 600;
  font-size: 20px;
}

#hint_id_password1 > ul {
  padding: 5px 0px 0px 20px;
}
.invalid-feedback {
  margin-bottom: 10px;
}
