  body {
      background-repeat: ;
      background-position: ;
    background-color: #f3f6fa;
  }
  h1, h2, h3 {
    color: #1271b4;
  }
  input.btn {
      color: fff;
      background-color: #1271b4;
      border-top: 2px solid #44a3e6;
      border-left: 2px solid #44a3e6;
      border-right: 2px solid #003f82;
      border-bottom: 2px solid #003f82;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #1271b4;
      border-top:  2px solid #003f82;
      border-left:  2px solid #003f82;
      border-right: 2px solid #44a3e6;
      border-bottom: 2px solid #44a3e6;
  }
