﻿.client-top-header {
    height: 92px;
    width: 100%;
    padding: 10px;
    position: relative;
    border-bottom: solid 1px #b2afaf;
}

.client-top-header img {
    max-width: 251px;
    max-height: 75px;
    margin: auto;
    width: auto; 
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.page-inner-wrap.login,
.page-right-container.login {
    background-color: #3c3737;
}
.page-inner-wrap.toggled.login,
.page-inner-wrap.login {
    padding-left: 0;
    min-width: 100%;
}

.login-container .page-header{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}

.page-top-header .page-top-header-product.login{
    width: 440px;
    height: 96px;
    background-color: #fff;
}

.page-top-header.login {
        height: 96px;
        background-color: #5f5b5b;
}

.client-top-header .client-logo {
    width: 251px;
    height: 75px;
    position: relative;
    margin: 0px;
    display: inline-block;
}

.page-top-header .page-top-header-product .client-logo img {
    max-height: 75px;
    max-width: 400px;
    width: auto;
    margin: auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}