.custom-modal .color-error {
  color: #ee851e;
}
.custom-modal .color-primary {
  color: #2989ee;
}
.custom-modal a {
  color: #2989ee;
}
.custom-modal .close {
  font-size: 30px;
  font-weight: lighter;
  text-shadow: none;
}
.custom-modal .modal-content {
  border-radius: 0;
}
.custom-modal .modal-header {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
  border-bottom: none;
}
.custom-modal .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
.custom-modal .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  text-align: center;
  border-top: none;
}
.custom-modal .btn {
  font-size: 16px;
  padding: 6px 18px;
}
.custom-modal .btn-primary {
  background-color: #2989ee;
  border-color: #2989ee;
}
.custom-modal .btn-default {
  color: #2989ee;
  border-color: #2989ee;
}
.custom-modal .warm-title {
  height: 48px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}
.custom-modal .warm-title span {
  display: inline-block;
  padding-right: 4px;
  line-height: 46px;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: bolder;
  color: #2989ee;
  border-bottom: 2px solid #2989ee;
}
.custom-modal .warm-subtitle {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #9f9f9f;
}
.custom-modal p {
  font-size: 18px;
  color: #9f9f9f;
  line-height: 1.5;
}
.custom-modal .modal-error {
  margin-bottom: 20px;
  text-align: center;
  color: #ee851e;
}
.custom-modal .modal-error .error-icon {
  margin-bottom: 12px;
  font-size: 44px;
}
.custom-modal .modal-error .error-title {
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 2px;
}
.custom-modal .modal-error p {
  text-align: left;
}
.custom-modal .modal-error p .dzzw-icon-glyph {
  margin-right: 12px;
  font-size: 28px;
}
.custom-modal .modal-error .error-content {
  padding: 0 120px;
  margin-bottom: 32px;
}
.custom-modal .modal-error .error-content p {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #666;
}
.custom-modal .modal-error .qr-content {
  text-align: center;
  color: #de6767;
  font-size: 14px;
}
.custom-modal .modal-success {
  margin-bottom: 20px;
  text-align: center;
}
.custom-modal .modal-success .success-icon {
  margin-bottom: 12px;
  font-size: 44px;
  color: #4caf50;
}
.custom-modal .modal-success .success-title {
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 2px;
}
.custom-modal .modal-success p {
  text-align: left;
}
.custom-modal .modal-success p .dzzw-icon-glyph {
  margin-right: 12px;
  font-size: 28px;
}
.custom-modal .modal-success .success-content {
  padding: 0 120px;
  margin-bottom: 32px;
}
.custom-modal .modal-success .success-content p {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #666;
}
.custom-modal .form-group .control-label {
  padding-top: 10px;
  font-weight: normal;
}
.custom-modal .form-group .control-label em {
  color: #c00;
}
.custom-modal .form-control {
  height: 40px;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  border-radius: 0;
  box-shadow: none;
}
