body {
background-position: 0 33px;
}

#content-left li li {
    font-size: 1em;
}

.clearfix:after,
form:after {
    content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
@media screen {
    .float_container { padding-bottom: 10px; width: 100%; font: 14px Arial; }
    
    .tao_container { width: 100%; font: 14px Arial; }

    #tao_content {
    border-top: 1px solid #c4c6ca;
    border-bottom: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 0;
    text-align: center;
    width: 100%;
}
}

@media screen and (min-width: 481px) {
   .float_container { padding-left: 1.5em; width: 50%; float: right; background-color: white; margin-left: 1em; }
   
    #tao_content {
    border: 1px solid #c4c6ca;
}
}

#tao_content form { margin: 0 20px; position: relative }
#tao_content form input[type="text"],
#tao_content form input[type="password"] {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;
    border: 1px solid #c8c8c8;
    margin: 0 0 10px;
    padding: 15px 10px 15px 50px;
    width: 65%;
    border-radius: 4px;
}
#tao_content form input[type="text"]:focus,
#tao_content form input[type="password"]:focus {
    background-color: #fff;
    border: 1px solid #ed1c24;
    outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }

.btn-logsig { display: flex; flex-flow: row wrap; }

.btn-logsig a { line-height: 34px !important; text-decoration: none !important; }

.btn-logsig input[type="submit"], .btn-logsig a {
}

#tao_content .btn-logsig input[type="submit"], #tao_content .btn-logsig a {
    background: rgb(18,117,154);
    border-radius: 3px;
    border: 1px solid #06688c;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex: 1 1 155px;
    font-size: 15px;
    font-weight: normal;
  	font-family: Arial, Verdana, sans-serif;
    height: 35px;
    margin: 10px;
    min-width: 155px;
    text-transform: capitalize !important;
}

#tao_content .btn-logsig input[type="submit"]:hover,
#tao_content .btn-logsig a:hover {
    background: rgb(15,146,194);
}
.tao_forgetpass {
    border-top: 1px solid #CFD5D9;
    padding: 15px 0;
    background: #ecebeb;
}
.tao_forgetpass a {
    color: #7E7E7E !important;
    text-decoration: none !important;
    cursor: pointer;
}
.tao_forgetpass a:hover {
    color: #00aeef !important;
}
.logo
{
    text-align: center;
    margin-bottom: 20px;
}
.logo img
{
    width: 140px;
    margin: -20px;
}

.rememberpass
{
    display: inline-block;
    width: 100%;
    text-align: center;
}

#tao_content .rememberpass label { float: none !important; margin: 0; width: auto; text-align: inherit; }

.rememberpass b, .rememberpass strong {
    color: #004a80 !important;
    font-size: 13px;
    margin: 0 0 0 0px ;
}