html
{
	background-image: url("/img/Bug-Report-Mei.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	margin: 0 auto;
}

.container
{
	width: 500px;
	height: 600px;
	text-align: center;
	background-color: rgba(52,73,94,0.7);
	margin: 0 auto;
	margin-top: 64px;
}

.container img
{
	margin-top: -64px;
}

.container input
{
	width: 300px;
	height: 45px;
	font-size: 18px;
	background-color: #FFF;
	margin-bottom: 20px;
	padding-left: 35px;
}

.form_username::before
{
	color: #9B59B6;
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	padding-left: 5px;
	padding-top: 7px;
	font-size: 35px;
}

.form_email::before
{
	color: #9B59B6;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	padding-left: 2px;
	padding-top: 7px;
	font-size: 35px;
}

.form_password::before
{
	color: #9B59B6;
	content: "\f09c";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	padding-left: 5px;
	padding-top: 7px;
	font-size: 35px;
}

.btn-register
{
	color: white;
	width: 164px !important;
	height: 48px !important;
	border: none;
	background-color: #2ECC71 !important;
	padding: 15px 25px !important;
	text-align: center;
	margin: 0 auto;
}

.btn-register:hover
{
	background-color: #61e298 !important;
}

.dropmenu
{
	color: #9B59B6;
	width: 300px;
	height: 48px;
	margin: 0 auto;
	font-family: "Calibri";
	font-weight: bold;
	font-size: 18px;
}

.dropmenu_option
{
	width: 300px !important;
	height: 64px !important;
}

.form_location
{
	width: 300px;
	margin: 0 auto;
	margin-top: 16px;
}

.Info
{
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: -1px 0px black;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}