@charset "utf-8";
/* CSS Document */
a {
 color: #FF8000;
 text-decoration: none;
}
a:hover {
	color:#ffffff;
}
.btn-dark:hover{
	color: #FF8000;
}
.input-group-text {
	color: #FF8000;
	background-color: #343A40;
}
.brand-text {
	color: #FF8000;
}
.brand-text:hover {
	color: #ffffff;
}
.span.brand-text.font-weight-light {
	color: orangered;
}
.info:hover {
	color: #FF8000;
}
.sidebar a:hover {
	color: #FF8000;
}
.btn-orange {
	background-color: #ff8000;
	color: #ffffff;
	border: solid #ff8000 2px;
}
.btn-orange:hover {
	background-color: #000000;
	border: solid #ff8000 2px;
	color: #ff8000;
}
.text-orange {
	color: #ff8000;
}
.bg-orange {
	color: #ff8000;
	
}
.text-white {
	color: #ffffff;
}
.text-grey {
	color: #646464;
}
.form-control:focus {
    border-color: #ff8000; /* Custom border color */
    box-shadow: 0 0 5px rgba(255,128, 0, 0.75); /* Custom glow effect */
  }