  body,html{
    background-color: #ffcf45;
  }

  .breadcrumbback {
    background-color: #ffcf45;
  }

  .breadcrumb {
    background-color: #ffcf45;
    margin-bottom: 0px;
  }

  .card {
    width: 500px;
    margin: auto;
    background: #e45a38;
    color: white;       
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    z-index: 9;
  }


.btn-warning {
    color: #e45a38;
    background-color: #fec730;
    border-color: #fec730;
}

    .invalid-feedback {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: white;
    }


    .input-group-text {
        color: #e45a38;
        background-color: #fec730;
        border: 1px solid #fec730;
    }

    .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .btn-group-lg>.btn, .btn-lg {
        padding: .5rem 1rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: .3rem;
    }


    .btn-outline-warning {
        color: white;
        border-color: #fec730;
    }

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #fec730;
        border-color: #fec730;
    }

    .padding-top-lo{
      height: auto;
      padding-top: 190px;
      margin-bottom: 88px!important;
    }

    .padding-contenedor{
      padding-left: 100px;
      padding-right: 100px;
    }

    .video-left{
      width: 270px;
      position: fixed;
      bottom: 76px;
      left: 153px;
    }
    .video-right{
      width: 270px;
      position: fixed;
      bottom: 76px;
      right: 118px;
    }

  
  .video-registro{
      width: 270px;
      position: fixed;
      bottom: 76px;
      right: 118px;
  }

@media(min-width: 1400px){

  .video-right {
      right: 195px;
      bottom: 48px;
  }

  .video-left{
    left: 195px;
    bottom: 48px;
  }

  .video-registro{
    width: 320px;
        right: 197px;
  }

}
@media(max-width: 1024px){
  .padding-contenedor {
    padding-left: 0px;
    padding-right: 0px;
  }

.video-registro {
    width: 274px;
    right: -21px;
}


  .video-right {
    width: 245px;
    right: 12px;
      bottom: 48px;
  }

  .video-left{
    width: 245px;
    left: 9px;
    bottom: 48px;
  }
}

@media(max-width: 812px){
  .card {
    width: 100%;
  }
.video-right {
    width: 225px;
    bottom: 48px;
    right: 50px;

}
.video-left {
    width: 225px;
    bottom: 48px;
    left: 111px;
}

.video-registro {
    width: 320px;
    right: 217px;
}
}

@media(max-width: 600px){
  .padding-contenedor {
    padding-left: 20px;
    padding-right: 20px;
  }

    .video-left{
      width: 49%;
      position: relative;
      bottom: 0px;
      right: 0px;
    }
    .video-right{
      width: 49%;
      position: relative;
      bottom: 0px;
      left: 0px;
    }

.video-registro {
    width: 100%;
    position: relative;
    bottom: 100px;
    left: 0px;
    top: 5px;
}
.logoBallLYG{
    bottom: 110px;
}
.padding-top-lo {
    height: auto;
    padding-top: 210px;
    margin-bottom: 100px!important;
}

.powered-by {
    height: auto;
}

}