
    input {
      width: 85%;
      margin-bottom: 30px;
      border: 2px solid #222;
      padding: 5px;
      height: 30px;
      border-radius: 10px;
  }
  button[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #0299ff;
    text-shadow: 1px 3px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 25px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    color: #fff;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    max-width: 580px;
  }
  button[type="submit"]:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fb-comment-load .fb-comment-text img {
    width: 100%;
    max-width: 450px;
  }
  #gif-img1 {
    float:left;margin:0 10px 0 0;max-width:250px; width: 100%;
  }
  #gif-img2 {
    float:right;margin:0 0 0 10px; max-width:250px; width: 100%
  }
  @media all and (max-width: 500px) {
    #gif-img1, #gif-img2 {
        margin: 15px auto;
        display: block;
        float: none;  
      }
  }
  