/*
 * Custom CSS for Auth
 *
 */

div[class*="icheckbox_minimal"].focus {
  border: 1px dashed #D99;
  background-position: 0 -2px !important;
  width: 16px !important;
  height: 16px !important;
  margin-bottom: 1px !important;
  margin-top: 1px !important;
  margin-right: 2px !important;
}

div[class*="icheckbox_minimal"].checked.focus {
  background-position: -41px -2px !important;
}

/* */
.form-group a:focus, .form-control a:focus {
  color: #0000EF !important;
}

/* *** Custom CSS for iCheck Plugin *** */

  /*div.checked.focus > ins {
    opacity: 0.3 !important;
    border: 1px dashed gray !important;
    margin-top: 4% !important;
    margin-left: -7% !important;
  }*/

  div[class*="icheckbox_square"].focus {
    background-position: -24px 0px !important;
    /*border: 1px dashed green;
    background-position: 0 0 !important;
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 1px !important;
    margin-top: 1px !important;
    margin-right: 1px !important;*/
  }

  div[class*="icheckbox_square"].checked.focus, div[class*="icheckbox_square"].checked:hover {
    border: 1px solid lime;
    background-position: -49px -1px !important;
  }
/* ------------ */

/* Estilização do auth Caio*/
.panel-auth {
  margin: 0 10% 0 10%;
}

.div-bem-vindo {
  background: #282942; height: 100vh;
  color: #fff;
}

.div-bem-vindo h1 {
  color: #fff;
}

.div-login {
  height: 100vh;
}

@media (min-width: 1440px) {
  .panel-auth {
    margin: 0 20% 0 20%;
  }
}

@media (max-width: 425px) {
  .div-bem-vindo {
    background: #282942; height: 10vh;
  }

  .div-login {
    height: 50vh;
  }
}

/* Alteração do setor de designer */
.div-content {
  width: 400px; 
  margin: 15% auto;
}

.img-login { 
  max-width: 350px;
}

.div-login-2 {  
  padding: 0 10px 0 10px; 
  margin-bottom: 20px;
}

.div-login-2 div.input-group {
  width: 100%; 
}


.btn.btn-login { 
  width: 100% !important;
  background-color: #2489c5;
  color: #fff;
  font-weight: bold;
}

.btn.btn-login:hover { 
  width: 100% !important;
  background-color: #70b7e0;
  color: #fff;
  font-weight: bold;
}


@media (max-width: 425px) {
  .div-content {
    width: 300px; 
    margin: 15% auto;
  }

  .img-login { 
    max-width: 250px;
  }
  
}