body {
  background-image: url('bg.png');
  background-repeat: no-repeat;
}


.logo {
	width: 500px;
	padding-bottom: 30px;
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
}

.container {
	border:4px solid #FDAF33;
	width: 70%;
	border-radius:10px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.customButton { 
	border:2px solid #FDAF33;
	border-radius:10px;
	padding:10px;
	margin:10px;
	background-color:#F9F9F9;
	color:#000000;
	font-weight:normal;
	opacity:1;
	transition:1s;
} 

.customButton:hover {
	cursor:pointer;
	background-color:#F9F9F9;
	opacity:0.5;
	transition:1s;
	color:#000000;
} 

.customInput { 
	border:2px solid #FDAF33;
	border-radius:10px;
	padding:10px;
	margin:10px;
	background-color:#F9F9F9;
	color:#000000;
	font-weight:normal;
	opacity:1;
	transition:1s;
} 

td {
	padding-right:40px;
	vertical-align: top;
}

ul {
	padding: 0;
	list-style-position: inside;
	list-style-type: '▶ ';
}

.nolisticon {
	list-style-type: '';
}

.footer-text {
	color:grey;
	font-size: smaller;
}