body{background-color:#131b4a;}

div.logo{background:white;}

div.logo img{margin:0px auto;}


.makluman{text-align: left;line-height: 24px;color:#fff;font-weight:bold !important;font-family:sans-serif;}


@media only screen and (max-width: 991px) and (min-width: 769px){
 /* CSS that should be displayed if width is equal to or less than 991px and larger 
  than 768px goes here */
}

@media only screen and (max-width: 991px){
 /* CSS that should be displayed if width is equal to or less than 991px goes here */
}
