@charset "utf-8";
body {
	background-color: rgba(76,146,73,1.00);
}




.container {
	background-color: rgba(55,55,55,1.00);
	border-radius: 15px;
	min-height: 100px;
}
nav a {
	margin-left: 10px;
	margin-right: 10px;
	color: rgba(69,127,63,1.00);
	text-decoration: none;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	list-style-type: none;
	border-radius: 0px;
	margin-top: 0px;
}

nav a:hover {
	background-color: rgba(69,127,63,1.00);
	color: rgba(55,55,55,1.00);
	text-decoration: none;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	border-radius: 9px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
nav img {
	margin-left: 10px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-shadow: 0px 0px 8px rgba(69,127,63,1.00);
	-webkit-box-shadow: 0px 0px 13px rgba(20,201,0,1.00);
	box-shadow: 0px 0px 13px rgba(20,201,0,1.00);}
label {
	color: #569854;
}
input {
	color: #000000;
	background-color: #B8B8B8;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
}
progress-bar bg-success {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: -webkit-linear-gradient(0deg,rgba(0,167,4,1.00) 0%,rgba(223,27,0,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,167,4,1.00) 0%,rgba(223,27,0,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,167,4,1.00) 0%,rgba(223,27,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,167,4,1.00) 0%,rgba(223,27,0,1.00) 100%);
}

main form .btn.btn-primary {
	background-color: rgba(71,139,73,1.00);
	color: rgba(215,255,222,1.00);
	margin-bottom: 20px;
	margin-left: 40px;
}
footer {
	margin-top: 50px;
	margin-bottom: 25px;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
}
.row .col-md-12 a {
	color: rgba(79,147,73,1.00);
}
.row .col-md-12 a:hover {
	color: rgba(79,147,73,1.00);
	text-decoration: none;
}
.col-md-12 {
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
lable {
	color: rgba(79,147,73,1.00);
}
