body, html {
    padding: 0;
    font-size : 13px;
    height: 100%;
}

body {
    background : transparent;
}

body {
    background-color: #5b6875;
    background-repeat: no-repeat;
}

div, p, a, td, li, h1, h2, h3, h4, h5  {
    font-size : 13px;
    font-family: 'open sans', "helvetica neue",helvetica,arial,sans-serif !important;
}

header {
    position:fixed;
    top : 0;
    left : 0;
    width : 100%;
    padding : 10px 20px;
    display : flex;
    justify-content: space-between;
    background-color: #5b6875;

}

main {
    margin-top : 60px;
}

#login-panel {
    width : 400px;
    margin : 100px auto;
    display : block !important;

}


#header-logo {width:200px;}

#course-files ul {
    padding-left : 20px !important;
}
#course-files ul li span {
    margin-left: -0.5em;
    display : block;
}

#course-files ul li {
    margin-bottom : 8px;
}

#course-modules {
    margin-top : 10px;
    /*margin-bottom : 20px;*/
}

#course-modules .badge {
    font-size : 10px;
    font-weight : 400;
    text-transform: uppercase;
}

#course-modules .btn.btn-link {
    padding : 0;
}

#course-modules * {
    font-size : 11px;
    font-weight : 400;

}

h1 {
    color : #800;
    font-size : 1.3rem;
    font-weight : 400;
    text-align : center;
}

h2 {
    color : #800;
    margin-bottom : 10px;
    font-size : 1.0rem;
    /*font-size : 1.1rem;*/
    font-weight : 400;
    TEXT-DECORATION : underline;
    /*text-align : center;*/
}

h3 {
    color : #333;
    margin-bottom : 10px;
    font-size : 1.0rem;
    /*font-size : 1.1rem;*/
    font-weight : 600;
    /*text-align : center;*/
}

h5.card-title {
    font-size : 1.8em;
}

.card-body label {
    font-weight : 500;
}


