
/* The beginning of added style */
.wrapper { 
  background-image:url(../images/building.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  height:100vh;
}
.overlay{ 
  padding:0;  
  width:inherit; 
  height: 97%; 
  background-color: rgba(255, 252, 252, 0.979);
  overflow: hidden;
}
.idHolder{ 
  display: flex; 
  justify-content: center; 
  align-items: flex-end; 
  height: 25%; 
  margin: 0;
  width: inherit;
  /* background-color: rgba(153, 47, 47, 0.938); */
 }
.idLogo{ 
  width: 250px; 
  height: 70px; 
}
.content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75%; 
  /* background-color: rgba(98, 206, 179, 0.938); */
}
.box{
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  width: 540px; 
  padding: 0 0 0 10px;
  height: 250px;
  border-radius: 10px;
  background:white;
  box-shadow: 0 0 2px grey;
}
.box form{
  width: 70%;
  padding: 0;
  margin-top: 0;
}
.changePassword .box{
  padding: 0;
  width: 420px; 
  height: 350px;
  align-items: flex-start; 
}
.changePassword .box form{
  width: 100%;
  padding: 0;
  margin-top: 0px;
}

/* ---------------- FOR PASSWORD CONFIRMATION(changePassword.php) ------------ */

.first{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 95%;
  margin: 20px auto 30px;
}
.first img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 3px;
  z-index: 400;
}
.first i{
  font-size: 80px;
  border-radius: 50%;
  color: rgb(170, 197, 144);
  background-color: white;
  z-index: 400;
}
.first #currentPassword{
  position: relative;
  right: 15px;
  font-size: 15px;
  width: 80%;
  padding: 3px 15px 3px 20px;
  border-radius: 0 10px 10px 0;
  box-shadow: -2px 2px 3px grey;
}
/* ----------------------------------------------------------- */

.box form .label{
  margin: 0 0 30px;
  padding: 0 12px;
  text-align: left;
}
.box form .label.changePass{
  margin: 0 0 0 15px;
}
.box form .label.checkResult{
  margin: 0 0 20px;
}
.box form .label p{
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 650;
  color: #26252b;
}
.box form .label span{
  font-size: 15px;
}
.box form > footer{
  display: flex;
  align-items: center;
  background: rgb(162, 240, 197);
  color: #1b1a20;
  font-size: 11px;
}
.box form > footer small:nth-child(2){
  margin-left: auto;
}
.heroImage{ 
  position: relative;
  top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 280px;
  color: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
} 
.heroFrame.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background:white;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  padding: 0;
  border-radius: 50%;
}
.heroFrame.logo::after{
  content: '';
  position: absolute;
  height: 92%;
  width: 92%;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset -5px -5px 5px rgba(255, 255, 255, 0.45),  inset 5px 5px 5px rgba(94, 104, 121, 0.3);
}
.heroFrame.logo img{
  width: 100px;
  height: 100px;
  margin-top: 7px;
  padding: 5px;
  box-shadow: 0 0 0 rgb(219, 217, 217); 
  background:transparent;
}
form .form-group{
  position: relative;
  margin: 20px 10px 25px;
}
.changePassword .box form .form-group{
  position: relative;
  margin: 20px auto;
  width: 90%;
}
.btn{ 
  margin: 5px; 
  padding: 5px 5px; 
  transition: all 0.5s ease;
  color: white;
}
.btn:hover{
   border: 1px solid rgb(41, 9, 41);
   color: white;
  } 
