.btn-red{
    background-color: #c20049 !important;
    border-color: #c20049 !important;
    border-radius: 0px !important;
}
.text-light{
    color: #eeeeee;
}
#div-header{
    margin-bottom: 0px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}
#div-footer{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.jumbotron-main{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.jumbotron-white{
    background-color: #f0f2f5 !important;    
}
.jumbotron-dark{
    background-color: #d2d9e0 !important;   
}
.border-jumbotron-dark{
    border: 1px solid #cccccc !important
}
.logo-image{
    width: 90%;
    padding-top: 50px; 
}
.jumbotron-middle{
    border-radius: 0px !important;
}
.link-support{
    color: #004086;
}
.link-support:hover{
    color: #212529;
}
.img-server{
    max-height: 250px;       
}
@media screen and (max-width: 575.00px){
    .logo-image{
        padding: 10px; 
        padding-left: 30px;
    }      
}