/*
 * Copyright (c) 2018, InetSoft Technology Corp, All Rights Reserved.
 *
 * The software and information contained herein are copyrighted and
 * proprietary to InetSoft Technology Corp. This software is furnished
 * pursuant to a written license agreement and may be used, copied,
 * transmitted, and stored only in accordance with the terms of such
 * license and with the inclusion of the above copyright notice. Please
 * refer to the file "COPYRIGHT" for further copyright and licensing
 * information. This software and information or any other copies
 * thereof may not be provided or otherwise made available to any other
 * person.
 */

.login-root {
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.card {
  margin: 16px auto;
  width: 600px;
  max-width: 90%;
}

.loginBanner {
  border: none;
}

div.alert {
  margin: 2px auto;
  width: 600px;
  max-width: 90%;
}

div.loading-indicator {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}

div.loading-indicator.loading {
  display: table;
}

div.loading-indicator > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.custom-logo {
  height: 50px;
  vertical-align: middle;
}
