

  .reset_log{
    font-size: 13px !important;
    color: #007bff !important;
    font-weight: 600 !important;
  }

  .contenedorSelecTipoFP{
    border: 1px solid #E6E9ED;
    
    background: #fff;
    padding: 5px;
    border-radius: 10px;
  }

  .comboTipoFP{
    margin-top:30px;
    margin-bottom:30px;
  }
  
  .comboTipoFP .form-control{
    border-radius: 5px !important;
  }

  .border-nombre-user{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 20px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.767);
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    font-weight: 500;
    background-color: rgb(231, 232, 254);
    border-radius: 10px;
  }

  .nombre-user{
    margin-top:30px;
    font-size: x-large;
    font-weight: 700;
    text-transform: uppercase;
  }

  .contenAvatar{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin-top: -45px;
    border: 3px solid #fff;
  }

  .contenAvatar img{
    width: 100%;
    height:100%;
    border-radius: 50%;
  }

  .full-page-background-1{
    background-image:url("/images/fondoprincipal3.jpg");
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
  }
  .full-page-background-2{
    /* background-color: rgba(9, 43, 95, 0.658); */
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
  }


  .div_input_login{
    padding: 0 25px 0 25px !important;
  }

  .div_input_login span{
    /* padding-left: 20px !important; */
    left: 27px !important;
  }


  /* ESTILOS SOLO PARA TELEFONO */
  @media screen and (max-width: 767px){
    .animate-margin-mobil{
      margin-top: 15%;
    }
  }