@charset "utf-8";
/* CSS Document */

.card{
	background-color:#F9F9F9;  
	/*border: 2px solid red;*/
	padding: 20px; 
	border-radius: 18px;
	
	
}

div label a:link {
  color: #3c8dbc;
}

div label a.example_pic:link {
  color:chocolate;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color:cyan;
}

/* selected link */
a:active {
  color: white;
}

ul.wrap {
	margin-left: 2.1rem;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
}
ul.wrap li {
	text-indent: -0.76em;
	margin-bottom: 0.6rem;
	list-style-type: none;
}
.fa-rocket::before {
	font-family: FontAwesome;
	content: "\f135";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}
.fa {
	color: #0B818F;
}
ul.wrap li .fa {
	padding-right: 0;
}
.valid-feedback{
	color:darkgray;
	font-weight:normal;
	font-size: 12px;
}