﻿.img-footer {
    width: 100%;
    height: 38px;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}

img.logoPg{
    display: block;
    max-width: 100%;
    top:0px;
    left:50%;
    transform:translateX(-50%);
}

body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../../Images/login_image2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    min-height: 100%;
    /*min-height: unset !important;*/
    position: fixed;
    background-position-y: 75px;
}

.logoPg {
    width: 270px;
    height: 50px;
    position: relative;
}

/*body {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

label {
    color: white;
    font-size: .9em;
}

.PMsgPgValidate {
    color: white !important;
}


/*body {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

label {
    color: white;
    font-size: .9em;
}

.PMsgPgValidate {
    color: white !important;
}

.footer-address {
    position: absolute;
    top: 30px; /* Ajusta según tu imagen */
    left: 20px; /* Ajusta según alineación deseada */
    font-size: 14px;
    color: white; /* O negro si la imagen es clara */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    z-index: 10;
}