@font-face {
	font-family: Inter-r;
	src: url('fonts/Inter-Regular.woff');
}

body {
	font-family: "Inter-r";
	font-size: 12px;
	font-weight: 900;
	color: #333;
	background-color: #f0f0f0;
}
a {
	font-family: "Inter-r";
	text-decoration: none;
	font-weight: 900;
}
a:hover {
	text-decoration: underline;
}

#form_container {
	position: relative;
	top: 100px;
	color: blue;
	margin: 0 auto;
	width: 360px;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	border-top: 0px solid blue;
	filter: drop-shadow(0px 1px 1px #00000030);
	}

#form_container h2 {
	color: blue;
	font-weight: 900;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 30px;
	}
	
#form_container p {
	color: blue;
	font-weight: 900;
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 1px;
	}			

.input {
	height: 30px;
	width: 290px;
	background-color: #f0f0f0;
	border: 0px solid #e0e0e0;
	border-radius: 1px;
	font-family: sans-serif;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 5px;
	padding-right: 5px;
	}

.button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: blue;
	border: 0px;
	border-radius: 3px;
 	}
 	
.button:hover {
	cursor: pointer;
	} 	
 	
#toggle_visibility	{
	position: relative;
	top: -31px;
	left: 299px;
	cursor: pointer;
	display: block;
	height: 30px; 
	width: 30px;
	background-image: url('not_visible.svg');
	background-size: 15px, 15px;
	background-position: 50%, 0%;
	background-repeat: no-repeat;
	}
	
#toggle_visibility2	{
	position: relative;
	top: -31px;
	left: 299px;
	cursor: pointer;
	display: block;
	height: 30px; 
	width: 30px;
	background-color: green;
	}	
	
#button_container {
	height: 80px;
	}	

#button_div {
	width: 30%;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#php_message {
	font-size: 14px;
	width: 70%;
	margin: 0px;
	padding-top: 15px;
	float: right;
	}	
