.full-width-content {
  overflow: hidden;
  background: #361292;
}
.full-width-content .content-wrapper {
  padding: 0;
}


.full-width-content .full-width-content-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

 .full-width-email-text {
     padding-top: 60px;
  }

 .full-width-email-text h1 {
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 100%;
}
 .full-width-email-text p {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
}


.full-width-content .full-width-email-inner {
  display: flex;
  flex-direction: column;

}

.full-width-email .content-wrapper {
  max-width: 100%;
}

.full-width-email .hs-form .hs-submit {
  padding-top: 0;  
}

.full-width-email .hs-form .hs-form-field>label {
  display:none;
}

.full-width-email .hs-form .hs-submit .hs-button {
  display: block !important;
  letter-spacing: 2px;
}

.full-width-email-form form {
    display: flex;
    width: 100%;
    align-items: center;
}

.full-width-email-form .hs-email {
  flex-grow: 1; 
  max-width: 450px;
}

.full-width-email-form .input {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.full-width-email-form .hs-form-field {
  margin-bottom: 0
}

.full-width-email-form input[type="email"] {
    margin-right: 10px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;  
    color: #fff;
}

.full-width-email-form input[type="submit"] {
    padding: 10px 20px; 
    white-space: nowrap; 
  position: relative;
    padding-right: 40px;
}

.full-width-email-form form .actions:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/raw_assets/public/Permiso_Security_June2023/images/BUTTON_ARROW.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2; 
  left: auto;
  background-color: transparent;
}

.full-width-email ::-webkit-input-placeholder,
.full-width-email ::placeholder {
  color: #fff;
  opacity: 1;
}



.full-width-email .submitted-message {
  color:#fff;
}

@media(max-width: 767px){
  .full-width-content .full-width-content-inner.full-width-email-inner {
    display: flex;
    gap: 0;
    padding: 24px 24px;
  }
  
  .full-width-content .full-width-content-inner h1 {
    max-width: 100%;
  }
  .full-width-content .content-wrapper {
    padding: 0 10px;
  }
  
  .full-width-email-form form {
    flex-direction: column;
    gap: 20px;
  }
  

   .full-width-email-text h1 {
  text-align: center;
  }
  
   .full-width-email-text p {
    text-align: center;
    padding-top: 40px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .full-width-email .page-center.small {
    max-width: 612px;
  }
}

@media (min-width:1024px) {
 .full-width-email .hs-form .hs-richtext,
 .full-width-email .hs-form .input {
    padding:0 15px 42px
  }