﻿
.text-Logo {
    bottom: 5px;
    color: white;
    float: left;
    font-size: 17px;
    height: 50px;
    left: 48%;
    position: absolute;
    right: 5px;
    top: 48%;
    width: 200px;
    z-index: 10000;
}

.text-header {
    color: #39476c !important;
    text-transform: uppercase;
}

#footer {
       border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    bottom: 0;
    font-weight: 600;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

    #footer .copy {
        background: #e5e5e5 none repeat scroll 0 0;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        text-align: center;
    }

.btnLogout {
    margin-right: 16px;
    margin-top: 15px;
}
.mt-r
{margin-top:12px;}
