.btn-primary {
color: #ffffff;
border: 0;
background-color: #f06f17;
font-weight: 600;
border-radius: 4px !important;
}

.btn-primary:hover {
background: #ca5d13!important;
border-color: #ca5d13!important;
}

.text-primary {
color: #18498b!important;
}

div.modal {
background-color: #000000a3;
}

h5.modal-title {
	font-weight: bolder;
}

div.modal-footer > button {
	font-size: 14px;
}