
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
  *
  {
    font-family: 'Ubuntu', sans-serif;
  }

  body{
    margin:0px;
    padding:0px;
  }
  #contenedor_carga {
    background: rgba(0, 0, 0, 0.95);
    height: 100vh;
    width: 100vw;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000
  }
  
  .loader {
    width: 250px;
    height: 80px;
    padding: 1rem;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 1000;
    color: #ac844c;
    letter-spacing: 0.2em
  }

  .ldBar-label:after {
    content: "%";
    color:#000;
    margin-left: 5px;
    font-size: 1em;
    font-weight: 200;
  }
  
  .loader::before, .loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ac844c;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out
  }
  
  .loader::before {
    top: 0
  }
  
  .loader::after {
    bottom: 0
  }
  
  @-webkit-keyframes load {
    0% {
      left: 0;
      height: 30px;
      width: 15px
    }
  
    50% {
      height: 8px;
      width: 40px
    }
  
    100% {
      left: 235px;
      height: 30px;
      width: 15px
    }
  
  }
  
  @keyframes load {
    0% {
      left: 0;
      height: 30px;
      width: 15px
    }
  
    50% {
      height: 8px;
      width: 40px
    }
  
    100% {
      left: 235px;
      height: 30px;
      width: 15px;
    }
  
  }

.imgCarga
{
  width: 450px;
}

.formAppointment
{
  border-radius: 1rem;
  border: 1px solid #EBF1F3;
  background-color: #ffffff;
  /* height: 400px; */
  -webkit-box-shadow: 18px 21px 43px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 18px 21px 43px -11px rgba(0,0,0,0.75);
  box-shadow: 18px 21px 43px -11px rgba(0,0,0,0.75);
}

.pb
{
  position:absolute; 
  bottom: 0px;
}
