html,body {
    /*background: #d7d8e7 !important;*/
    height:100% !important;
  }

  form,
  input {
    font-weight: 200 !important;
  }

  .text-info,
  a.text-info:hover {
    color: #2db843 !important;
  }

  .btn-info {
    background: #2db843 !important;
    border: none !important;
  }

  .card-body {
    border-radius: 5px;
  }

  /*
  .goog-te-banner-frame {
      display: none !important;
  }
  body {
      position: static !important;
      top: 0 !important;
  }
  */
  .goog-te-banner-frame.skiptranslate { display: none !important;} 
  #goog-gt-tt{display: none !important; top: 0px !important; } 
  .goog-tooltip skiptranslate{display: none !important; top: 0px !important; } 
  .activity-root { display: hide !important;} 
  .status-message { display: hide !important;}
  .started-activity-container { display: hide !important;}
  body { top: 0px !important; }
  .bg-image { 
    /*'https://assets.blu365.com.br/uploads/sites/4/2020/08/trabalho-freelancer-online.png'*/
    /*'https://ebac.art.br/upload/medialibrary/bd2/shutterstock_1502127389.jpg'*/
    
    /*background-image: url('../../images/mulher-mostrando-um-icone-do-whatsapp-messenger.webp'); /* 600x1200*/
    /*GROUPS
    background-image: url('../../images/groups-login.png'); /* 600x1200*/
    background-image: url('https://cdn.zapbot.chat/static/images/timer-login.png'); /* 600x1200 {{ static_cdn('images/imagem.png')}}*/
    background-size: cover;
    background-position: center;
  }
  .form-control, .btn{
    border-radius:20px;
  }
  .form-control{
    padding-left:35px;
  }

  #main-signin{
    height:100% !important; border-top: 5px #2db843 solid
  }
  .main-box-child{
    height:100% !important
  }

  #mask {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #666;
    overflow: hidden;
    opacity: 0.7;
    z-index: 99;
    color: #FFF;
    text-align: center;
  }

  #togglePassword{
    position:absolute; top:35%; right:18px;
  }

  #langChange{
    color:#6a7b8c;background:transparent
  }