form label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
}

[type=submit]:hover {
  color: #2d1f87;
  background-color: #fcfcfc;
}

button:not(:disabled) {
  color: #ffffff;
  border-color: #ffffff;
}

p {
  color: #ffffff;
}

table tbody>tr:nth-child(odd)>td {
  color: #ffffff;
  font-size: 12px;
}

table thead:first-child tr:first-child th {
  font-size: 12px;
}