
#message {
  color: rgb(233, 87, 63);
  padding: 5px 20px;
  background-color: white;
  font-size: 12px;
  font-style: italic;
}

#sign-wrapper .sign-body .form-group:last-child .error {
  right: -225px;
}


/************ Demonstration ************/
.content.demo-on{
  display: none;
}

.for-demo{
  display: none;
}
.for-demo.demo-on{
  display: block;
}
.for-demo .buttons button{
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
}