  body {
      background-repeat: no-repeat;
      background-position: center bottom;
    background-color: #f2f5fa;
  }
  h1, h2, h3 {
    color: #ee0101;
  }
  input.btn {
      color: fff;
      background-color: #040404;
      border-top: 2px solid #363636;
      border-left: 2px solid #363636;
      border-right: 2px solid #000000;
      border-bottom: 2px solid #000000;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #040404;
      border-top:  2px solid #000000;
      border-left:  2px solid #000000;
      border-right: 2px solid #363636;
      border-bottom: 2px solid #363636;
  }
