@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;
  column-gap: 45px;
  margin: 20px 0;
  flex-direction: row-reverse;

}

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

form div.captcha-card .captcha p {
  border: none;
  letter-spacing: 0.5px;
  font-size: 30px !important;
  color: #b5dbea;
  padding: 20px 0;
  margin: 0;
  margin-right: 15px !important;
  font-family: "Rubik", sans-serif;
  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: #6c6b6f;
  font-family: sans-serif;
  text-transform: none;
  text-align: right;
}

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

form div.captcha-card .captcha-container span.reset-captcha:hover {
  color: #b5dbea;
  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;
  }
}

canvas {
  max-height: 50px;
}
