    /* ************************************************************
    :: Template name: Blue - Ultimate Product Landing Page
    :: Template URI: http://designing-world.com
    :: Description: Blue - Ultimate Product Landing Page
    :: Template author name: MD NAZRUL ISLAM
    :: Template author url: http://designing-world.com
    :: Version: 1.0.0
    ************************************************************ 
    *
    *
    ****************** :: Index of CSS :: ******************
    
    :: 1.0 Fonts
    :: 2.0 Common CSS
    :: 3.0 Preloader Css
    :: 4.0 Header area css
    :: 5.0 slider area css
    :: 6.0 About Product Area CSS
    :: 7.0 More Features Area
    :: 8.0 speciality area css
    :: 9.0 Price Plan Area CSS
    :: 10.0 our advisor area css
    :: 11.0 testimonial area css
    :: 12.0 Key Features Area CSS
    :: 13.0 our product area css
    :: 14.0 Newsletter Area CSS
    :: 15.0 FAQ area CSS
    :: 16.0 Download App Area CSS
    :: 17.0 blog area css
    :: 18.0 footer area css
    :: 19.0 bredcumb area css
    :: 20.0 blog area css
    :: 21.0 gallery area css
    :: 22.0 contact us area css
    :: 23.0 Sidebar Area CSS
    :: 24.0 RTL Version CSS

    ****************************** */
    /* *************************
    :: Import all css 
    ************************* */
    
    @import 'css/bootstrap.min.css';
    @import 'css/magnific-popup.css';
    @import 'css/animate.css';
    @import 'css/meanmenu.css';
    @import 'css/icofont.css';
    @import 'css/owl.carousel.css';
    @import 'css/YTPlayer.css';
    @import 'css/mailchimp.css';
    /* *************************
    :: 1.0 Fonts 
    ************************* */
    
    @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
    /* *************************
    :: 2.0 Common CSS
    ************************* */

    /* ***************************
    :: 6.0 Login Notice Area CSS
    *************************** */


    
    .login_notice h3 {
        font-size: 18px;
        font-weight: 500;
    }
    
    .login_notice:hover {
        border-color: #0fc1a7;
    }
    
    .login_notice > p {
        text-align: center;    
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 200;
        color: #ffffff !important;        
    }
    
    .login_notice > i {
        color: #0fc1a7;
        display: block;
        font-size: 36px;
        margin-bottom: 15px;
    }