html {
  height: 100%;
}

body {
  font-family: 'Montserrat', 'PT Sans Caption', 'Arial',  sans-serif;
  margin: 0;
  font-size: 13px;
  height: 100%;
  background: #EDF1F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

#root {
  display: flex;
  flex: 1;
  height: 100%;
}

.loading-content {
  margin: 0 auto;
  width: 300px;
  height: 400px;
  align-self: center;
  text-align: center;
  color: #888;
}

.loading-content img{
  width: 100%;
}

.loading-content img.erxes-logo{
  width: 90px;
  margin-bottom: 20px;
}
