*{
	font-family: 'poppins', sans-serif;
	color: #ffffff;
}

.blacktext{color:black;}

.center{align-items: center;
	align-self: center;
	align-content: center;
	justify-items:center;
	justify-content: center;
	justify-self: center;}


.centertext {
	text-align:center;
	margin: auto;
}

body{
	align-items: center;
	align-self: center;
	align-content: center;
	justify-items:center;
	justify-content: center;
	justify-self: center;
}

h2{
	margin-top: 20px;
	margin-bottom: 0px;
	text-align:center;}

h5{color:black;
		margin-top: 0px;
		margin-bottom: 0px;
	text-align:center;}


.container{
	background-color: rgb(0, 0, 0);
	padding: 5px;
	border-radius: 5px;
}

.container1{
	background-color: rgb(255, 255, 255);
	padding: 0px;
}
span input{
	width: fit-content 100%;
	padding: 10px;
	border-radius: 5px;
	margin: 5px 0 20px 0;
	background-color: #eee;
	border-color:rgb(46, 46, 46);
	outline: none;
	color:black;
}

textarea{
	width: fit-content 100%;
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	background-color: #eee;
	border: none;
	outline: none;
}

.portalbutton{
	background-color: #000000;
	border-radius: 10px;
	color: white;
	margin: 0;
	text-align:center;
	width:100%;
	height: 40px;
	border:1px solid rgb(255, 0, 0)
}

.portalbutton:hover {cursor:pointer; color: red; border:2px solid rgb(255, 0, 0)}

.loginbutton{
	background-color: #000000;
	border-radius: 10px;
	color: white;
	margin-top: 10px;
	text-align:center;
	width: 100%;
	height: 40px;
	border:1px solid rgb(255, 0, 0)
}

.loginbutton:hover {cursor:pointer; color: red; border:2px solid rgb(255, 0, 0)}

.sendbutton{
	background-color: #000000;
	border-radius: 10px;
	color: white;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align:center;
	width: 170px;
	height: 60px;
	padding:20px;
	border:1px solid rgb(255, 0, 0)
}

.sendbutton:hover {cursor:pointer; color: red; border:2px solid rgb(255, 0, 0)}

.generatereportbutton{
	background-color: #000000;
	border-radius: 10px;
	color: white;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align:center;
	width: 170px;
	height: 60px;
	padding:20px;
	border:1px solid rgb(255, 0, 0)
}

.generatereportbutton:hover {cursor:pointer; color: red; border:2px solid rgb(255, 0, 0)}

.bmidisplaybutton {
	background-color: #000000;
	padding: 6px;
	border-radius: 5px;
	color: white;
	width: fit-content 100%;
	height: 20px;
	text-align:center;
	border:1px solid rgb(190, 190, 190)
}

.bmidisplaybutton:hover {cursor:pointer; color: red; border:2px solid rgb(255, 0, 0)}

.bmidisplay {
	background-color: rgb(124, 124, 124);
	color:rgb(0, 0, 0);
	border-radius: 5px;
	width: fit-content 100%;
	margin-top:5px;
	height:40px;
	padding:6px;
	text-align:center;
	pointer-events: none!important;
}