﻿.login-box {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: auto; }
  .login-box .card {
    width: 416px; }
    .login-box .card .login-logo {
      text-align: center; }
      .login-box .card .login-logo .brand-image {
        height: 48px; }
