* {
    font-family: "Roboto", sans-serif;
  }
  .container.customP {
    padding: 50px 0px 44px;
    overflow: hidden;
}
 
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    border: none;
    border-bottom: 2px solid rgb(128, 126, 126);
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    padding: 1rem 0.4rem;
  }
  .aside {
  /*  background-image: linear-gradient(*/
  /*    to left bottom,*/
  /*    #2b3035,*/
  /*    #2b3035,*/
  /*    #2b3035,*/
  /*    #2b3035,*/
  /*    #2b3035*/
  /*  );*/
    /*animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);*/
    /*background-size: 400%;*/
  
  background-image: url(https://aksasoftware.com/whatspollphase2/images/s.png);
  
  }
  
  @keyframes animateClr {
    0% {
      background-position: 0% 50%;
    }
  
    50% {
      background-position: 100% 50%;
    }
  
    100% {
      background-position: 0% 50%;
    }
  }
  
  ion-icon:not([name="logo-codepen"]) {
    border: 1px solid currentColor;
    border-radius: 20%;
    padding: 1rem;
  }
  @media (max-width:767px){
       #UserCaptchaCode{
      width:auto !important;
  }
  #CaptchaImageCode{
          width: 50% !important;
  }
  #UserCaptchaCode{
    font-size: 14px;
    width: 100% !important;
    border-radius: 0;
  }
  .ReloadBtn {
    margin-top: -14px;
    display: flex;
    margin-left: inherit !important;}
  }
  