/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.tn-portal-loginbutton a{
	background: yellow;
  font-style: italic;
  padding:0.5em;
}
.tn-portal-loginbutton:hover a{
	color: #006472 !important;
    text-decoration: underline;
}


#submitFullAttendeeRegistration .btn-primary {
  color: #fff;
  background-color: #006472;
  border-color: #03454e;

  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #03454e;
  --bs-btn-hover-border-color: #03454e;
}
#submitFullAttendeeRegistration .btn-primary:hover {
  color: #fff !important;
    background-color: #158594;
  border-color: #158594;

}