.attachicon{
   position: absolute;
   color: white;
   width:37px;
   height:32px;
   padding: 3px 12px 0;
   font-size: 17px;
   border-radius: 10px 0 0 10px;
   top: 0;
   left: 0;
}
#eyeIcon{
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 17px;
}
.form-group .btn{
  width:100%;
  margin: 10px auto;
}
.form-group.button{
  width:100%;
  margin: 0 auto 10px;
}
.pushRight{
  margin-left:auto;
}
input.advance[type=text], input.advance[type=password]  {
  width: 100%;
  padding: 6px 30px 5px 45px;
  background:#d1ffd3;
  font-size: 14px;
  border:0;
  outline: none;
  letter-spacing: 0.12em;
}
#adminBox [type=submit],
#resultBox [type=submit]{
  padding: 5px 15px;
  width:  96%;
  border: 0;
  font-size: 14px;
  background-color: var(--primary-color);
  color: #ece5eb;
}
#adminBox [type=submit]:hover,
#resultBox [type=submit]:hover{
  background-color: rgb(50, 160, 92);
}
.roundCorner{
  border-radius: 10px;
}
footer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgb(43, 160, 43);
  color: white;
  width: 100%;
  padding: 0 10px;
  margin-top: auto;
  border-radius: 0 0 10px 0;
}
footer small{
  font-size: 10px;
  font-weight: 600;
}
footer small:nth-child(2){ 
  margin-left: auto;
}
.footer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgb(235, 235, 235);
  padding: 0 20px;
}
.footer small{
  color: #0e0c14;
  font-size: 12px;
}
.footer small:nth-child(2){
  margin-left: auto;
}
.lg-hide{ 
  display:none; 
}
.result-info{
  display:none;
}



/* style for Tab display */
@media only screen and (max-width:800px) and (min-width:520px){
  
}
/* style for mobile display */
@media only screen and (max-width: 520px) {
  .overlay{ padding:5px 0; width:100%; height: 97vh;
    background-color: rgba(240, 240, 240, 0.918); }
  .attachicon{
     padding: 5px 10px 7px;
     top: 0;
  }
.lg-hide{ 
  display: block; 
  text-align: center; 
  margin-bottom: 0;
}
.lg-hide.checkResult,
.lg-hide.login{ 
  margin: -20px 0 30px;
}
.wel{
  font-size: 15px;
  font-weight: 600;
}
.idHolder{ 
  align-items: center; 
  justify-content: center;
  padding: 0 20px;
  height:23%;
}
.idHolder.changePassword{ 
  height: 35%; 
}
.idLogo{ 
  width: 50px; 
  height: 20px; 
}
.content.changePassword{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%; 
  /* background-color: rgba(98, 206, 179, 0.938); */
}
/* ------------ FOR PASSWORD CONFIRMATION ---------------*/
.first{
  width: 98%;
  margin: 0 auto 40px;
  padding: 0 10px;
}
.first img{
  right: -5px;
  width: 70px;
  height: 70px;
  padding: 1px;
}
.first i{
  font-size: 60px;
}
.first #currentPassword{
  font-size: 14px;
  width: 85%;
  padding: 4px 15px 4px 25px;
}
/* ----------------------------------------------------------- */

.content{
  align-items: center;
  justify-content: flex-start;
  height: 97%; 
}

.box{ 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 80%;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 0 0 grey;
}
.box form{
  padding: 10px 0 5px;
  width: 100%;
  margin-top: 0;
}
 .box form .label{
  margin: 5px 0 0;
  text-align: center;
}
.box form .label.changePass{
  margin: 0;
}
.box form .label.login{
  margin: -10px 0 10px;
}
.box form .label.checkResult{
  margin: 0 0 -10px;
}
.box form .label p{
  font-size: 17px;
}
.box form .label span{
  font-size: 13px;
}

  .heroImage{
    display: none;
  }
  #adminBox{
    width: 100%;
  }
  .heroFrame.logo{
    margin: -15px auto 20px;
    width: 140px;
    height: 140px;
  }
  .heroFrame.logo::after{
    content: '';
    position: absolute;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    box-shadow: inset -5px -5px 5px rgba(255, 255, 255, 0.45),  inset 0 0 5px rgba(94, 104, 121, 0.3);
  }
  .heroFrame.logo img{
    width: 110px;
    height: 110px;
    margin-top: 2px;
    padding: 5px;
    box-shadow: 0 0 0 rgb(219, 217, 217); 
    background:transparent;
  }
  footer{
    border-radius: 0 0 0 0;
  }
  .footer{ 
    margin-bottom:auto; 
    height:3%;
    margin-top:auto;
  }
  .footer small{ 
    font-size: 8px;
    color:#0b071d; 
  }
  .sm-none{
    display: none;
  }
}  