@import url(http://www.fontonline.ir/css/BKoodakBold.css);
body, html {
    font-family:BKoodakBold,'BKoodakBold',tahoma;
    background: #000;
    height: 100vh;
}

.card-login {
    height: 90%;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(63, 63, 63, 0.342) !important;
}

.bg-img {
    background: url(../img/bgLogin.png) no-repeat center center;
    background-size: cover;
}

.sidenav-light {
    background: #fff;
}

.material-icons {
    margin-top: 10px;
}

.nav-item {
    display: flex;
}

p.text-header {
    text-transform: uppercase;
    letter-spacing: .25em;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, 0.25);
    border-width: 4px 0;
    padding: 1.5em 0em;
    color: aliceblue;
}

p.text-header span {
    font: 700 4em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(../img/animated_text_fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
