.error-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.error-box-wrapper .error-box {
  width: 460px;
  flex: none;
}
@media (max-width: 679.98px) {
  .error-box-wrapper .error-box {
    width: calc(100% - 20px);
  }
}
.error-box-wrapper .error-box .card-header {
  min-height: 59px;
}
.error-box-wrapper .error-box .card-header i {
  font-size: 20px;
  color: #4BA0D5;
  margin-right: 10px;
}
.error-box-wrapper .error-box .card-body {
  padding: 20px 30px;
}
.error-box-wrapper .error-box .form-group {
  margin-bottom: 20px;
}
.error-box-wrapper .error-box .form-group input::placeholder {
  color: #8790AA;
}

.center-box-body {
  background-color: #121623;
}

.error-box-wrapper .error-box {
  padding: 30px;
}
.error-box-wrapper .error-box .card-header {
  justify-content: center;
  border: none;
}
.error-box-wrapper .error-box .card-header .card-title {
  display: flex;
  flex-direction: column;
  margin: 0 auto 15px;
}
.error-box-wrapper .error-box .card-header .card-title i {
  color: #E51E64;
  font-size: 50px;
  margin: 0;
}
.error-box-wrapper .error-box .card-header .card-title .card-label {
  color: #3C4368;
  font-weight: 400 !important;
  margin: 15px 0 0;
}
.error-box-wrapper .error-box .card-content {
  display: flex;
  flex-direction: column;
}
.error-box-wrapper .error-box .card-content span {
  text-align: center;
}
.error-box-wrapper .error-box .card-content .card-content-heading {
  color: #8790AA;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.error-box-wrapper .error-box .card-content .card-content-text {
  color: #8790AA;
  font-size: 13px;
  font-weight: 300;
}

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