.pagenotfound {
  width: 100%;
  padding-bottom: 30px;
  padding: 100px 0;
}

.pagenotfound .fxb-section .btn-default {
  color: #fff !important;
  padding: 10px 40px !important;
  background-color: #108ae9;
  margin: 20px 10px !important;
  font-size: 16px !important;
}
.pagenotfound .fxb-section .btn-default:hover {
  opacity: .85 !important;
  background-color: #12316c !important;
  color: #fff !important;
}

.pagenotfound .fxb-section .form-control,#pagenotfound .fxb-section .textField {
  padding: 14px 12px !important;
  height: auto !important;
  font-size: 16px !important;
}


.pagenotfound .errowBox .errowBox-inner {
  font-size: 3rem;
  color: white;
}

.pagenotfound .errowBox .errowBox-inner ._number {
  font-size: 5rem;
  display: block;
  font-weight: bold;
  line-height: 1em;
}

.pagenotfound h2.notfound {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  width: 97%;
}

.pagenotfound p.notfound {
  margin:  20px 5px;
  width: 97%;
}

.pagenotfound a.notfound {
  color: #0063b1;
}

.pagenotfound .fxb-col-6 {
    width: 46%;
}

@media (max-width: 900px) {
  .pagenotfound h2.notfound {
   margin-top:  2rem;
   margin-bottom:1rem;
   width:97%;
  }
}

@media (min-width: 481px) and (max-width:767px){
  .pagenotfound {
    width: 94%;
    padding-bottom: 20px;
    margin-top: 80px;
  }
  .pagenotfound .fxb-col-6 {
    width: 97%;
  }
  .pagenotfound .errowBox .errowBox-inner{
    font-size: 5rem;
  }
  .pagenotfound .errowBox .errowBox-inner ._number{
    font-size: 7rem;
  }
  .pagenotfound .errowBox:before {
    padding-top: 50%;
  }
}

@media (max-width: 480px){
  .pagenotfound {
    width: 110%;
    padding-bottom: 20px;

  }
  .pagenotfound .fxb-col-6 {
    width: 92%;
  }
  .pagenotfound .errowBox .errowBox-inner{
    font-size: 5rem;
  }
  .pagenotfound .errowBox .errowBox-inner ._number{
    font-size: 7rem;
  }
}