
.btn-primary {
	/* background-color: #800404;
    border-color: #800404; */
}

input#revokeButton{

	background-color:#005faa !important;
	 color: white !important;
	 border-color:#333!important;
    border: 2px solid !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
input#revokeButton:hover{

	background-color:#4cba6f !important;
	 color: #fff !important;
	   border-color:#333!important;
}

