/* Login */
.login-body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  background-color: #f8f7f4;
  box-sizing: border-box; }

#login-wrapper {
  width: 100%; }
  #login-wrapper .login-header {
    padding: 30px 45px 50px 45px; }
  #login-wrapper .login-footer {
    color: #323232;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: center; }
  #login-wrapper .ui-panel {
    margin: 0 auto; }

html {
  height: auto;
  min-height: 100%;
  min-width: 1024px; }

body {
  background: url("/web-portal/javax.faces.resource/pipe/images/bg.png.xhtml") no-repeat center bottom;
  background-attachment: fixed; }
