.wrapper {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1000px;
  text-align: left; }

.mobile {
  display: none; }

.title {
  float: none;
  font-size: 24px;
  line-height: 40px;
  text-align: center; }
  .title h2 {
    float: none;
    font-size: 24px;
    line-height: 40px;
    text-align: center; }
  .title .subtitle {
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999;
    border-top: 1px solid #1dadd9;
    padding-top: 4px; }

.box > img {
  width: 30%; }
.box > .main {
  width: 70%; }
  .box > .main > .btnwrapper > .link {
    display: inline-block;
    width: 40%;
    border: 1px solid #ddd;
    background: #999;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 16px 8px 44px;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff; }
    .box > .main > .btnwrapper > .link::before {
      content: "";
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M5%2C3V0L1%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C13%2C4%2C8%2C3%2C5%2C3z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 24px; }
    .box > .main > .btnwrapper > .link:hover {
      background: #1dadd9; }

/*# sourceMappingURL=d--error--index.css.map */
