﻿@media (max-width: 768px) {
  .asterisk {
    color: red;
  }
}

.input, button, select, textarea {
  background: #0033a1;
  color: #FFFFFF;
  border: none;
}
