
/* 
*{
  box-sizing : border-box;
  margin: 0;
  padding:0;
  border:0;
  font-family: Arial, Helvetica, sans-serif;
}

body{
  color:#2A2A2A;
} */
/* 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;
}
.home{
  position: absolute;
  top: 10px;
  left: 10px;
  text-decoration: none;
  color:#d8a0cc; 
}
a:hover{
  text-decoration: none;
  color: rgb(102, 83, 214);
}
.overlay{ 
  padding:20px 0; 
  width:inherit; 
  height: 97%; 
  background-color: rgba(0, 0, 0, 0.84);
  overflow: hidden;
}
.idHolder{ 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 30%; 
  margin: 20px 0;
  width: inherit;
  text-decoration: none; 
  color:#e2aff1; 
 }
.idHolder:hover{ 
  text-decoration: none; 
  color:#6b5172; 
}
.logoContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px; 
  height: 130px; 
  background-color: white;
  border-radius: 50%;
}
.idLogo{ 
  width: 100px; 
  height: 100px; 
   /* border-radius: 50%; 
  border: 3px solid rgba(253, 244, 240, 0.64);  */
}
.idTest{
  /* padding: 10px 20px;  */
  margin: 0 20px; 
  display: flex; 
  flex-direction:column; 
  justify-content: center; 
  align-items: center; 
  flex-wrap: wrap;
}
.idTest .textxlg{ 
  text-transform: uppercase; 
  font-weight: 800;
  font-size: 40px;
}
.idTest .textmd{ 
  letter-spacing: 0.1em; 
  line-height: 0.2em; 
}
.sessionInfo{
   text-transform: capitalize;
   width: 800px;
   margin: 40px auto -50px;
   padding: 10px;
   font-size: 28px;
   color: rgb(184, 192, 238);
   text-align: center;
   letter-spacing: 0.13em;
}
.display{ 
  display: flex; 
  flex-direction: column;
  justify-content: center; 
  align-items: flex-start; 
  padding: 10px 5px;
  width: 540px; 
  margin: 5px auto 20px auto;
 }
 ul{
   display: none;
 }
.nav{
  display: flex;
  width:320px;
  margin-bottom: 15px;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  align-self:flex-end;
  background: #DFDFDF;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
a.Link{
  padding:3px 25px 1px;
  font-size: 16px;
  font-weight: 550;
  color: #0A3741;
  transition: 0.5s all ease;
  text-decoration: none;
}
/* .active{
  opacity: 1;
  border-bottom:3px solid #0A3741;
  color:#DFDFDF;
}
.inactive{
  opacity: 0.3;
}
.Link:hover{
  opacity:1;
} */
.box{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding:0 0 0 10px;
  height: 250px;
  border-radius: 10px;
  background:white;
}
.box form{
  width: 70%;
  padding: 0px 10px 0;
  margin-top: 0px;
}
#resultBox{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items:center;
}
#resultBox form{
  margin-top: -10px;
}
#resultBox .form-group{
  margin: 10px 0 5px;
}
#resultBox .heroFrame{
  margin: 6px auto 5px;
  width:90px;
  height:90px;
  font-size:50px;
  border: 2px solid rgb(21, 13, 39);
  border-radius: 50%;
}
.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:36px;
   padding: 5px 12px 0;
   font-size: 17px;
   border-radius: 20px 0 0 20px;
   top: 0;
   left: 0;
}
#eyeIcon{
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 17px;
}
.heroImage{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-right:10px; */
  width: 40%;
  height: 280px;
  color: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
}
.heroFrame{
  display: flex;
  justify-content: center;
  align-items: center;
  background:white;
  margin:-10px auto 5px;
  width:120px;
  height:120px;
  font-size:70px;
  border: 3px solid grey;
  border-radius: 50%;
}
.form-group{
  position: relative;
  margin: 30px 0 10px;
}
.form-group .btn{
  width:100%;
  margin: 0 auto;
}
.subform{
  width:100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  padding-right:0;
  font-size: 13px;
}
.pushRight{
  margin-left:auto;
}
.content{
  /* position: relative; */
  padding: 0 5px;
  margin: 2px 0 30px 0;
  width:inherit;
}
.loginContainer{
    position: relative;
    width: 100%;
    padding: 0 0 20px;
}



