/* Large devices (min-width: 992px) and (max-width: 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {


    .mycaptcha {
  display: flex;
  justify-content: flex-start; /* sağa hizalar */
  margin-top: 15px !important;  
  margin-left: -15px !important;
  transform: scale(0.9);
}


}