/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.auth-one-bg{
    background-image: url("../images/voto.jpg") !important;
    background-position: center;
    background-size: cover;

    .bg-overlay{
        background: none !important;
        background-color: #2b2b2b !important;
        opacity: 0.8 !important;
    }
}


.containerIframePBI {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  
  .responsive-iframePBI {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }