html,body{
    padding-top:0;
    overflow: auto;
    height:100%;
}

@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    font-size:12px;
    src: local('Indie Flower'), local('IndieFlower'), url('../css/IndieFlower.ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.outer{
    background: #f0f0f0;
}

.inner{
    margin-top:50px;
    border-color:white;
    color: #020202;
}

.bg-white{
    background: #f0f0f0;
}

h4{
    margin-top:30px;
    font-style: italic;
    color:#337ab7;
}



.indexPageBigLogo{
    font-family: 'Indie Flower', sans-serif;
    font-size: 80px;

    margin-left: 30px;
    padding:30px;
}

.loginLogoTitle{
    font-family: 'Indie Flower', sans-serif;
    font-size: 30px;
}

.content{
    margin-top:30px;
}

.loginBox{
    padding:30px;
}

.featureList{
    font-size:16px;
}


.footer{
    margin-top: 40px;
}

#chromeWarning{
    background-color: rgba(255, 62, 62, 0.49);
}