/* screen - ipad-page-1-all-breakpoints */

body {
  background: url(https://w3s8sa22y.cloudcdnetw.com/3sv1/images/home_content_bg.jpg) #200001;
  min-height: 100vh;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  body { 
    background:#000000;
   }
}

.ipad-page-1-all-breakpoints {
  align-items: flex-start;
  /* background-color: var(--mirage); */
  display: flex;
  height: 1024px;
  padding: 0 96px;
  width: 768px;
}

.ipad-page-1-all-breakpoints .content-1 {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: center;
  position: relative;
  width: 576px;
}

.ipad-page-1-all-breakpoints .title-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.ipad-page-1-all-breakpoints .icon-user-1 {
  height: 35px;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 28px;
}

.ipad-page-1-all-breakpoints .username-1 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.ipad-page-1-all-breakpoints .input-text-2 {
  padding: 0px 8px;
}

.ipad-page-1-all-breakpoints .icon-password-1 {
  height: 35px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 35px;
}

.ipad-page-1-all-breakpoints .password-1 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.ipad-page-1-all-breakpoints .re-enter-password-1 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.ipad-page-1-all-breakpoints .input-text-3 {
  padding: 0px 0px 0px 8px;
}

.ipad-page-1-all-breakpoints .next-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.ipad-page-1-all-breakpoints .link-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.ipad-page-1-all-breakpoints .already-have-an-account-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  text-decoration: underline;
}

.ipad-page-1-all-breakpoints .input-text {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mountain-mist);
  box-shadow: 0px 4px 4px #00000040;
  display: flex;
  gap: 10px;
  height: 38px;
  position: relative;
  width: 100%;
}
/* screen - mobile-page-1 */

.mobile-page-1 {
  align-items: flex-start;
  /* background-color: var(--mirage); */
  display: flex;
  height: 753px;
  width: 375px;
}

.mobile-page-1 .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 375px;
}

.mobile-page-1 .title {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.mobile-page-1 .icon-user {
  height: 35px;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 28px;
}

.mobile-page-1 .username {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.mobile-page-1 .input-text {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mountain-mist);
  box-shadow: 0px 4px 4px #00000040;
  display: flex;
  gap: 10px;
  height: 38px;
  padding: 0px 8px;
}

.mobile-page-1 .icon-password {
  height: 35px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 35px;
}

.mobile-page-1 .password {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.mobile-page-1 .re-enter-password {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.mobile-page-1 .input-text-1 {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mountain-mist);
  box-shadow: 0px 4px 4px #00000040;
  display: flex;
  gap: 10px;
  height: 38px;
  padding: 0px 0px 0px 8px;
  position: relative;
  width: 100%;
}

.mobile-page-1 .section-command {
  gap: 24px;
  justify-content: center;
  padding: 0px 40px;
}

.mobile-page-1 .next {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.mobile-page-1 .link {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.mobile-page-1 .already-have-an-account {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  text-decoration: underline;
}
/* screen - web-page-1 */

.web-page-1 {
  align-items: center;
  /* background-color: var(--mirage); */
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1280px;
}

.web-page-1 .title-2 {
  color: var(--white);
  flex: 1;
  font-family: var(--font-family-roboto);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}

.web-page-1 .title-3 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.web-page-1 .icon-user-2 {
  height: 35px;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 28px;
}

.web-page-1 .username-2 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.web-page-1 .input-text-4 {
  padding: 0px 8px;
}

.web-page-1 .icon-password-2 {
  height: 35px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 35px;
}

.web-page-1 .password-2 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.web-page-1 .re-enter-password-2 {
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.web-page-1 .input-text-5 {
  padding: 0px 0px 0px 8px;
}

.web-page-1 .next-2 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.web-page-1 .link-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.web-page-1 .already-have-an-account-2 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  text-decoration: underline;
}

.web-page-1 .input-text {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--mountain-mist);
  box-shadow: 0px 4px 4px #00000040;
  display: flex;
  gap: 10px;
  height: 38px;
  position: relative;
  width: 100%;
}

.web-page-1 .title {
  align-self: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .screen.ipad-page-1-all-breakpoints { 
    display: none;
   }
  .screen.web-page-1 { 
    display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .screen.mobile-page-1 { 
    display: none;
   }
  .screen.web-page-1 { 
    display: none;
   }
}
@media screen and (min-width: 1280px) {
  .screen.mobile-page-1 { 
    display: none;
   }
  .screen.ipad-page-1-all-breakpoints { 
    display: none;
   }
}

.star3input input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
}
