html, body{
    height: 100%; 
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #3F3F3F;
    background-image: url('/images/background.png'); 
    background-repeat: repeat;
    background-position: bottom;
}

a, a:link, a:active {
    color: #3F3F3F;
    text-decoration: underline;
}

    a:hover, a:focus {
        color: #3F3F3F;
        text-decoration: none;
    }

.panel{
    margin-top: 25px;
    border-radius: 25px;
    border-width: 0;
}

.info{
    margin-bottom: 25px;
}

.panel-footer{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
    padding-right: 25px;
    color: #9d9d9d;
    font-size: 16px;    
}

.panel-footer a, .panel-footer a:link, .panel-footer a:active {
    color: #9d9d9d;
    text-decoration: underline;
}

    .panel-footer a:hover, .panel-footer a:focus {
        color: #9d9d9d;
        text-decoration: none;
    }

#mspartner{
    max-width: 300px;
}


.copyright{
    padding-top: 30px;
    font-size: 13px;
}

svg{
    max-height: 250px;
}

hr{
    border-top-color: #3F3F3F;
}