@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-size: 2em;
	text-align: center;
	width: 100vw;
  	color: #f0f0f0;
}
h2
{
	font-size: 1.5em;
	text-align: center;
	width: 100vw;
  	color: #f0f0f0;
}
p
{
	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;
}
#lblname
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	color: white;
  	text-align: center;
  	top: 140px;
  	height: 30px;
}
#name
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 180px;
}
#lblemail
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 240px;
}
#email
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 280px;
}
#lblpsw
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 340px;
}
#psw
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 380px;
}
#lblpsw_rep
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 440px;
}
#psw_rep
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 480px;
}
#google_signup
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	color: white;
  	background: transparent;
  	border: none;
  	top: 540px;
  	height: 50px;
}
#google_signup img
{
  	position: absolute;
  	top: 1px;
  	left: 50%;
  	transform: translateX(-50%);
  	height: 48px;
  	width: 48px;
  	cursor: pointer;
}
#sup_btn
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	top: 610px;
}
#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;
  	display: block;
}
#su_content h2
{
  	position: absolute;
  	top: 40px;
  	font-size: 24px;
  	height: 40px;
  	left: 0.5vw;
  	width: 40vw;
  	text-align: center;
}
#su_content p
{
  	position: absolute;
  	top: 140px;
  	font-size: 16px;
  	text-align: justify;
  	left: 0.5vw;
  	width: 40vw;
  	color: white;
}
#err_msg
{
  	position: absolute;
  	left: 0.5vw;
  	width: 40vw;
  	height: 40px;
  	font-size: 16px;
  	text-align: center;
  	background-color: #f03030;
  	top: 660px;
  	color: red;
  	background: rgba(0,0,0,0.5);
}
}
@media (max-width: 999px)
{
#content
{
	position: absolute;
	left: 0;
	top: 100px;
	width: 100vw;
	min-height: 50vh;
}
h1
{
	font-size: 1.5em;
	text-align: center;
	width: 100vw;
  	color: #f0f0f0;
  	font-display: swap;
}
h2
{
	font-size: 1.25em;
	text-align: center;
	width: 100vw;
  	color: #f0f0f0;
  	font-display: swap;
}
label
{
  	font-size: 1em;
  	text-align: center;
  	width: 100vw;
  	display: block;
  	color: white;
  	margin-top: 10px;
}
#signup_form
{
  	background: radial-gradient(
    circle, 
    rgba(0, 0, 0, 0.7) 40%, 
    rgba(0, 0, 0, 0)) 100%;
	width: 100vw;
 	height: 750px;
}
#signup_form h2
{
  	font-size: 1.1em;
  	height: 40px;
  	width: 100vw;
  	text-align: center;
  	margin: 0;
}
#name, #email, #psw, #psw_rep
{
  	width: 90vw;
  	margin: 10px 5vw;
  	padding: 0;
    box-sizing: border-box;
}

#google_signup
{
  	position: relative;
  	width: 100vw;
  	color: white;
  	background: transparent;
  	border: none;
  	height: 50px;
  	margin: 10px 0;
}
#google_signup img
{
  	position: absolute;
  	top: 1px;
  	left: 50%;
  	transform: translateX(-50%);
  	height: 48px;
  	width: 48px;
  	cursor: pointer;
}
#sup_btn
{
  	width: 90vw;
  	top: 350px;
  	margin: 10px 5vw;
  	padding: 0;
  	box-sizing: border-box;
}
#err_msg
{
  width: 100vw;
  height: 40px;
  font-size: 1em;
  text-align: center;
  background-color: #f03030;
  color: red;
  background: rgba(0,0,0,0.5);
}
  
#su_content
{
	display: none;
  	
}  
#su_content h2
{
	display: none;
}  
#su_content p
{
	display: none;
}
}