body{
    overflow: none;
}
.fp{
    float: right;
}
.img-fluid{
    width: 150px;
    height: 150px;
    text-align: center;
    pointer-events: none;
}
h3{
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.center{
    align-items: center !important;
    text-align: center;
}
.btn-link{
    color: #0864A3;
}
.btnlogin{
    width: 100% !important;
    background-color: #0864A3;
    border: none;
}
.btnlogin:hover{
    color:#0864A3;
}
.admin{
    text-align: center;
}
.header{
    color: #0864A3;
    text-align: center;
}
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 40px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid rgb(177, 177, 226)
}

.search .fa-solid {
    position: absolute;
    top: 14px;
    left: 16px;
    color:#0864A3;
}

/*preloader*/
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: #fff;
}

#loading-animation {
      top: 50%;
      left: 50%;
      width: 200px;
      height: 200px;
      position: absolute;
      margin: -100px 0 0 -100px;
      background-color:#fff;
}