/*
 * Theme Name: Acen
 * Description: Template for Wordpress - Developed by NR Global
 * Theme URI: http://nrglobal.vn
 * Version: 1.0
 * Theme Author: info.nrglobal@gmail.cm
 * Author: NR GLOBAL
 * Author URI:http://nrglobal.vn
 * Textdomain: acen
 */

 #preloader  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    height: 100%;
 }
#status  {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(public/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 50%;*/
    margin: -100px 0 0 -100px;
 }
 .grecaptcha-badge{
    display: none!important;	   
}