html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /*background-color: #D5D5D5;*/
  /*background: #5F47FF;*/
  background:#AB0035;
  
}

.contenedor-main{

  height: 100% !important;
  padding: 20px;
}
.principal{
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
  padding: 20px;
}


/*Estilo para Login*/
.contenedor-login{
 
  background-color: #FFFFFF;
  padding:20px;
  display: flex;
  flex-direction: column;
 
 
  border-radius:10px;
}

.contenedor-login h3{
  text-align: center;
  

}

.formulario-login{
  margin:10px;
  padding:10px;
 
}

.boton-login{
  display: flex;
  justify-content: end;
}

.inputs-login{
  background: #D5D5D5;
  border:1px solid rgba(0,0,0,0.3);
}
/*Termina estilo para Login*/

#ojo_icono{
    cursor:pointer;
}