input.advance[type=text], input.advance[type=password]  {
  width: 100%;
  padding: 6px 30px 5px 45px;
  background:#f3f3f3;
  box-shadow:0 0 3px rgb(42, 34, 46);
  font-size:16px;
  border:0;
  outline: none;
  letter-spacing: 0.12em;
}
#adminBox [type=submit]{
  padding: 5px 15px;
  margin: -20px 5px 5px;
  width: 90%;
  border: 0;
  font-size: 16px;
}
#resultBox [type=submit]{
  padding: 5px 15px;
  margin: 5px;
  width: 90%;
  border: 0;
  font-size: 16px;
}
.roundCorner{
  border-radius: 20px;
}
.footer{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:auto; 
  height:3%;
  margin-top:auto;
  padding:0 10px;
  background:#ffffff;
}
.footer small{
  text-align: left;
  color: #0e0727;
  font-size: 12px;
}
.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) {

  .sm-none{
    display: none;
  }
  .home{
    top: 5px;
    left: 5px;
    color:#ece5eb; 
  }
  .attachicon{
     padding: 5px 13px 7px;
     top: 0;
     box-shadow: -2px 0 5px gray;
  }
  .lg-hide{ display: block; height:125px; text-align: center; margin-bottom: 20px;}
  .lg-hide .textmd{ font-weight: 800; letter-spacing: .2em; }
  .lg-hide span{ display: block; }
  
  
  .subform{
    padding-right:0;
    font-size: 13px;
  }
.wel{
  font-size: 15px;
  font-weight: 600;
}
  .overlay{ padding:5px; width:100%; height: 97%;}
  
  .idHolder{flex-direction: column; margin: 10px 0 0; color:#bab0bd; }
  .idLogo{ width:70px; height:70px; border: none; margin: 0; border-radius: 0; }
  
  .logoContainer{
    width: 90px; 
    height: 90px; 
  }
  .idTest{
    margin: 10px 6px 0; 
  }
  .idTest .textxlg{ 
    font-weight: bold;
    font-size: 18px;
  }
  .idTest .textmd{
    display: none;
  }
  .tab{
    margin-bottom: 20px;
    text-align: center;
  }
  .tab button{
    padding: 1px 7px;
    font-size: 15px;
    letter-spacing: .1em;
  }
  .nav{
    width:90%;
    margin-bottom: 40px;
    border-radius:10px 10px 0 0;
    align-self: center;
    display: none;
  }
  .display{ 
    width: 100%; 
    margin: 10px auto;
    padding: 0;
    justify-content: flex-start; 
   }
  a.Link{
    padding:3px 15px 1px;
    font-size: 15px;
    font-weight: 200;
    color: #212121;
    transition: 0.5s all ease;
    text-decoration: none;
  }
  .box{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width:100%;
    padding:3px;
    height: 400px;
    border-radius: 10px;
  }
  .box form{
    padding: 10px 5px 5px;
    width: 100%;
    margin-top: -20px;
  }
  ul{
    display: block;
    margin: -40px 0 60px;
  }
  li{
    text-transform: capitalize;
    list-style: none;
    font-weight: 600;
    margin: 0 10px 10px -20px;
    color: #1b182e;
  }
  li i{
    margin-right: 10px;
    color: #1e2930;
  }
  .heroImage{
    display: none;
  }
  .heroFrame{
    display: flex;
    justify-content: center;
    align-items: center;
    background:white;
  } 
  #resultBox .heroFrame{
    margin:10px auto 5px;
    width: 100px;
    height: 100px;
    font-size: 60px;
    border: 2px solid rgb(11, 7, 31);
    border-radius: 50%;
  }
  #resultBox{
    margin-top: 10px;
    justify-content: flex-start;
  }
  #adminBox{
    width: 100%;
  }
  #resultBox .md{ 
    font-weight: 700; 
    letter-spacing: .15em; 
  }
  .result-info{
    display:block;
    font-weight: bold;
    font-size: 12px;
  }
  #resultBox form{
    margin-top:40px;
  }
  #resultBox .form-group{
    margin: 15px 0 2px;
    font-size: 20px;
  }
  #adminBox .heroFrame{
    margin:-40px auto 5px;
    width:90px;
    height:90px;
    font-size:50px;
    box-shadow: 0 0 6px rgb(115, 117, 117);
    border-radius: 50%;
    border: 0;
  }
  #staffBox .heroFrame{
    margin:-5px auto 5px;
    width:90px;
    height:90px;
    font-size:60px;
    border: 3px solid grey;
    border-radius: 50%;
  }
  .footer{ 
    margin-bottom:auto; 
    height:3%;
    margin-top:auto;
  }
  .footer small{ 
    font-size: 10px;
    color:#0b071d; 
  }
  .result-info{
    margin-top: -30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #1e2930;
  }
  
}  