.FormFullComponent {
  padding: 5rem 0; }
  .FormFullComponent h3 {
    color: red; }
  .FormFullComponent .trening1, .FormFullComponent .trening2, .FormFullComponent .trening3 {
    background-color: #eee; }
  .FormFullComponent .formIn {
    border: 1px solid #e4e5e5;
    padding: 2rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 41px 7px rgba(0, 0, 0, 0.08);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .FormFullComponent .formIn label {
      display: none; }
    .FormFullComponent .formIn:active, .FormFullComponent .formIn:hover {
      box-shadow: 0 0 41px 7px rgba(0, 0, 0, 0.18); }
    .FormFullComponent .formIn ul {
      list-style-type: none; }
      .FormFullComponent .formIn ul > li {
        padding: 5px;
        font-size: 0.8rem;
        position: relative; }
        .FormFullComponent .formIn ul > li:hover {
          background-color: #eeeeee; }
        .FormFullComponent .formIn ul > li > input {
          position: absolute;
          left: -2rem;
          top: 1rem; }

