@media only screen and (max-width:1023px){
    .FormBG {
      width: 100%;
  }
      
   .footer {
      width: 100%;
  }   
      
      
      
  }
  
  
  @media only screen and (max-width:767px){
  
  .FormBG {
      padding: 15px;
  }
  .footer p {
      font-size: 12px;
  }
  .header h3 {
      font-size: 28px;
          margin-bottom: 4px;
  }
  .FootTxt {
      font-size: 12px;
  }
  .header p {
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 19px;
          margin-top: 0px;
  }
  .FormFiled input {
      background-color: #edf3f9;
      border-radius: 4px;
      height: 35px;
      border: 1px solid #d3dee9;
      padding: 12px;
      width: 100%;
      font-size: 14px;
      margin-bottom: 7px;
      font-weight: 500;
  }
  .header {
      background: #fff;
      padding: 0;
      text-align: center;
      padding-bottom: 8px;
      border-bottom: 2px dotted #b1b1b1;
      margin-bottom: 22px;
  }.FormTxt p {
      margin-bottom: 12px;
      font-weight: 600;
      font-size: 13px;
  }
  label {
      display: inline-block;
      font-weight: 500;
      font-size: 12px;
  }
  .FormTxt span {
      margin-right: 10px;
  }
  .TimeBg {
      width: 100%;
      margin: 0 auto;
      font-size: 13px;
  }
  .SuccessMsg {
      margin: 0;
      margin-top: 15px;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 18px;
      background: #ddf3e9;
      padding: 15px;
      border-radius: 5px;
  }
  .LogoImg img {
      width: 210px;
      margin-bottom: 0px;
  }
   .LogoImg {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 20px;
  }  
  .DateBg {
      padding: 10px 10px;
  }
  
      
  }  