.btn-orange{
	color: #000 !important;
    background-color: #e87b1e;
    border-color: #e87b1e;
	border:1px solid #e87b1e;
}
.btn-orange:hover{
	border:1px solid !important;
}

.btn-full-width{
	width:100%;
}
.font-black{
	color:#1e1e1e;
}
.font-18{
	font-size:18px;
}
.font-bold{
	font-weight:600 !important;
}

.text-center{
	text-align:center;
}

.error{color:red;font-weight:600}