a {
    text-decoration: none;
}

/* Optional: Style for better presentation */
  .dropdown {
      position: relative;
            display: inline-block;
    }

 .dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 500px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   list-style-type: none;
   padding: 0;
  margin: 0;
 }

.dropdown-content li {
   padding: 8px;
   cursor: pointer;
 }


.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}

#print img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-top: 6%;
	margin-left: 10%;
}

#print .info{
	border-bottom: 3px groove black;
	 font-family: "Times New Roman", Times, serif;
}

#print #datePrint label{
	margin-left: 60%;
	font-size: 12px;
}

#print #datePrint span{
	color: rgba(158, 220, 255, 0.55);
	font-size: 10px;
	font-style: italic;
}

#print #bodypirnt h1{
    font-family: "Times New Roman", Times, serif;

}

#blank{
	border-top: 1px solid black;
}

#hosadd p{
    font-size: 15px;
}

#pritback img{
  position: absolute;
  width: 100%;
  z-index: 3;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 23%;
}


@media print {
         
         @page {
        margin-top: 0;
        margin-bottom: 0;
        }

        
         #print{
         	font-family: arial;
         }

         #print #headers{
         	margin-left: 20%;
         }
        #print  #flex{
         	display: flex;
         }


   }

      footer {
  margin-top: auto;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: rgba(248, 249, 250, 1); /* bg-light color */
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}