@import url("css-NunitoSans300400600700800.css");



.h-form .form-body .h-form-label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5rem; }
  .h-form .form-body .h-form-label label {
    font-size: 16px; }

.h-form .form-action {
  text-align: right; }

.r-separator .form-body .row {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .r-separator .form-body .row:last-child {
    border-bottom: none; }

.b-form .form-body .row {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .b-form .form-body .row:last-child {
    border-bottom: none; }
  .b-form .form-body .row .input-field {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    margin: 0;
    padding: 1rem; }

.striped-rows .form-body .row:nth-child(odd) {
  background-color: #f8f9fa; }

.striped-lables .form-body .row:nth-child(odd) {
  background-color: #f8f9fa; }
  .striped-lables .form-body .row:nth-child(odd) .input-field {
    background-color: #fff; }