 .landing-page .content-bg-wrap {
    background-image: url("../img/fasi/logo-dark.png");
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-animation: sidedownscroll 30s linear infinite;
            animation: sidedownscroll 30s linear infinite;
    background-size: auto; }

    .landing-page .content-bg-wrap:before {
      background-color: rgba(0, 0, 0, 0); }

  #hellopreloader {

  background: #ffff;
 }

 #hellopreloader .text{
  letter-spacing: 3px;
  font-weight: 700;
  font-family: Century Gothic;
  margin-left: 0;
  color: #1e3c72;
 }

 
.registration-login-form {  
    min-height: 560px;
}

.forums-table td {
    padding: 5px 25px;
    text-align: center;
}


.img-wrap{
  width: 35px;
   height: 35px;
}

.fixed-sidebar .logo {
    background-color:#1e3c72 ;
}

.header {
    background-color: #1e3c72;
}

.icon-status.online {
    background-color: #0cc336;
}

.bg-blue {
    background: #1e3c72;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2a5298, #1e3c72);
}

.bg-flat-green{
  background-color: #08ddc1;
}

.forums-table thead {
    background-color: #1e3c72;
}


.search-bar.w-search {
    background-color: #3d8ac5;
}


.left-menu .left-menu-icon {
    fill: #383f6b;
    
}

.search-bar .form-group.with-button button {
    color: #dbdce8;
    fill: #d9dbe4;
    background-color: #3d8ac5;
}

.bg-notif{
  background-color: #2fb93e ;
}

.bg-red {
    background-color: #c31a31;
}


.notification-list .author-thumb img {
    height: 100%;
    width: 100%;
}

.mobile-app-tabs {
    width: 90%;
}

#myfasi-header{
    display: inline-block;
    text-transform: uppercase;
    color: #1b1e21 !important;
    margin-left: 100px;
}

.accordion-faqs .card-header {
    padding: 20px 20px;
    border:1px solid #e6ecf5 ;
   
}

.olympus-chat {
   background-color: #f1a501;
}

.mb-0{

  color: #1e3c72;
}

.myfasi-bg{

  background-color: #1e3c72;
}

.card-header a {
    color: #1e3c72;
}
.alert-message{
  z-index: 9;
  position: absolute;
  top: 90px;
  width: 95%
}
.alert-message p{
  font-size: 16px;
   color: #f9f3f3;
   border-color: transparent;
}

.alert-danger{
  background-color: #ff5e3a;
   border-color: #ff5e3a;
   color: #f9f3f3;
}

.alert-success{
  background-color: #1ed760;
  border-color: #1ed760;
}

.alert-info{
  background-color: #1ed760;
  border-color: #1e3c72;
}

.myfasi-btn{
  width: 100%;
  height: 5px;
  padding-top: 15px !important;
  background: #1e3c72;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #2a5298, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  
}

@media (min-width: 1233px) {
    #myfasi-header{
      display: none;
    }
}

.post-thumb{
  max-height: 100px !important; 
}
.post-thumb img{
  height: 100%;
  width: 100%;
}

.btn-warning{
  background-color: #ff763a;
}

.c-red{
  color: #c31a31;
}



@media (min-width: 1024px)
.container {
    max-width: 88%;
}