/*!
 * form - 0.2.0 */
.br-form .field {
  margin-bottom: 24px;
}

.br-form .actions {
  margin: 36px 0 24px;
  text-align: center;
}

@media (min-width: 576px) {
  .br-form .actions {
    align-items: baseline;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .br-form .actions .br-button + .br-button {
    margin-left: 0;
    margin-right: 24px;
  }
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
  border: none !important;
}

.is-secondary{
  text-decoration: none !important;
}

.table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  border:none !important;
  border-top: none !important;
}

.table thead{
  color: #002e71 !important;
  border: 1px solid #eeeeee !important;
  background-color: #eeeeee !important;
}

.table tbody>tr{
  border-bottom: 1px solid #e0ebf6 !important;
}

.w100 {
  width: 100% !important;
}

/*# sourceMappingURL=form.css.map */