  body{
  background: #33498b;
  }
  .LoaderPage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../public/imgs/iconos/load-img.gif') 50% 50% no-repeat rgb(249,249,249);
  }
  .panel-login{
  border: 0px solid white;
  background: white;
  border-radius: 0px;
  padding: 30px;
  margin-top: 50px;
  border-bottom: 10px solid #6d85ce;
  }
  .panel-logo{
    text-align: center;
    padding-bottom: 20px;
  }
  .logoPage{
    width: 80%;
  }
  .input-style{
    border-radius: 0;
    font-size: 1em;
  }
  .btn-login{
    background: #33498b;
    border: 1px solid #33498b;
    border-radius: 0px;
    color: white;
    font-size: 1.1em;
    width: 100%;
  }
  .btn-login:hover{
    background: #36509e;
    color: white;
  }
  .resultadoDiv{
    color: #B83737;text-align: center;margin-top: 10px;font-size: 1.1em;
  }