body{
    padding: 20px;
    overflow: auto;
    width: 660px;
    font-family: 'times new roman';
    margin: auto;
}

h1{
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
h2{
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0px;
}
p{
    font-size: 12px;
    margin: 5px 0px;
    display: inline;
}
.printConteiner {
    width: 660px;
    height: 930.6px;
    background: #fff;
    padding: 1cm;
    box-shadow: 0px 0px 4px 0px #747b74;
    margin-bottom: 20px;
    position: relative;
}
.noPrint{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 30px;
    background: #fdfdfd;
    margin: 25px;
    width: calc(100vw - 810px - 2cm);
}
.noPrint p{
    font-size: 18px;
    display: block;
    margin: 10px 0 20px;
    line-height: 1;
}
.line{
    width: 100%;
    height: 1px;
    margin: 25px 0px;
    background-color: #5B89A5;
}
.right{
    float: right;
}
.just{
    text-align: justify;
    display: block;
    line-height: 1.3;
}
.half-l{
    margin: -7px 11% 10px;
    float: left;
    width: 120px;
    text-align: center;
}
.half-r{
    margin: -7px 12% 10px;
    float: right;
    width: 120px;
    text-align: center;
}
.clear{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.warding{
    display: none;
}
.selectType{
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 900;
  letter-spacing: 1px;
  font-family: inherit;
  background-color: inherit;
  margin-left: 4px;
}
.social{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-left: 10px;
}
.social img{
    width: 25px;
}
.buttons {
    width: 660px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 25px;
    align-items: flex-end;
}
.hidePlaceholders {
    cursor: pointer;
    color: #0000ee;
    font-size: 14px;
    margin: 0px;
}
.hidePlaceholders:hover {
    text-decoration: underline;
}
input{
    position: absolute;
    background: rgba(238, 238, 238, 0);
    height: 14px;
    font-family: times new roman;
    border: none;
}
button{
    padding: 10px;
    background: #bda;
    color: #5D372E;
    border: none;
    border-radius: 5px;
    width: 140px;
    font-size: 16px;
    margin: 0px;
    transition: box-shadow .5s;
    cursor: pointer;
}
button a{
    text-decoration: none;
    color: #5D372E;
}

button:hover{
    box-shadow: 0 0px 7px 0px #5B89A7;
    transition: box-shadow .5s;
}

@media screen and (max-width: 1315px) {
    .noPrint{
        position: relative;
        padding: 10px 10px;
        background: #fdfdfd;
        margin: 0;
        width: 728px;
    }
}

.bgimage {
    opacity: 0.2;
    position: absolute;
    top: 20em;
    left: 17em;
    width: 150px;
}

.noPrintInline {
    display: inline;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}

/* from DNOU */
#dnou {
    height: unset;
}
#props {
  display: flex;
}
#dnou p{
  margin: 2px 0px;
  letter-spacing: 0;
  display: inline-block;
}
#props p {
  display: flex;
  justify-content: space-between;
}
#props input {
  border-bottom: 1px solid;
  position: relative;
  padding: 1px 4px 0;
}
.right-props {
  width: 49%;
  margin: 0 0 0 2%
}
.left-props {
  width: 49%;
}
.just-dnou{
  text-align: justify;
  display: block;
  line-height: 1;
}
#dnou .selectType{
  font-size: 12px;
  cursor: pointer;
}
#dnou input{
  height: 12px;
  font-size: 12px;
}
.ur1, .ur2{
  display: none;
}
#dnou h2{
  font-size: 14px;
  margin: 15px 0 10px;
}
.page-separator {
  page-break-after: always;
}
/* /from DNOU */

@media print {
  button{
      display: none;
  }
  .buttons{
      display: none;
  }
  .noPrint{
      display: none;
  }
  .noPrintInline{
      display: none;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .printConteiner {
      width: 660px;
      background: #fff;
      padding: 0;
      box-shadow: none;
      margin-bottom: 0;
  }
}

/* dp */
.with-border {
    display: inline;
    border-bottom: 1px solid #000;
    margin-top: 2px;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
}

.p0 {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

@media print {
  @page { margin: 0; }
  body { margin: 0.5cm; }
}
