.top-bar, .top-bar ul {
    background-color: #fff !important;
	border-bottom: solid 1px rgba(244, 151, 11, 0.94);
}
.formtitle {
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0px;
}
.frommsg {
	padding: 20px 0px;
}
#tnc_div {
	font-size: 10px;
}
.button {
    background-color: rgba(244, 151, 11, 0.94);
}
a {
    color: rgba(244, 151, 11, 0.94);
}
#custom_vehno, #custom_iuno, #custom_type , #custom_name , #custom_holder  {
	display: none;
	margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

hr {
	border-bottom: solid 1px rgba(244, 151, 11, 0.94);
}

.wrong {
    border-color: #cc4b37;
    background-color: #f9ecea;
}

.select2-container {
    margin-bottom: 16px !important;
}

#ntp, #other_desc{
	display: none;
}

a#add_vehicle, a#add_vehicle_new {
    border: 1px solid;
    padding: 10px;
    background-color: rgba(244, 151, 11, 0.94);
    color: #ffffff;
}

p {
	font-size: 0.875rem;
}

input {
	text-transform : uppercase;
}