/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22. 4. 2022, 11:03:05
    Author     : hlavaty
*/

@media (max-width: 992px) {
  .layout-main {
    padding-top: 5%;
  }
}

.login-body .login-ptImage {
  width: 100%;
  z-index: 1;
  text-align: center;
}

.login #logo {
    background-image: url("/javax.faces.resource/img/pt_partner_logo.png.xhtml?ln=default");
    width: 320px;
    height: 175px;
    margin: 75px;
    margin-bottom: 10px;
    transform: scale(1.0);
}