@font-face {
    font-family: 'Recaptcha';
    src: url(../fonts/ShadowsIntoLight-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: #FFFFFF !important;
}

form div.captcha-card .captcha p{
  border: none;
  letter-spacing: .5px;
  font-size: 30px !important;
  color: #cf1d1d;
  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: 16px !important;
  line-height: 22px !important;
  line-height: 1.4;
  color: #ffffff;
  font-family: sans-serif;
  text-transform: none;
  text-align: right;
}

form div.captcha-card .captcha-container span.reset-captcha{
  color: #FFFFFFDD;
  transition: 400ms;
}

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

form div.captcha-card canvas{
  border-radius: 4px;
}

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

  form div.captcha-card .captcha-container p.cant-read{
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 10px;
  }
  
}
