/**
 * @file    sec/captcha.css
 * @author  Luciano Jose Alves <luciano@liutayh.com.br>
 * @version 1.0.0
 *
 * @brief Ajustes de estilos para o captcha.
 *
 * @copyright Copyright(C) 2024 - Liutayh Tecnologia (www.liutayh.com.br)
 *  - Licensed under the GNU General Public License version 3.
 *
 */

.checkimg {
  width: 44px;
  height: 44px;
}

.marcador {
  width: 50px;
  display: inline-block;
  height: 50px !important;
}

.textoMarcador {
  font-size: 1.4em;
  font-weight: bold;
  color: #7d7dff;
  display: inline;
  margin-left: 10px;
  height: 50px !important;
  position: relative;
  top: -15px;
}

@media only screen and (min-width: 601px) {
  #modalCapcha {
    max-width: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .ckTitulo {
    font-size: 1.1em !important;
    font-weight: bold !important;
  }
  .textoMarcador {
    font-size: 1.25em;
  }
}
