/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@import '../fonts/century-gothic-bold/century-gothic-bold.css';

.main-menu .navbar-header .navbar-brand .brand-text {
    color: #0085a1;
    padding-left: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.01rem;
    font-family: 'Century Gothic Bold';
    line-height: 17px;
    -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, .02) 1px 1px;
}

.main-menu .navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    margin-top: 0.7rem;
    font-size: inherit;
}

.ni-logo {
    font-family: 'Century Gothic Bold';
    font-size: 1.1rem;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, .02) 1px 1px;
}

.brand-text-login {
    color: #0085a1;
    padding-left: 1rem;
    padding-top: 8px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.01rem;
    font-family: 'Century Gothic Bold';
    line-height: 24px;
    -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, .02) 1px 1px;
}