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