html, body {
    height: 100%;
}

form {
    min-height: 100%;
    position: relative;
}
/*body { background:url(http://www.provadaordem.com.br/blog/wp-content/uploads/2015/08/resumo-direito-empresarial-1fase-oab.jpg) no-repeat center center; background-size:100% auto; }*/
* {
    box-sizing: border-box;
}

body {
    background: #DDDDDD;
}

.bradius {
    border-radius: 5px;
}

.none {
    display: none;
}

.center {
    text-align: center;
}

.cont-login {
    position: absolute;
    width: 345px;
    padding: 40px 20px 20px;
    min-height: 300px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #FFF;
    border: 1px solid #CACACA;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .2);
}
    /*.cont-login-captcha { top: 40%; }
.cont-login-recaptcha { top: 40%; }
.cont-login-captcha.cont-login-recaptcha { top: 35%; }*/

    .cont-login > .grid-login {
        min-width: 100% !important;
    }

.grid-login .grid-12:first-child a {
    display: block;
    max-width: 230px;
    width: 95%;
    margin: auto;
}

    .grid-login .grid-12:first-child a img {
        display: block;
        width: 100%;
        height: auto;
    }

.grid-login .grid-12 {
    width: 100%;
    padding: 5px 0;
}

    .grid-login .grid-12 span {
        display: block;
        min-height: 20px;
    }

.grid-login .grid-6 {
    width: 50%;
}

.grid-login input {
    width: 100%;
    padding: 8px 5px;
    background: #EAEAEA;
    border: 1px solid #999;
    border-radius: 3px;
}

.cont-login .link {
    display: block;
}

.admin-btn-ok {
    margin-left: 60px;
    margin-right: 0px;
}

.btn-esqueci {
    cursor: pointer;
}

.esqueci-senha {
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 5px 5px;
}

    .esqueci-senha .btn {
        margin: 5px 0 0 0px;
        float: right;
    }

    .esqueci-senha .btn-fechar {
        cursor: pointer;
    }

#CaptchaPanel2 br,
#CaptchaPanel br {
    display: none;
}

#CaptchaPanel2 span:first-child,
#CaptchaPanel span:first-child {
    margin: auto !important;
    width: 180px;
    float: initial !important;
}

#CaptchaPanel2 img,
#CaptchaPanel img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 400px) {
    body {
        background: #FFF;
    }
    /*PAGINA LOGIN*/
    .grid-login .grid-12:first-child a {
        width: 170px;
    }

    .cont-login {
        max-width: 345px;
        width: 95%;
    }

        .cont-login .link {
            padding: 2px;
        }

    .admin-btn-ok {
        margin-left: 36px;
    }

    .grid-login .grid-6 {
        margin-top: -20px;
    }

    .esqueci-senha {
        background: #fff;
    }

        .esqueci-senha .grid-12 input {
            margin-top: 5px;
        }

    .cont-login-recaptcha .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
