.orderStatus {
  width: 100%;
  height: 100%;
  border: solid 1px #dfdfdf;
  padding: 20px 20px;
}

.orderStatus h2 {
  margin: 0 0 20px;
  border-bottom: solid 1px #f0f0f0;
  padding: 0 0 6px;
}


.orderStatus p {
  font-size: 15px;
  line-height: 24px;
}
.orderStatus p a  {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.orderStatus label{
  font-size: 17px;
  font-weight: 500;
  width: 100%;
}
.orderStatus input{
  height: 50px;
  margin: 0 0 9px;
  border-radius: 0;
  box-shadow: inherit !important;
  border: solid 1px #919191 !important;
}

.errmsg  {
  color: #f00;
  margin: 20px 0 20px;
}