div#content {
    margin: 0 !important;
    background-color: #E6E7E8;
    height: 100%;
    width: 100% !important;
    padding: 0 !important;
}
.login_form {
    height: 100%;
    width: 100%;
}
.login_form td {
    text-align: center;
    vertical-align: middle;
    padding: 4px 2px !important;
}
#login {
    width: 415px;
    margin: auto;
    background-color: #EFEFEF;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px #969da3;
    -moz-box-shadow: 0px 0px 50px #969da3;
    box-shadow: 0px 0px 50px #969da3;
}
#login #logo_table td {
    width: 200px;
    max-width: 200px;
}
#login #logo_table tr td:first-child {
    border-right: 1px solid #CCCCCC;
    padding-right: 7px !important;
}
#login #logo_table tr td:last-child { padding-left: 7px !important; }
#login td.w2p_fl { min-width: 150px; }
#login td.w2p_fl label { white-space: normal; }
#login input:not([type=submit]) {
    padding: 4px;
}
input[type="text"], input[type="password"] { width: 245px; }
div.error { width: 245px !important; }
