body {
  background: #d3d9ea !important;
}
.navbar-wrap {
  background:#1a284a;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  box-shadow: 0 2px 3px 0 #7b7b7c;
  /*position: sticky;*/
  /*top: 0;*/
  width: 100%;
  z-index: 9999;
}
.foot-copyright {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 50px;
  align-items: center;
  color: rgb(149, 148, 148);
  font-size: 12px;
  position: fixed;
  bottom: 0;
}
.login-title {
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: rgb(117, 131, 184);
  color: #fff;
}

.login-panel {
  background: #fff;
  margin: 100px 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 #e1e1e1;
  overflow: hidden;
}
.toast-container {
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.toast-container>.toast {
  overflow: hidden;
}
.toast-container>.toast>.toast-header {
  background: #1a284a;
  color: #fff;
}
.toast-container>.toast>.toast-body {
  background: #fff;
  padding: 15px;
}
.toast-container>.toast>.toast-header>.btn-close {
  color: #fff !important;
}
.offcanvas-header {
  background: #1a284a;
  color: #fff;
}
.sign-tablet {
  border: solid 1px #1a284a;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 0px #e1e1e1;
  -moz-box-shadow: 2px 2px 3px 0px #e1e1e1;
  box-shadow: 2px 2px 3px 0px #e1e1e1;
  box-shadow: 2px 2px 3px 0px #e1e1e1;
  background: url("../img/signature-bg.png") center center no-repeat;
  background-size: contain;
}
.page-iframe {
  width: 100%;
  height: calc(100vh - 105px);
}
.page-toolbar {
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2a363b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}