@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

body{
    font-family: "Poppins";
}

#loginContainer{
    height: 100vh;
    background-image: url("../images/bg_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#appContainer{
    width: 100%;
    float: left;
}

#appNav{
    width: 20%;
    float: left;
    height: 100vh;
}

#appMenu{
    width: 76%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
}

#nav .fas{
    font-size: 20px;
}

#nav{
    font-size: 14px;
}