﻿.content-wrapper {
    background-color: #FFFFFF;
    background-image: none;
    height: 740px !important;
}

.login-logo-wrapper, #login-logo-wrapper {
    color: #f4f4f4;
    background-color: #005397;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 46px;
    padding-left: 10px;
}

.login-wrapper, #login-wrapper {
    position: relative;
    width: 33%;
    height: 285px;
    background: rgb(255,255,255);
    background: transparent\9;
    background: rgba(255,255,255,1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    zoom: 1;
    padding: 58px 24px 24px 24px;
    float: left;
    z-index: 100;
    margin-left: 0px;
}


.content {
    padding: 0;
}
