@media (min-width: 1000px)
{

#content
{
  position: absolute;
  left: 0;
  top: 100px;
  width: 100vw;
  min-height: 50vh;
  margin: 0;
  border: 0;
  background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0)) 100%;
}

h1
{
  font-family: 'Poppins', serif;
  font-size: 2em;
  text-align: center;
  width: 100vw;
  color: #f0f0f0;
}
h2
{
  font-family: 'Poppins', serif;
  font-size: 1.5em;
  text-align: center;
  width: 100vw;
  color: #f0f0f0;
}
p
{
  font-family: 'Poppins', serif;
  font-size: 1em;
  text-align: center;
  width: 100vw;
}

#signup_form
{
  position: absolute;
  left: 2vw;
  background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.7) 40%, 
    rgba(0, 0, 0, 0)) 100%;
  width: 41vw;
  height: 550px;
}
#signup_form h2
{
  position: absolute;
  top: 40px;
  font-size: 24px;
  height: 40px;
  left: 0.5vw;
  width: 40vw;
  text-align: center;
  font-family: 'Poppins', serif;
}
#google_signup
{
  position: absolute;
  left: 0.5vw;
  width: 40vw;
  color: white;
  background: transparent;
  border: none;
  top: 440px;
  height: 50px;
}
#google_signup img
{
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  width: 48px;
  cursor: pointer;
}

#su_content
{
  position: absolute;
  left: 57vw;
  background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.7) 40%, 
    rgba(0, 0, 0, 0)) 100%;
  width: 41vw;
  height: 550px;
}

#su_content h2
{
  position: absolute;
  top: 40px;
  font-size: 24px;
  height: 40px;
  left: 0.5vw;
  width: 40vw;
  text-align: center;
  font-family: 'Poppins', serif;
}

#su_content p
{
  position: absolute;
  top: 140px;
  font-size: 16px;
  text-align: justify;
  left: 0.5vw;
  width: 40vw;
  color: white;
  font-family: 'Poppins', serif;
}
#pp_content
{
  color: white;
  font-family: 'Poppins', serif;
  font-size: 16px;
  text-align: left;
  background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.7) 40%, 
    rgba(0, 0, 0, 0)) 100%;
  width: 90vw;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 100px;
}
#lblemail
{
  position: absolute;
  top: 140px;
  left: 0.5vw;
  width: 40vw;
  font-family: 'Poppins', serif;
  font-size: 1em;
  color: white;
  text-align: center;
}
#lemail
{
  position: absolute;
  font-family: 'Poppins', serif;
  font-size: 16px;
  left: 0.5vw;
  width: 40vw;
  color: white;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  top: 180px;
  height: 30px;
}
#lblpsw
{
  position: absolute;
  top: 240px;
  left: 0.5vw;
  width: 40vw;
  font-family: 'Poppins', serif;
  font-size: 1em;
  color: white;
  text-align: center;
}
#lpsw
{
  position: absolute;
  font-family: 'Poppins', serif;
  font-size: 16px;
  left: 0.5vw;
  width: 40vw;
  color: white;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  top: 280px;
  height: 30px;
}
#lsup_btn
{
  position: absolute;
  left: 0.5vw;
  width: 40vw;
  height: 40px;
  font-size: 16px;
  text-align: center;
  font-family: 'Poppins', serif;
  background-color: #007288;
  top: 360px;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
#lsup_btn:hover
{
  transition: 0.3s;
  background-color: #00b2d8;
}
#err_msg
{
  position: absolute;
  left: 0.5vw;
  width: 40vw;
  height: 40px;
  font-size: 16px;
  text-align: center;
  font-family: 'Poppins', serif;
  background-color: #f03030;
  top: 430px;
  color: red;
  background: rgba(0,0,0,0.5);
}
#presgend
{
  position: relative;
  width: 100vw;
  height: 600px;
}
}



@media (max-width: 999px)
{
  
html, body
{
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Poppins', serif;
  background-image: url('/img/bgrnd.webp');
  color: white;
}

#content
{
  position: absolute;
  left: 0;
  top: 100px;
  width: 100vw;
  min-height: 50vh;
}
h1
{
	font-family: 'Poppins', serif;
	font-size: 1.5em;
	text-align: center;
	width: 100vw;
  	color: white;
}
h2
{
	font-family: 'Poppins', serif;
	font-size: 1.25em;
	text-align: center;
	width: 100vw;
  	color: white;
}
#signup_form
{
  	background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.7) 40%, 
    rgba(0, 0, 0, 0)) 100%;
	width: 100vw;
}
#signup_form h2
{
  	margin-top: 25px;
  	margin-bottom: 25px;
}

label
{
  	font-family: 'Poppins', serif;
  	font-size: 1em;
  	text-align: center;
  	width: 100vw;
  	color: white;
  	display: block;
  	margin-top: 15px;
}

#lemail
{
	font-family: 'Poppins', serif;
	font-size: 1em;
  	width: 90vw;
  	color: white;
  	background: transparent;
  	border-top: none;
  	border-left: none;
  	border-right: none;
  	text-align: center;
  	height: 30px;
  	margin: 10px 5vw;
  	box-sizing: border-box;
  	padding: 0;
}
#lpsw
{
	font-family: 'Poppins', serif;
	font-size: 1em;
  	left: 5vw;
  	width: 90vw;
  	color: white;
  	background: transparent;
  	border-top: none;
  	border-left: none;
  	border-right: none;
  	text-align: center;
  	height: 30px;
  	margin: 10px 5vw;
    box-sizing: border-box;
  	padding: 0;
}
#google_signup
{
  position: relative;
  width: 100vw;
  color: white;
  background: transparent;
  border: none;
  height: 50px;
  margin-top: 10px;
}
#google_signup img
{
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  width: 48px;
  cursor: pointer;
}
#pp_content
{
  color: white;
  font-family: 'Poppins', serif;
  font-size: 16px;
  text-align: left;
  background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.7) 40%, 
    rgba(0, 0, 0, 0)) 100%;
  width: 90vw;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 100px;
}

#lsup_btn
{
  width: 90vw;
  height: 45px;
  font-size: 16px;
  text-align: center;
  font-family: 'Poppins', serif;
  background-color: #007288;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  margin: 20px 5vw;
  transition: 0.3s;
}
#lsup_btn:hover
{
  transition: 0.3s;
  background-color: #00b2d8;
}
#err_msg
{
  position: absolute;
  left: 5vw;
  width: 90vw;
  height: 40px;
  font-size: 16px;
  text-align: center;
  font-family: 'Poppins', serif;
  background-color: #f03030;
  top: 430px;
  color: red;
  background: rgba(0,0,0,0.5);
}

#content
{
  width: 100vw;
  margin: 0;
  border: 0;
  background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0)) 100%;
}
   
#su_content
{
	display: none;
  	
}  
#su_content h2
{
	display: none;
}  
#su_content p
{
	display: none;
}
}