﻿body {
}

.div-main-content {
    background-color: #F2F2F2;
    /*background-color:burlywood;*/
    padding: 15px;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2E2E2E;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    height: auto;
}

.text-danger {
    font-size: x-small;
}

.input-group-text {
    background-color: white !important;
}

.border-right-white {
    border-right-color: white !important;
}