/*
    Theme Name: Bobcat Theme 1
    Author: CJ Lupori
    Description: Bobcat Theme Option 1 of 3
    Version: 1.00
*/

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{background:#ff3600 !important;}
.has-feedback .form-control-feedback {
    right: 98% !important;
    top: 2px !important;

}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * 0);
  	padding-left: calc(var(--bs-gutter-x) * 0);
}
.form-control {
	border-radius: 0;
}
.btn.btn-primary{
	border-radius: 0;
	font-size:13px;
}
.btn.btn-success{
	border-radius: 0;
	font-size:13px;
}