.main-box {
  color: #4d4d4d;
  margin-left: 30px;
  margin-right: 30px;
}
.start-panel {
  flex: 1 1 auto;
  overflow: auto;
  padding-top: 0;
  margin-top: 10px;
  font-weight: lighter;
}
.logo-row {
  line-height: 50px;
  height: 50px;
}
.logo-row h2 {
  line-height: 50px;
  margin-left: 15px;
  color: #0496f9;
  font-size: 20px;
}
#login-panel {
  display: inline-block;
  width: 60%;
  background: linear-gradient(to top, #dadada, #e6e6e6);
  border: 1px solid #b3b3b3;
  font-weight: lighter;
}
h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 {
  font-size: 14px;
  font-weight: lighter;
}
