
/* Atualizar cores de h1, h2, bordas, e botões */

.box-msg-security {margin: 50px auto; width: 90%; max-width: 600px; border: 1px solid #BF996B; border-radius: 10px; padding: 50px; box-sizing: border-box;}
.box-msg-security h1 {color: #BF996B; font-size: 30px; font-weight: 700; line-height: 36px; margin: 0 auto 20px;}
.box-msg-security h2 {color: #000; font-size: 22px; font-weight: bold; line-height: 26px; margin: 10px 0px; text-transform: none;}
.box-msg-security h3 {color: #000; font-size: 16px; font-weight: bold; line-height: 20px; margin: 10px 0px; text-transform: none;}
.box-msg-security p {color: #000; font-size: 14px; font-weight: 500; line-height: 18px; margin: 3px auto;}

.btn-center-security {margin: 10px auto; padding: 10px 20px !important; height: 44px !important; box-sizing: border-box; width: 100%; max-width: 200px; background-color: #BF996B;}
.btn:hover {background-color: #BF996B; border-color: #BF996B;}
.center-security {text-align: center;}

@media screen and (max-width: 600px) {
    .box-msg-security {padding: 40px 30px; width: 100%;}
}

@media screen and (max-width: 400px) {
    #recaptcha {
        margin-left: -20px! important;
    }
}