﻿.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_image.png");
    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;
}