body.login{
    background:#163b87;
}

.login h1 a{
    background-image:url("../img/logo.jpeg");
    background-size:220px;
    background-repeat:no-repeat;
    background-position:center;
    width:220px;
    height:120px;
}

.login form{
    border:none;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.20);
}

.wp-core-ui .button-primary{
    background:#20489d;
    border:none;
    border-radius:8px;
    transition:.3s;
}

.wp-core-ui .button-primary:hover{
    background:#E30613;
}

.login #nav a,
.login #backtoblog a{
    color:#fff !important;
}

.login #nav a:hover,
.login #backtoblog a:hover{
    color:#E30613 !important;
}



.cn-auth{

    max-width:420px;

    margin:60px auto;

    background:#fff;

    padding:35px;

    border-radius:14px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.cn-auth h1{

    text-align:center;

    margin-bottom:30px;

    color:#21409a;

}

.cn-auth form{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.cn-auth input[type=text],
.cn-auth input[type=password]{

    width:100%;

    padding:14px;

    border:1px solid #ddd;

    border-radius:8px;

    font-size:16px;

}

.cn-auth button{

    width:100%;

    padding:14px;

    border:none;

    border-radius:8px;

    background:#21409a;

    color:#fff;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

}

.cn-auth button:hover{

    background:#1a347d;

}

.cn-auth .remember{

    display:flex;

    align-items:center;

    gap:8px;

    font-size:15px;

}

.cn-auth p{

    text-align:center;

    margin-top:20px;

}

/* Mensagens do sistema de autenticação */

.cn-auth .auth-error{
    background:#fff3cd;
    border:1px solid #ffda6a;
    color:#664d03;
    padding:16px 18px;
    border-radius:10px;
    margin-bottom:18px;
    font-size:16px;
    line-height:1.5;
    font-weight:500;
}

.cn-auth .cn-success{
    background:#d1e7dd;
    border:1px solid #a3cfbb;
    color:#0f5132;
    padding:16px 18px;
    border-radius:10px;
    margin-bottom:20px;
    font-size:16px;
    line-height:1.5;
    font-weight:600;
}

.cn-resend-confirmation{
    text-align:center;
    margin-bottom:22px;
}

.cn-resend-confirmation p{
    margin:0 0 14px;
    font-size:16px;
    font-weight:500;
}

/* =====================================================
   MENSAGENS DE AUTENTICAÇÃO
   ===================================================== */

.cn-auth .auth-error{
    display:block !important;
    width:100% !important;
    box-sizing:border-box !important;

    background:#fff3cd !important;
    border:1px solid #ffda6a !important;
    color:#664d03 !important;

    padding:16px 18px !important;
    margin:0 0 20px 0 !important;

    border-radius:10px !important;

    font-size:16px !important;
    line-height:1.5 !important;
    font-weight:600 !important;
}

.cn-auth .cn-success{
    display:block !important;
    width:100% !important;
    box-sizing:border-box !important;

    background:#d1e7dd !important;
    border:1px solid #a3cfbb !important;
    color:#0f5132 !important;

    padding:16px 18px !important;
    margin:0 0 20px 0 !important;

    border-radius:10px !important;

    font-size:16px !important;
    line-height:1.5 !important;
    font-weight:600 !important;
}

.cn-resend-confirmation{
    display:block !important;
    text-align:center !important;
    margin:0 0 20px 0 !important;
}

.cn-resend-confirmation p{
    margin:0 0 14px 0 !important;
    font-size:16px !important;
    font-weight:600 !important;
}