/* added by K.N */
div.system-msg {
	text-align: left;
	color: #FF0000;
}

/*--*/
.demo-title h1,
.demo-title h2,
.demo-title h3,
.demo-title h4 {
  margin-top: 0;
}
.demo-title h1,
.demo-title h2,
.demo-title h3 {
  line-height: 40px !important;
}
.demo-title h3 {
  font-size: 24.5px !important;
}
.demo-title small {
  color: #c0c1c2;
  font-size: 13px;
  font-weight: 400;
}
.demo-buttons .btn,
.demo-inputs .control-group {
  margin-bottom: 20px;
}
.demo-navigation .demo-title {
  margin-top: 10px;
}

/*--*/
.login-switch {
  vertical-align: 7px;
}

/*--*/
@media (min-width: 481px) {
  .title-white {
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 26px;
  }
}
@media (max-width: 480px) {
  .title-white {
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 26px;
  }
}

