.navbar{
 background-color: #375564;
 border-radius: 18px 18px 0px 0px;
}

.footer{
  border-radius: 0px 0px 18px 18px;
}

.btn{
  border-radius: 30px;
}

.col-retrieve span ,.col-provide span {
	border-radius: 18px;
}

.checkbox, .radio{
 accent-color: #008c78;
}

.btn-revoke{
  float: left !important;
}

.alert-success{
  #background-color: #51FFB6;
}

.fa-check fas{
  #color: #1edc82;
}