.regular-signup-ctn {
  display: block;
}
.regular-signup-ctn .reset-switch {
  position: absolute;
  right: 10px;
  bottom: 8px;
  height: 24px;
  width: 24px;
  color: white;
  background-color: rgba(27, 26, 31, 0.7);
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.regular-signup-ctn .reset-switch:hover {
  background-color: rgba(27, 26, 31, 0.8);
}
.reg-tooltip {
  position: absolute;
  z-index: 10;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: normal;
  white-space: normal;
}
.tooltip-trigger:hover .reg-tooltip,
.tooltip-trigger:hover ~ .reg-tooltip {
  opacity: 1;
  visibility: visible;
}
.tooltip-rnd {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #7b8b9b;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  cursor: default;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  letter-spacing: normal;
}
.tooltip-rnd:hover {
  background-color: #616f7f;
}

.regular-signup-ctn .reset-switch .reg-tooltip {
  white-space: nowrap;
  top: -30px;
  right: 0;
}
.regular-signup-ctn .terms-line {
  font-size: 12px;
  color: #727272;
  padding-top: 10px;
  margin-top: 5px;
  max-width: 72%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3;
  text-align: center;
}
.regular-signup-ctn .terms-line a {
  color: #9D9FE5;
}
.regular-signup-ctn .terms-line a:hover {
  text-decoration: underline;
}
.regular-signup-ctn input[name="password"].right-pad {
  padding-right: 40px;
}
.regular-signup-ctn .reg-tab.shopify {
  background-image: url(/images/static/signin/shopify.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.regular-signup-ctn .reg-tab:not(:hover):not(.selected) {
  filter: grayscale(100%);
}

.regular-signup-ctn .form-ctn .title {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #312F3D;
}
.regular-signup-ctn .form-ctn .titles {
  margin-bottom: 10px;
}
.regular-signup-ctn .switch-text {
  margin-bottom: 25px;
  font-size: 14px;
}
.regular-signup-ctn .switch-text .bold {
  font-weight: bold;
  cursor: pointer;
  color: #9D9FE5;
}
.regular-signup-ctn .switch-text .signup-switch:hover {
  opacity: 0.7;
}

.regular-signup-ctn .submit-btn {
  display: block;
  margin-top: 30px;
}
.regular-signup-ctn .third-p {
  margin-top: 10px;
  text-align: center;
  color: #777575;
}
.regular-signup-ctn .third-p .or {
  display: flex;
  align-items: center;
}
.regular-signup-ctn .third-p .or span {
  white-space: nowrap;
  padding: 0 20px;
}
.regular-signup-ctn .third-p .or .l {
  height: 1px;
  width: 100%;
  background-color: #777575;
}
.regular-signup-ctn .third-p-items {
  margin-top: 10px;
}
.regular-signup-ctn .third-p-items .reg-btn {
  width: 100%;
}
.regular-signup-ctn .third-p-items .reg-btn .icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.regular-signup-ctn .reg-btn.google {
  color: black;
  background-color: #F2F2F2;
}
.regular-signup-ctn .reg-btn.google:hover {
  background-color: #dcdcdc;
}
.regular-signup-ctn .reg-btn.google .icon {
  background-image: url(/images/login/google.svg);
}
