@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: center;
  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;
  color: #46c3e8;
  padding: 20px 0;
  margin: 0;
  margin-right: 15px !important;
  font-family: Recaptcha; 
  border-radius: 0;
  width: fit-content;
  text-transform: none !important;
  padding: 20px;
}

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: right;
  color: #131313 !important;
}

form div.captcha-card .captcha-container span.reset-captcha{
  color: #46c3e8;
  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{
  margin-top: -32.5px;
  height: 80px !important;
}

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

  form div.captcha-card .captcha-container p.cant-read{
    margin-top: 15px;
    margin-bottom: 0 !important;
    text-align: center;
  }

  form div.captcha-card canvas{
    margin-top: -25px;
  }

  .contact-form{
    padding: 12.5px;
  }
  
}
