body {
	font-family: sans-serif;
	font-size: 16px;
	background-color:#31333b;
	color:#ffffff;
 }
 
input[type=text], select {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type="email"] {
	width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type="number"] {
	width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=password], select {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    width: 100%;
    background-color: #d14e42;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 16px;
	
}

input[type=submit]:hover {
    background-color: #ee3532;
}
h2{
	color: #FFFFFF;
}
.home {
	font-family: sans-serif;
	font-size: 16px;
	width: 70px;
	//margin-top: 15px;
	text-align: center;
	//margin-top: -12px;
}
.home a {
	position: relative;    
	z-index: 1;
	background-color:#d14e42; /* Background Color */
    color: white; /* White text color */
    padding: 6px 18px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
	border-radius: 20px; /* Rounds the button link */
}

.login {
	font-family: sans-serif;
	font-size: 16px;
	//width: 395px;
	//margin-top: -15px;
	text-align: center;
}
.login a {
	position: relative;    
	z-index: 1;  
	background-color:#d14e42; /* Background Color */
    color: white; /* White text color */
    padding: 6px 18px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
	border-radius: 20px; /* Rounds the button link */
}

table, th, td {
    border: 1px solid grey;
}

table {
    border-collapse: collapse;
}

th {
	color: #ffffff;
	background-color: #d14e42;
}

html *
{
   font-family: sans-serif;
}








