.BF_botonBordeAccentFull {
    background: #D4E644;
    border-radius: 4px;
    color: #000000;
  }
  
  .BF_botonBordeAccentFull:hover {
    font-weight: bold;
  }
  
  .BF_lineablanca {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
  }
  

  
  .dario {
      outline: 1px solid red;
  }
  
  .form-controldar{
      display:block;
      width:100%;
      height:calc(2rem + 2px);
      padding:.300rem .50rem;
      font-size:1rem;
      font-weight:300;
      line-height:1.5;
      color:#495057;
      background-color:#fff;
      background-clip:padding-box;
      border:1px solid #ced4da;
      border-radius:.25rem;
      transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
      
  }