body
	{
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	background-color: rgb(92,45,137);
	color: rgb(64,64,64);
	margin: 0px;
	}

.header2
	{
	font-weight: bold;
	}

#coverall
	{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
	background-color: rgba(255,255,255,0.7);
	z-index: 1000;
	}

#alert_container
	{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1001;
	}

#alert_panel
	{
	text-align: center;
	width: 100%;
	background-color: white;
	border: 3px solid rgb(92,45,137);
	box-shadow: 0px 8px 8px rgba(0,0,0,0.2);
	border-radius: 32px;
	}

#main
	{
	margin-top: 16px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background-color: rgb(255,255,255);
	box-shadow: 0px 12px 8px rgba(0,0,0,0.2);
	border-radius: 32px;
	}

#body
	{
	position: relative;
	padding: 32px;
	}

#body_container
	{
	position: relative;
	}

#logo
	{
	position: relative;
	top: 32px;
	margin-bottom: 32px;
	font-family: Ranchers;
	text-align: center;
	font-size: 60px;
	color: rgb(255,255,255);
	text-shadow: 0px 2px 5px rgba(92,45,137,0.6);
	background-color: rgba(192,192,192,0.6);
	box-shadow: 0px -24px 24px -16px rgba(0,0,0,0.3) inset, 0px 24px 24px -16px rgba(255,255,255,0.4) inset, 0px -40px 0px rgba(0,0,0,0.05) inset;
	}

.form_field
	{
	font-family: Open Sans;
	font-size: 90%;
	color: rgb(64,64,64);
	border-radius: 12px;
	border: 2px solid transparent;
	background-color: rgb(255,255,255);
	padding: 3px 6px;
	background-color: rgb(224,224,224);
	outline: none;
	}

.form_field:focus
	{
	border: 2px solid rgb(92,45,137);
	}

.form_button
	{
	position: relative;
	display: inline-block;
	color: rgb(128,128,128);
	background-color: rgb(224,224,224);
	font-family: 'Open Sans', sans-serif;
	border-radius: 12px;
	border-color: rgb(92,45,137);
	border-style: solid;
	border-width: 3px;
	font-size: 100%;
	padding: 2px 8px;
	top: 2px;
	}

.form_button:hover
	{
	cursor: pointer;
	background-color: rgb(240,240,240);
	}
