#cadastroleadv2 {
    width: 100%;
    text-align: center;
}
#cadastroleadv2 .block-inner {
    border-radius: 10px;
    box-shadow: 2px 5px 4px 0px rgba(50, 50, 50, 0.16);
    background: #fff;
    transition: 0.5s;
    padding: 30px;
    width: 100%;
    max-width: 380px;
    margin: 0px auto;
    display: inline-block;
}



/* CHECKBOX */

#cadastroleadv2 [type="checkbox"]+label:before,
#cadastroleadv2 [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    transition: .2s;
}
#cadastroleadv2 [type="checkbox"]+label {
    position: static;
    padding-left: 0;
    cursor: pointer;
    display: block;
    height: auto;
    line-height: auto;
    font-size: 12px;
}
#cadastroleadv2 [type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#cadastroleadv2 [type="checkbox"]:not(:checked),
#cadastroleadv2 [type="checkbox"]:checked {
    position: static;
    left: 0;
    opacity: 1;
}
#cadastroleadv2 [type="checkbox"]:checked+label:before {
    top: 0;
    left: 0;
    width: 1auto;
    height: auto;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid #70a087;
    border-bottom: 0px solid #70a087;
    -webkit-transform: none;
    transform: none;;
    -webkit-backface-visibility: none;n;
    backface-visibility: none;;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#cadastroleadv2 .divinput {
    margin-bottom: 20px;
}
#cadastroleadv2 input[type="text"] {
height: 55px !important;
    display: block;
    width: 100% !important;
    max-width: none !important;
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #666666;
    line-height: 1.2 !important;
    padding: 0 25px;
    border: 1px solid #333;
    border-radius: 2px;
    margin-bottom: 4px !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
}
#cadastroleadv2 input[type="text"]:focus {
    border: 1px solid #000;
}
#cadastroleadv2 .textfieldRequiredState input, 
#cadastroleadv2 .confirmRequiredState input{
    border: 2px solid #ff3a3a !important;
    box-shadow: none !important;
    color: #ff3a3a !important;
}
#cadastroleadv2 label {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 4px;
    display: block;
    font-weight: bold;
    text-align: left;
}
#cadastroleadv2 .checkpol {
    display: inline-block;
    width: 30px;
    vertical-align: top;    
}
#cadastroleadv2 .textpol {
    display: inline-block;
    text-align: left;
    font-size: 11px;
    width: calc(100% - 40px);  
    line-height: 1.8em;
}
#cadastroleadv2 [type="checkbox"] {
    width: 20px;
    height: 20px;    
}
form#cadastro_associado.cadastro-lead #enviar {
    width: 100%;
    padding: 15px !important;
    background: #004568;    
}

#mini-panel-restrito_cadastrado .titulounlock {
    background: url(images/unlock.png) top center no-repeat;
    padding-top: 80px;
    font-size: 42px;
    font-weight: bold;
    color: #004568;    
}
#mini-panel-restrito_cadastrado .linkunlock {
    font-weight: bold;
    color: #1d1d1d;
    margin-top: 20px;
}
#mini-panel-restrito_cadastrado .linkunlock a {
    font-weight: bold;
    color: #1d1d1d;
    text-decoration: underline;
    cursor: pointer;
}
@media only screen and (max-width: 580px) {
    #mini-panel-restrito_cadastrado .titulounlock {
        font-size: 32px;
    }
    #mini-panel-restrito_cadastrado #idrecaptcha, #mini-panel-restrito_cadastrado #idrecaptcha div, #mini-panel-restrito_cadastrado #idrecaptcha iframe {
        max-width: 100% !important;
    }
}