.recaptchatable .recaptcha_r1_c1 {
    height: 9px!important;
}
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1 {
    height: 8px!important;
}
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r3_c1 {
    height: 63px!important;
}
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r2_c2 {
    height: 57px!important
}
.recaptchatable .recaptcha_r3_c2 {
    height: 6px!important
}
/* ==================================================================================
                                Novo Layout
   ==================================================================================*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
    background-color: #e5e9ec;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
#wrapper {
    border-top: 4px solid #0b5ea4;
    padding-bottom: 90px;
    box-sizing: border-box;
    min-height: 100%;
    position:relative;
}
.container {
    width: 980px;
    margin: 0 auto;
}
.container a:hover {
    color: #2687e9;
}
#header {
    background-color: #fbfafa;
    height: 129px;
    border-bottom: 1px solid #bcbbbb;
}
#footer {
    background: #f7f6f6;
    color: #888;
    border-top: 1px solid #bfc0c0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
}
#footer .container {
    padding: 20px 0;
}
.logo {
    height: 67px;
    width: 243px;
    float: left;
    margin-top: 31px;
}
.bt-voltar {
    background-image: url("./../../images/icones-login-top.png");
    background-position: left;
    background-repeat: no-repeat;
    color: #4e4d4d;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 0 5px 49px;
    float: right;
    margin: 51px 0 0 39px;
}
.logo-footer {
    background-position: center;
    background-repeat: no-repeat;
    height: 46px;
    width: 166px;
    float: left;
}
.logo-footer-hc {
    float: right;
    margin-top: 10px;
}
.logo-footer-hc span {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    top: -8px;
}
.main {
    width: 750px;
    padding: 50px 0;
}
#cadastro {
    float: left;    
}
#criarCadastro {
    float: right;
}
#panelGridLogin,
#panelGridCadastro,
#panelGridEsqueciSenha {
    width: 350px;
    min-height: 310px;
}
#panelGridLogin .titulo-login,
#panelGridEsqueciSenha .titulo-login,
#panelGridCadastro .titulo-login {
    background: #434d53!important;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .7px;
    text-transform: uppercase;
    text-shadow: none;
    height: 25px;
    margin: 0;
}
#panelGridCadastro .titulo-login {
    background: #7a8c97!important;
}
.conteudo-box {
    padding: 23px 40px;
    background-color: #fff;
}
.conteudo-box label {
    font-size: 13px;
    color: #262626;
    display: block;
    margin-top: 8px;
}
.conteudo-box .inputs {
    border: 1px solid #c7c7c7;
    box-shadow: none;
    border-radius: 3px;
    width: 100%;
    max-width: 255px;
    height: auto;
    margin-top: 4px;
    font-size: 16px;
    padding: 5px 6px;
}
.conteudo-box .inputs:focus {
    border: 2px solid #2687e9 !important;
    padding: 4px 5px;
}
.conteudo-box .botao {
    border: 1px solid #2687e9 !important;
    background: #2687e9 !important;
    box-shadow: none;
    color: #fff !important;
    min-width: 135px;
}
.conteudo-box .botao:hover {
    background: #084b83
}
.conteudo-box .esqueceu-senha {
    color: #434D53;
    margin-top: 15px;
    font-size: 13px; 
    text-align: center;
    width: 100%;
    display: block;
}
.login-senha-invalido {
    font-size: 13px !important;
    color: #bd1524!important;
    border: 1px solid #d8bfc2;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    max-width: 268px;
    margin: 0;
    padding: 10px 0;
    display: block;
    margin-top: 15px
}
/* =====================================================================================
                        Mensagem
   ===================================================================================== */

.ui-growl-message {
    font-size: 14px;
}
.ui-state-highlight .ui-icon {
    background-image: url("/clinica20140407/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-aristo");
}

/* ------------------------------------------------------------------------------
                                 Força de senha
   ------------------------------------------------------------------------------ */

.pwdStrength-wrap .pwdStrength-label {
    font-size: 11px;  
    height: 15px;
    display: inline-block;
}
.weak {
    background-color: #ce2b21 !important;
    width: 33.33% !important;
}

.medium {
    background-color: #eabc07 !important;
    width: 66.66% !important;
}
.strong {
    background-color: #4fd239 !important;
    width: 101% !important;
}
.weakMsg, .mediumMsg, .strongMsg {
    font-weight: bold;
    font-size: 12px;
}
.weakMsg {
    color: #ce2b21 !important;
}
.mediumMsg {
    color: #eabc07 !important;
}
.strongMsg {
    color: #4fd239 !important;
}
.pwdStrength.ui-progressbar {
    border-radius: 0px;
    margin-top: 5px;
    height: 5px !important;
}
.pwdStrength.ui-progressbar .ui-progressbar-value {
    display: block !important;
    margin-left: -2px !important;
    border-radius: 0;
    border: 0;
}
.pwdStrength-wrap {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: 200ms opacity, 200ms height;
}
#extranet-pwd:focus ~ .pwdStrength-wrap {
    visibility: visible;
    opacity: 1;
    height: 25px;
}
/* ------------------------------------------------------------------------------
                                 Clearfix
   ------------------------------------------------------------------------------ */

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}