<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form.reg{
  border:1px solid black;
  border-radius: 5px;
  display:block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.masuk:hover, a.masuk:link, a.masuk:visited, a.masuk:active{
  color:green;
  font-weight:bold;
}

a.snk:hover, a.snk:link, a.snk:visited, a.snk:active{
  color:green;
  font-weight:bold;
}

a.kebijakan:hover, a.kebijakan:link, a.kebijakan:visited, a.kebijakan:active{
  color:green;
  font-weight:bold;
}

button.fb {
  margin-right:10px;
  color:#ffffff;
  border-style:none;
}

button.fb:hover {
  margin-right:10px;
  color:#ffffff !important;
  border-style:none;
}

div.masuk, td, div.daftar, div.setuju{
  color:grey;
}
</pre></body></html>