/* screen - login_start */

.login_start {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 500px;
  width: 100%;
}

.login_start .status-bar {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: flex-end;
  left: 0;
  min-width: 375px;
  padding: 10px 14.7px;
  position: fixed;
  top: 0;
  z-index: 5;
}

.login_start .time {
  align-self: flex-start;
  letter-spacing: 0;
  line-height: 22px;
  min-height: 22px;
  white-space: nowrap;
  width: 54px;
}

.login_start .icon-bar_chart {
  height: 11px;
  margin-left: 219px;
  margin-top: 2.0px;
  width: 17px;
}

.login_start .wifi {
  height: 11px;
  margin-left: 5px;
  margin-top: 1.63px;
  width: 15px;
}

.login_start .battery {
  align-items: center;
  display: flex;
  margin-left: 5px;
  margin-top: 2.0px;
  min-width: 24px;
}

.login_start .overlap-group {
  align-items: flex-start;
  border-radius: 2.67px;
  display: flex;
  height: 11px;
  min-width: 22px;
  padding: 1.0px 1px;
}

.login_start .capacity {
  background-color: var(--app-colorblack-200);
  border-radius: 1.33px;
  height: 7px;
  width: 18px;
}

.login_start .cap {
  height: 4px;
  margin-left: 1px;
  margin-top: 0;
  width: 1px;
}

.login_start .image {
  cursor: pointer;
  height: 48px;
  margin-left: 4px;
  margin-top: 12px;
  width: 48px;
  z-index: 4;
}

.login_start .text-248 {
  color: var(--app-colorblack-400);
  font-weight: 800;
  line-height: 40px;
  margin-left: 16px;
  margin-top: 67px;
  min-height: 40px;
  white-space: nowrap;
  align-self: center;
  width: 345px;
}

.login_start .text-249 {
  align-self: center;
  letter-spacing: 0;
  margin-top: 6px;
  min-height: 18px;
  width: 345px;
}

.login_start .view {
  align-items: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: min-content;
  margin-right: 1.0px;
  margin-top: 97px;
  width: 338px;
  z-index: 1;
}

.login_start .button-social-sign-in-50px {
  align-self: stretch;
  background-color: var(--apple);
  border-radius: 8px;
  cursor: pointer;
  height: 56px;
  min-width: 338px;
}

.login_start .frame-637 {
  align-items: center;
  display: flex;
  gap: 8px;
  height: min-content;
  left: 94px;
  position: relative;
  top: 18px;
  width: min-content;
}

.login_start .naver {
  height: 20px;
  min-width: 20px;
}

.login_start .next {
  color: var(--app-colorwhite);
  font-weight: 700;
  line-height: 18px;
  min-width: 121px;
  white-space: nowrap;
}

.login_start .button-social-sign-in-50px-1 {
  align-self: stretch;
  background-color: #fae300;
  border-radius: 8px;
  height: 56px;
  min-width: 338px;
}

.login_start .frame-634 {
  align-items: center;
  display: flex;
  gap: 8px;
  height: min-content;
  left: 94px;
  position: relative;
  top: 19px;
  width: min-content;
}

.login_start .vector {
  height: 18px;
  min-width: 20px;
}

.login_start .next-1 {
  color: var(--app-colorblack-400);
  font-weight: 700;
  line-height: 18px;
  margin-top: -1px;
  min-width: 121px;
  white-space: nowrap;
}

.login_start .button-social-sign-in-50px-2 {
  align-self: stretch;
  background-color: var(--app-colorwhite);
  border-radius: 8px;
  height: 56px;
  min-width: 338px;
}

.login_start .frame-635 {
  align-items: center;
  display: flex;
  gap: 8px;
  height: min-content;
  left: 102px;
  position: relative;
  top: 18px;
  width: min-content;
}

.login_start .google {
  height: 20px;
  min-width: 20px;
}

.login_start .next-2 {
  color: var(--app-colorblack-400);
  font-weight: 700;
  line-height: 18px;
  min-width: 106px;
  white-space: nowrap;
}

.login_start .button-long-48px {
  align-self: stretch;
  background-color: var(--app-colorwhite);
  border-radius: 8px;
  height: 56px;
  min-width: 338px;
  position: relative;
}

.login_start .next-3 {
  color: var(--app-colorblack-400);
  font-weight: 700;
  height: 18px;
  left: 108px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 18px;
  white-space: nowrap;
}

.login_start .i-phone-x-home-indicator-light-b {
  -webkit-backdrop-filter: blur(50px) brightness(100%);
  align-items: flex-end;
  backdrop-filter: blur(50px) brightness(100%);
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 0;
  min-width: 375px;
  padding: 9px 120px;
  position: fixed;
  top: 778px;
  z-index: 6;
}

.login_start .home-indicator {
  background-color: var(--black);
  border-radius: 100px;
  height: 5px;
  width: 134px;
}

.g_icon{
  height:50px;
  margin-top:-10px;
}

.email-div{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-div{
  position: absolute; 
  top: 0; 
  z-index: 1; 
  width: 100vw; 
  height: 100vh; 
  display: flex; 
  flex-direction: column;
}

.video-top{
  width: 100%; 
  height: 30px; 
  display: flex; 
  justify-content: flex-end;
  background: #AACE4C;
}

.video-x-btn{
  background: transparent; 
  border: none; 
  width: 50px; 
  height: 100%;
}

.video-x-btn-img{
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.video-player{
  width: 100%; 
  flex-grow: 1;
}
.scrollLock { overflow: hidden; }
