@font-face {
    font-family: 'Recaptcha';
    src: url(../fonts/PlaywriteHUGuides-Regular.ttf);
}

form div.captcha-card input[type="text"]{
  width: 100%;
  box-sizing: border-box;
}

form div.captcha-card .captcha-container{
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  flex-direction: row-reverse;
}

form div.captcha-card .captcha-container > div{
  background-color: transparent !important;
}

form div.captcha-card .captcha p{
  border: none;
  letter-spacing: .5px;
  font-size: 30px !important;
  padding: 20px 0;
  margin: 0;
  margin-right: 15px !important;
  font-family: Recaptcha; 
  border-radius: 0;
  width: fit-content;
  text-transform: none !important;
  padding: 20px;
  color: #FF9100;
}

form div.captcha-card .captcha-container p.cant-read{
  font-size: 12px !important;
  line-height: 18px !important;
  line-height: 1.4;
  font-family: sans-serif;
  text-transform: none;
  text-align: left;
}

form div.captcha-card .captcha-container span.reset-captcha{
  transition: 400ms;
  user-select: none;
  font-weight: 500;
}

form div.captcha-card .captcha-container span.reset-captcha:hover{
  cursor: pointer;
}

form div.captcha-card canvas{
  height: 80px !important;
}

@media only screen and (max-width: 576px) {
  form div.captcha-card .captcha-container{
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  form div.captcha-card .captcha-container p.cant-read{
    margin-top: 15px;
  }

  .contact-form{
    padding: 30px 15px;
  }
  
}
