/*@font-face {
	font-family: "Delius";
	src: url("../assets/fonts/Delius-Regular.ttf")format("truetype");
}*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #333;
	font-family: 'Delius', arial;
}
body, html{
	display: flex;
	align-items: center;
	flex-direction: column;
	height: auto;
	padding-bottom: 30px;
}
.account{
	transform: scale(2.5);
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	color: rgba(47, 101, 228, 0.59);
}
table{
	margin-top: 30px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(99,99,99,0.30196078431372547);
	border-radius: 5px;
	padding-bottom: 20px;
}
h1{
	margin: 30px 0 20px 0;
}
table td{
	color: #2d2df7;
	font-weight: bold;
	font-size: 20px!important;
}
table td,th{
	padding: 10px;
	letter-spacing: 1px;
	font-size: 15px;
}
table .err_msg{
	color: red !important;
	font-size: 12px;
}
table td label{
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
table td input{
	width: 220px;
	height: 35px;
	padding: 5px;
	border:none;
	border-radius: 2px;
	letter-spacing: 1.5px;
	background-color: #e9f4ff;
	font-family: arial;
}
table td input:hover{
	box-shadow: 0 2.5px 0 0 #00aeff;
}
table td input:focus{
	box-shadow: 0 2.5px 0 0 #00aeff;
}
#t_msgs, #t_ips{
	display: none;
}
.btn-track{
	width: 65px;
	height: 27px;
	background-color: #1b81e4;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
	box-shadow:0 0 8px 1px rgba(0,76,255,0.30196078431372547);
}
.btn-track:hover{
	box-shadow: 0 0 8px 1px rgba(0,75,254,0.9019607843137255);
}
#response{
	padding: 20px 30px;
  color: #444;
  letter-spacing: 1.5;
  line-height: 30px;
  border: 1px solid #444;
  margin: 30px;
}
table.content{
	display: block;
	margin: 20px 5%;
}
table.content .response{
	text-align: start;
	line-height: 25px;
}