/*
Theme Name: Portal Admin
Theme URI: https://example.com
Author: Portal Logic
Author URI: https://example.com
Description: Minimal single-page theme that renders one centered image on a solid background for all front-end routes.
Version: 1.0.0
Text Domain: portal-admin
*/

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #172957;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.page-image {
  width: 150px;
  max-width: 150px;
  height: auto;
  display: block;
}
