html {
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
  }

body {
	background-color: #000000;
	height: 100vh;
    margin: 0;
	padding: 0;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-family: "Helvetica Neue",
	Arial,
	sans-serif;
}

ol {
    padding-inline-start: 20px;
}
ul {
    padding-inline-start: 20px;
}
#wrapper {
	height: auto;
	position: relative;
	overflow: hidden;
  }

  #wrapbt {
	background-size: auto 100vh;
	position: absolute;
	background-image: url("https://cdn.shopify.com/s/files/1/0961/8798/files/2020_08_21_Wish_Store-Press_0104_2048_1024x1024.jpg?v=1598304635");
	overflow: hidden;
  }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1 {
	color: #000000;
	font-size: 22px;	
}

h2 {
	color: #464545;
	font-size: 14px;
}


h3 {
	color: #464545;
	font-size: 10px;
}

h4 {
	color: #ffffff;
	font-size: 20px;
}


h5 {
	color: #464545;
	font-size: 20px;
}

#top {
	position: fixed;
	top: 0px;
	width:100%;
	height:5vh;
	margin-left:0px;
	margin-top:0px;
	z-index: 10000;
	font-weight: bold;
    padding-top: 2vh;
    padding-bottom: 2vh;
	background-color:#000000;
	text-align: center;
}

#topDummy {
	position: relative;
    height:9vh;
}

#bottomDummy {
	position: relative;
    height:60px;
}

#bottom {
	position: fixed;
	bottom: 0%;
	width:100%;
	height:7%;
	margin-top:0px;
	color: #ffffff;
	font-size: 22px;
	z-index: 10000;
    font-weight: bold;
	text-align: center;
}

#topphoto {
    position: relative;
	width: auto;
	height: 85vh;
    z-index: 10;
    text-align: center;
}

#photo {
    position: relative;
	width: 80%;
	height: auto;
    z-index: 10;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

#req {
	position: relative;;
	width:100%;
	height:50%;
	font-weight: bold;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}

#sign{
    position: relative;
	top: 0vh;
    padding-top: 2vh;
	padding-bottom: 2vh;
	background-color:#000000;
}

#form{
    position: relative;
	top: 0vh;
	background-color: rgba(255,255,255,0.8);;
}

#size,
#email,
#name,
#phone,
#temppass,
#newpass,
#newpasscomfirm{
	color: #ffffff;
    font-size: 16px;
    width: 80vw;
    border: none;
    outline: none;
	background-color: #000000;
	box-sizing: border-box; 	
	border-radius: 4px 4px 4px 4px; 
}

#send {
	position: relative;
	top: 0px;
	cursor: pointer;
	width:80vw;
	height:auto;
	padding-top:2vh;
	padding-bottom:2vh;
	font-weight: 600;
	margin-left: 10vw;
	margin-right: 10vw;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	background-color:#000000;
	border-radius: 10px 10px 10px 10px; 
}

#exp1,
#exp2,
#exp3,
#exp4,
#exp5 {
	position: relative;;
	font-size: 12px;
	font-weight: bold;
	width:100%;
	height: auto;
	color: #333333;
    z-index: 10;
    text-align: center;
}

#exp3,
#exp4,
#exp5 {
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    margin-bottom: 5%;
}

#space1 {
	height: 1vh;
}

#space2 {
	height: 2vh;
}

#space4 {
	height: 4vh;
}

#space8 {
	height: 8vh;
}

#space16 {
	height: 16vh;
}

#space32 {
	height: 32vh;
}

#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color:#ffffff;
}

.c_text{
    color: red;
}

@media screen and (min-width: 800px) {

	#top {
		font-size: 50px;
		width: 100vw;
	}
	#back {
		left: 0px;
	}
	#exp1 {
		top: 120px;
		font-size: 15px;
		width:650px;
	}
	#exp2 {
		top: 120px;
		font-size: 15px;
		width:650px;
	}		
	#left{
		top: 293px;
		left: 289px;
	}
	#right {
		top: 180px;
		left: 650px;
	}	
	#next {
		top: 280px;
		left: 300px;
		width: 400px;
	}	
    #container {
		top: 300px;
    	left: 300px;
	}
	#req {
		top: 350px;
	}
}

#loader {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: -100;
}

.loader {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	perspective: 800px;
	
}
  .inner {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 50%;  
  }
  
  .inner.one {
	left: 0%;
	top: 0%;
	animation: rotate-one 1s linear infinite;
	border-bottom: 3px solid #EFEFFA;
  }
  
  .inner.two {
	right: 0%;
	top: 0%;
	animation: rotate-two 1s linear infinite;
	border-right: 3px solid #EFEFFA;
  }
  
  .inner.three {
	right: 0%;
	bottom: 0%;
	animation: rotate-three 1s linear infinite;
	border-top: 3px solid #EFEFFA;
  }
  
  @keyframes rotate-one {
	0% {
	  transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
	  transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
  }
  
  @keyframes rotate-two {
	0% {
	  transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
	  transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
  }
  
  @keyframes rotate-three {
	0% {
	  transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
	  transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
  }
  
  