@import "media.css"; /* Using a string */
@import "scanner.css"; 
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

html, body, a, input, textarea{
	font-family: "Gabarito", sans-serif;
}
a{
	text-decoration: none;
	color: #3A98B9;
}

.loginbody
{
	font-family: "Gabarito", sans-serif;
	background: #6D6D64;
}
.main_table{
			padding: 20px;
			background: #EEEEEE;
			table-layout: auto;
			border: 1px solid;
			align: center;
			margin-top: 10%;
			border-radius: 25px;
}
.inputwidth{

	width: 97%;
	padding: 10px;
	background: #F5F5F5;
}
.loginbutton{

	background: #3A98B9;
	color: #EEEEEE;
	font-weight: bold;
	text-transform: uppercase;
}

.alignright{
	text-align: right;

}
.noerror{
	font-size: 1px;
	text-align:center;
}
.error{
	color: red;
	font-weight: bold;
	text-align: center;
}
.hidden{
	visibility:hidden;
	Display:none;
}
.dark{
	color: #fff;
	background-color:#001F2B;
	padding: 10px;
}
.dark a{
	color:#fff;
}
			.paylink{
				background: #A4DDED;
				padding:10px;
			}
			.paylink a{
				font-weight:bold;
				color:red;
				text-decoration: underline;
			}
.user_img_big{
	border-radius: 50%;
	width:150px;
	
}
.pricetable tr td{
	 vertical-align: top;
}
.red{
	color: #fff;
	background-color:#660000;
	padding: 10px;
}
.dark a{
	color:#fff;
}
.bold, .bold a{
	font weight: bold;
}