body {
  /* height:100%; */
  padding-top: 56px;
}

/**
 * bzrudi
 */
.login-msg {
  margin-top: 85px;
}

.login-box {
  margin-top: 150px;
  max-width: 600px
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
  margin-top: 10px;
}
.progress-bar-image,
.progress-bar-logo,
.progress-bar-emblem,
.progress-bar-sign,
.progress-bar-gpx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
  font-size: 16px;
  text-align: center;
}
#nedaMap {
  height: 350px;
}
hr.neda-cutter {
  width: 15%;
  text-align: center;
  border-top: 5px solid #28a745;
  margin-top: 2rem;
  margin-bottom: 2rem;
}