/* screen - welcome */

.welcome {
  align-items: center;
  background-color: var(--white);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 845px;
  padding: 18px 0;
  width: 390px;
}

.welcome .thank-you-for-choosing-dealership-name {
  color: var(--grey-primary);
  font-weight: 400;
  line-height: 22.8px;
  margin-top: 52px;
  min-height: 49px;
  text-align: center;
  width: 340px;
}

.welcome .span1 {
  font-weight: 700;
}

.welcome .ready-for-the-next-s {
  color: var(--blue);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 32.5px;
  margin-top: 19px;
  min-height: 73px;
  text-align: center;
  width: 340px;
}

.welcome .this-document-authen {
  color: var(--grey-primary);
  font-weight: 400;
  line-height: 22.8px;
  margin-top: 12px;
  min-height: 71px;
  text-align: center;
  width: 340px;
}

.welcome .divider {
  height: 1px;
  margin-top: 33px;
  width: 96px;
}

.welcome .item1 {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: 2.0px;
  margin-top: 27px;
  min-width: 306px;
}

.welcome .phone-lock {
  height: 72px;
  width: 72px;
}

.welcome .capture-images-of-yo {
  color: var(--grey-primary);
  font-weight: 500;
  line-height: 22px;
  width: 208px;
}

.welcome .item2 {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: 11.0px;
  margin-top: 38px;
  min-width: 315px;
}

.welcome .shield {
  height: 72px;
  width: 72px;
}

.welcome .images-are-stored-fo {
  color: var(--grey-primary);
  font-weight: 500;
  line-height: 22px;
  width: 217px;
}

.welcome .item3 {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: 9.0px;
  margin-top: 37px;
  min-width: 313px;
}

.welcome .preview {
  height: 72px;
  width: 72px;
}

.welcome .results-are-accessib {
  color: var(--grey-primary);
  font-weight: 500;
  line-height: 22px;
  width: 215px;
}

.welcome .this-secure-link-wil {
  color: var(--grey-primary);
  font-weight: 400;
  line-height: 17.5px;
  margin-top: 75px;
  min-height: 19px;
  text-align: center;
  white-space: nowrap;
  width: 340px;
}

.welcome .button-button {
  align-items: center;
  background: linear-gradient(180deg, rgb(5, 152, 226) 0%, rgb(57, 186, 251) 100%);
  border-radius: 10px;
  box-shadow: 0px 1px 10px #00000040 , 0px 1px 4px #00000040;
  cursor: pointer;
  display: flex;
  gap: 12px;
  height: 42px;
  justify-content: center;
  margin-top: 16px;
  padding: 16px 32px;
  width: 340px;
}

.welcome .label {
  color: var(--white);
  font-weight: 400;
  line-height: normal;
  margin-bottom: -6.00px;
  margin-top: -8.00px;
  width: fit-content;
}

.welcome .powered-by-700-credit-llc {
  color: var(--grey-secondary);
  font-weight: 400;
  line-height: 17.5px;
  margin-top: 14px;
  min-height: 15px;
  text-align: center;
  white-space: nowrap;
  width: 222px;
}
