/* SECRETTA RESET REAL */

html.secretta-reset-real,
body.secretta-reset-real{
background:#050505!important;
color:#d4a64f!important;
}

/* remove logo gigante do meio */
body.secretta-reset-real #content img[src*="logo"],
body.secretta-reset-real .content img[src*="logo"],
body.secretta-reset-real .content-padding img[src*="logo"],
body.secretta-reset-real img[src*="logo.png"]{
display:none!important;
opacity:0!important;
visibility:hidden!important;
width:0!important;
height:0!important;
max-width:0!important;
max-height:0!important;
}

/* área principal */
body.secretta-reset-real #content,
body.secretta-reset-real .content,
body.secretta-reset-real .content-padding,
body.secretta-reset-real .inside-container{
background:#050505!important;
background-image:none!important;
max-width:520px!important;
margin:0 auto!important;
padding:24px 14px 40px!important;
color:#d4a64f!important;
}

/* título */
body.secretta-reset-real h1,
body.secretta-reset-real .page-title{
font-family:Georgia,serif!important;
font-size:38px!important;
line-height:1.1!important;
text-align:center!important;
color:#d4a64f!important;
margin:12px 0 22px!important;
}

/* caixa do formulário */
body.secretta-reset-real form{
max-width:430px!important;
margin:0 auto 26px!important;
padding:28px 24px!important;
background:#080808!important;
border:1px solid #3b2a12!important;
border-radius:22px!important;
box-shadow:0 18px 70px rgba(0,0,0,.55)!important;
}

/* limpa tabela interna do Flynax */
body.secretta-reset-real form table,
body.secretta-reset-real form tbody,
body.secretta-reset-real form tr,
body.secretta-reset-real form td{
background:transparent!important;
border:0!important;
display:block!important;
width:100%!important;
padding:0!important;
}

/* label */
body.secretta-reset-real label,
body.secretta-reset-real td.name,
body.secretta-reset-real .name{
display:block!important;
color:#d4a64f!important;
font-weight:700!important;
font-size:15px!important;
margin:0 0 8px!important;
}

/* campo email */
body.secretta-reset-real input[type="text"],
body.secretta-reset-real input[type="email"],
body.secretta-reset-real input[type="password"]{
width:100%!important;
height:56px!important;
box-sizing:border-box!important;
background:#111!important;
border:1px solid #3b2a12!important;
border-radius:15px!important;
color:#fff!important;
padding:0 16px!important;
font-size:16px!important;
margin:0 0 18px!important;
}

/* botão */
body.secretta-reset-real input[type="submit"],
body.secretta-reset-real button{
width:100%!important;
height:56px!important;
border:0!important;
border-radius:15px!important;
background:linear-gradient(180deg,#b30000,#650000)!important;
color:#fff!important;
font-size:18px!important;
font-weight:800!important;
letter-spacing:1px!important;
text-transform:uppercase!important;
margin-top:8px!important;
}

/* texto de ajuda */
body.secretta-reset-real p,
body.secretta-reset-real div,
body.secretta-reset-real span{
color:#d4a64f;
}

/* mobile */
@media(max-width:768px){
body.secretta-reset-real #content,
body.secretta-reset-real .content-padding{
padding:18px 14px 34px!important;
}

body.secretta-reset-real h1{
font-size:32px!important;
}

body.secretta-reset-real form{
padding:24px 20px!important;
}
}
