.errorBox {
  position: relative; }
  .errorBox img {
    width: 100%;
    vertical-align: top; }
  .errorBox .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box; }
  .errorBox .topText {
    width: 50%;
    font-size: 24px;
    color: #2e2d44;
    padding: 0 56px; }
    .errorBox .topText h4 {
      font-size: 54px;
      line-height: 1.2em; }
    .errorBox .topText p {
      line-height: 2em; }
  .errorBox .inputBox {
    position: relative;
    width: 100%;
    height: 64px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #555775;
    padding-left: 10px;
    padding-right: 80px;
    box-sizing: border-box; }
    .errorBox .inputBox input {
      color: #fff;
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      font-size: 24px;
      background-color: #555775; }
    .errorBox .inputBox a {
      position: absolute;
      right: 0;
      top: 0;
      height: 64px;
      width: 76px;
      text-align: center;
      line-height: 64px;
      color: #fff;
      background-color: #9ca0b8; }
  .errorBox .bottomText {
    text-align: right;
    padding: 30px 56px; }
    .errorBox .bottomText a {
      color: #30a3d0;
      font-size: 30px; }

@media (max-width: 600px) {
  .errorBox {
    margin-bottom: 20%; }
    .errorBox .textBox {
      position: relative;
      margin-top: -20%; }
    .errorBox .topText {
      width: auto;
      padding: 0 2%;
      font-size: 16px; }
      .errorBox .topText h4 {
        font-size: 22px; }
    .errorBox .inputBox input {
      font-size: 16px; }
    .errorBox .inputBox a {
      font-size: 16px; }
    .errorBox .bottomText {
      padding: 10px 2%; }
      .errorBox .bottomText a {
        font-size: 16px; } }

/*# sourceMappingURL=error.css.map */
