body, html {
    height: 100%;
    font-size: 14px;
  }

  .bg {

    /* The image used */
    background-image: url("../../images/used/bg-l.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
  }

  .container_panel_full {
    position: relative;
    text-align: center;
    
  }

  .centered {
    position: absolute;
    text-align: left;
    top: 47%;
    left: 53%;
    transform: translate(-50%, -50%);
  }

  .swal-text {  
    display: block;
    text-align: left;
}