@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap");

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
}

.new{
  color: #3f3d56 !important;
  border-color: #3f3d56 !important;
}
.new:hover{
  color: #FFF !important;
  border-color: #0dcaf0 !important;
}
.b{
  font-weight: bold;
  letter-spacing: 1.5;
}
/*********animated-backgroun-start****/

/*
.bg {
animation: slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(-60deg, rgb(138, 27, 55) 50%, #0dcaf0 50%);
bottom: 0;
left: -50%;
opacity: .5;
position: fixed;
right: -50%;
top: 0;
z-index: -1;
}

.bg2 {
animation-direction: alternate-reverse;
animation-duration: 4s;
}

.bg3 {
animation-duration: 5s;
}

@keyframes slide {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(50%);
}
}
*/

/*********animated-backgroun-end****/

.img-pack {
  height: 280px;
  width: 100%;
  background: url("../images/5.jpg") no-repeat center bottom fixed;
  background-size: cover;
  z-index: 1;
  color: #fff;
  position: relative;
}

.img-pack .content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 7rem;
}

.img-pack .fa-file-lines {
  font-size: 2.5rem;
}

.color {
  height: 280px;
  width: 100%;
  z-index: 3;
  background-color: #0b265299;
}

footer {
  width: 100%;
  height: 140px;
  bottom: 0;
  background-color: #001c4ac2;
  color: #ffffffb8;

}

footer .social ul li a {
  transition: 0.5s ease;
  font-size: 1.5rem;
  color: #0dcaf0;
}

footer .social ul li a:hover {
  transition: 0.5s ease;
  color: #3f3d56;
}

footer .email a {
  transition: 0.5s ease;
  font-size: 1.5rem;
  color: #3f3d56;
}
/*************************************************************/
.table-h-v{
  text-align: center !important;
  font-size: 20px;
  background: #a8a8a8;
}
/*************************************************************/

.login-page {
  background: url(../images/head_1.png) no-repeat center center !important;
  background-size: cover;
  height: 100vh;
  
}


.overlay {
    background-color: #002c5e49;
    height: 100vh;
}
.login-box{
  background: rgba(255, 255, 255, 0.815);
  padding: 20px;
  border-top: 0;
  color: #666;
  border-radius: 22px;
  transition: 0.5s ease;


 
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin: 7% auto; */
}
@media (max-width: 768px){
.login-box{
  width: 90%;

}
}




.contact .font {
    text-align: center;
    margin: 15px 0;
}
.contact .font li {
  display: inline-block;
  margin: 0 5px;
}
.contact .font li a {
  transition: 0.5s ease;
  color: #3f3d56;
}
.contact .font li a:hover {
  color: #0dcaf0;
}
