/*404 Page*/
.error-404{
    margin: 50px 0 140px 0;
}

.error-404-icon{
  text-align: center;
  margin-bottom: 25px;
}

.error-404-content{
  text-align: center;
}

.error-404-content h1{
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 35px;
}

.error-404-content h2{
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 22px;
}

.error-404-btn{
  text-align: center;
}

.error-404-btn .btn{
  padding: 10px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
}
