﻿.imgCPLogo {
    height: 100px;
}

.cpheader {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 15px;
}

.cplinks {
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #f5f5f5 !important;
}

.cprights {
    font-size: 12px;
    color: #ffffff !important;
    text-align: center;
    font-family: Calibri;    
    padding-bottom: 10px;    
    height: 20px;
}

.cpfooter {
    position:absolute;
    bottom:0;    
    width:100%;
    padding-top: 20px;
    line-height: 1.7;
    font-family: Calibri;
    text-align: left !important;
    word-wrap: break-word;
    background-color: #383b3a;
    color: #ffffff !important;
}

.form-control.login {
    width: 90% !important;
}
.login #imgLogo {
    visibility: hidden;
}
.login #mainNav {
    background-color: #383b3a;
}
.cpCol1 {
    text-align: right;
}
.cpCol3 {
    text-align: left;
}
.cpCol11 {
    display: flex;
}
@media (max-width: 1200px) {
    .cpCol1,.cpCol2,.cpCol3 {
        text-align: center
    }

    .cpfooter {
        position: relative;
        padding-left: 40px!important;
        padding-top: 20px;        
    }
    .cpCol11 {
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}