/*----------------------Create Account END----------------------*/

#create_account_section
{
	background:gray;
	height: cover;
	width: 500px;
	margin: auto;
	border-radius: 50px;
	
}

#create_account_form
{	
	color : white;
	font-weight: bold;
	font-style : italic;
	padding : 15px;
	margin: auto;
}
#create_account_form a
{	
	color : white;
	font-weight: bold;
	font-style : italic;
	padding : 15px;

}
#create_account_form input[type="text"]
{
	background: white;
	border:none;
	border-radius: 4px;	
	padding : 10px;	
	margin: auto;
	
}


#create_account_form  button
{
	background:white;
	font-weight: bold;
	color : gray;
	border:none;
	border-radius: 50px;
	padding : 10px;
	width: 100px;
}

/*----------------------Create Account END----------------------*/

@media screen and (max-width: 700px)
{
    
}

@media screen and (max-width: 600px)
{
    #create_account_section
    {
    	height:max-content;
    	width: 90%;
    }
}
