body.path-verifycert #hero_bg_wrapper {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 20rem;
}
body.path-verifycert #header_hero_content {
  text-align: center;
}
body.path-verifycert .arjang-verifycert-wrapper {
  margin-top: -9rem;
}

body.path-verifycert h1.title {
  display: none;
}

.arjang-verifycert-banner {
  padding: 5.5em 0 4.5em;
}
.arjang-verifycert-banner h1 {
  margin-bottom: 1.3em;
}

.arjang-verifycert-form {
  padding: 2em 2em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto -49px;
  background-color: #fcfcfc;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 0 0 5px #0005;
  -webkit-box-shadow: 0 0 5px #0005;
  box-shadow: 0 0 5px #5555;
}

.arjang-verifycert-form #cert_code {
  color: #777;
  background-color: #fff;
  border: none;
  padding: 20px 25px !important;
  direction: ltr;
  text-align: right;
  font-family: monospace, consolas, tahoma, sans-serif;

  -moz-box-shadow: 0 0 3px #0003;
  -webkit-box-shadow: 0 0 3px #0003;
  box-shadow: 0 0 3px #0003;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .arjang-verifycert-form #cert-submit {
    margin-top: 1em;
  }
}

#cert_verify_result-wrapper {
  margin: 8em auto 5rem;
}
#cert_verify_result {
  border: 2px solid;
  padding: 1em;
  text-align: justify;
  font-weight: bold;
  border-radius: 15px;
  background-color: #fff;
}
