* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    background: url(../images/bg03.jpg) no-repeat center top #dbe2e8;
    background-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 300 'Open Sans';
}

#login {
    width: 720px;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -360px;
    margin-top: -200px;
    padding: 40px;
}

    #login h1 {
        padding: 0;
        margin: 0;
        font: 300 32px 'Open Sans';
        color: #36466e;
        font-size: 32px;
        background: url(../images/ic_entrar.png) center left no-repeat;
        vertical-align: top;
        padding-left: 40px;
        float: left;
    }

    #login #meu-ip {
        float: right;
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #7a7f89;
        font-family: 'Open Sans';
    }

    #login #cliente {
        float: left;
        width: 57%;
        padding-top: 35px;
        clear: both;
    }

        #login #cliente label {
            display: block;
            color: #36466e;
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 11px;
            text-transform: uppercase;
        }

        #login #cliente input[type=text] {
            padding: 15px 0;
            width: 100%;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: solid 1px #cfd0d5;
            outline: none;
            font-size: 11px;
            color: #000;
            margin-bottom: 30px;
        }

        #login #cliente input[type=password] {
            padding: 15px 0;
            width: 100%;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: solid 1px #cfd0d5;
            text-transform: uppercase;
            outline: none;
            font-size: 11px;
            color: #000;
            margin-bottom: 30px;
        }

        #login #cliente input[type=submit] {
            background: #00a885;
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            padding: 17px 25px;
            text-transform: uppercase;
            border: none;
            letter-spacing: 2px;
            border-radius: 3px;
            float: left;
        }

            #login #cliente input[type=submit]:hover {
                background: #009878;
            }

    #login .conectado {
        float: right;
        padding-top: 18px;
        outline: none;
        line-height: 12px;
        text-transform: initial !important;
        font-size: 13px !important;
        color: #36466e;
    }

        #login .conectado input {
            margin-right: 10px;
            float: left;
        }

#aplicativo {
    float: right;
    width: 39%;
    margin-top: 35px;
    height: 227px;
}

    #aplicativo h2 {
        color: #36466e;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    #aplicativo .apps a {
        display: block;
        width: 126px;
        height: 100px;
        float: left;
        font-size: 11px;
        color: #868686;
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-weight: 600;
        text-align: center;
        line-height: 150px;
        background: url(../images/sprite_ic_login.png) center 10px no-repeat;
        border-radius: 5px;
        border-bottom: solid 2px #fff;
    }

        #aplicativo .apps a:hover {
            background: url(../images/sprite_ic_login.png) no-repeat #f8f8f8;
            border-bottom: solid 2px #ececec;
        }

    #aplicativo .apps .congonhas {
        background-position: center 12px;
    }

    #aplicativo .apps a:hover.congonhas {
        background-position: center -478px;
    }

    #aplicativo .apps .ipe {
        background-position: center -209px;
    }

    #aplicativo .apps a:hover.ipe {
        background-position: center -699px;
    }

    #aplicativo .apps .analytics {
        background-position: center -103px;
    }

    #aplicativo .apps a:hover.analytics {
        background-position: center -593px;
    }

    #aplicativo .apps .analytics_selected {
        background-position: center -593px;
    }

    #aplicativo .apps a:hover.analytics_selected {
        background-position: center -103px;
    }

    #aplicativo .apps .marketing {
        background-position: center -303px;
    }

    #aplicativo .apps a:hover.marketing {
        background-position: center -793px;
    }

.container_check_list {
    clear: none;
}

#divError ul li {
    list-style: none;
    color: red;
    margin-bottom: 10px;
}
