﻿.body-content {
    background-image: url("images/tn_bg_sm.jpg");
    background-color: #003D79;
    background-repeat: no-repeat;
    min-height: 90vh;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.progress-container {
    background-image: url("images/od.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*width: 25%;
    height: 0;*/
    min-width: 200px;
    padding-top: 12.10%; /* (img-height / img-width * container-width) */
    /* (472 / 975 * 25) */
    position: relative;
}