// Po-up Maker - COVID 19
.sg-popup-content.sgpb-content-7140 {
  border-color: #DDD!important;
  box-sizing: border-box!important;
  .covid-brand {
    img {
      width: auto;
      height: 80px;
    }
  }
  .form {
    padding-bottom: $gutter;
    input[type="text"],
    input[type="email"] {
      width: 96%;
    }
    /*.row {
      width: 100%;
    }*/
    form {
      width: 100%;
    }
    .field {
      padding-bottom: $gutter;
    }
    .submit {
      //margin: $gutter 0;
    }
  }
  .social-icons {
    a {
      margin: 0 $gutter / 2;
    }
    .fa {
      font-size: 28px!important;
    }
  }
}
