body
{
    @import url('https://fonts.googleapis.com/css?family=Montserrat:600');
    background-color: #1b1b1b;
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif;
    zoom: 80%;
}

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    /* background-image: url('https://k35.kn3.net/taringa/3/3/6/4/7/3/4/ana_caro/BC6.jpg?8082'); */
    background-repeat:repeat;
  }

  #mensaje i, #mensaje i{
    margin:  0 auto;
    margin-left: 40%;
    margin-top: 2%;
    color: red;
  }

  .card-flex{
      padding: 10px;
  }

  .list-group-item{
      padding: 0px;
  }

  .bmd-label-floating{
      color: #ffffff;
      text-align: center;
  }

  .is-focused input:focus{
      color: white;
  }

.is-filled input{
    color: #00a7d0;
    text-align: center;
}

.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#009688 2.5px,rgba(0,150,136,0) 0),linear-gradient(0deg, rgba(196,196,196,.51) 1.5px,transparent 0);
}

.derechos{
    text-shadow: 1px 1px 6px rgba(0, 168, 204, 0.73);
    color: white;
}

.modal-body {
    position: relative;
    padding: 20px;
    height: 450px;
    overflow-y: scroll;
}