  body {
      background-image: url(/images/sites/demo/themes/19363/background_original.jpg);
      background-repeat: repeat-y;
      background-position: left bottom;
    background-color: #2c3e50;
  }
  h1, h2, h3 {
    color: #2c3e50;
  }
  input.btn {
      color: fff;
      background-color: #277cb3;
      border-top: 2px solid #59aee5;
      border-left: 2px solid #59aee5;
      border-right: 2px solid #004a81;
      border-bottom: 2px solid #004a81;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #277cb3;
      border-top:  2px solid #004a81;
      border-left:  2px solid #004a81;
      border-right: 2px solid #59aee5;
      border-bottom: 2px solid #59aee5;
  }
