.login h1 a { /* Aqui será seu logo */
    background-image: url('https://hub.disrupta.com.br/wp-content/uploads/2024/07/441010318_730078542531992_2814877455994155502_n.jpg'); 
    background-size: 80px !important;
    height: 170px;
    width: 150px !important;
}

body.login { /* Cor de fundo da página */
    background-color: #f5f5f5 !important;
}

#loginform { /* Cor de fundo do formulário de login */
    background-color: #f5f5f5 !important;
    padding:20px !important;
    border:none !important;
    margin-top: -35%;
}

#lostpasswordform { /* Cor de fundo do formulário de recuperação de senha */
    background-color: transparent !important;
    border:none !important;
}

p label { /* Cor dos textos */
    color: #2F3136 !important;
}

div label { /* Cor dos títulos */
    color: #2F3136 !important;
}

p input { /* Customizar o campo do e-mail */
    background-color: #dfdfdf !important;
    color: #202025 !important;
    border: none !important;
    border-radius: 11px !important;
    font-size: 15px;
    padding: 15px;
}

div input { /* Customizar o campo da senha */
    background-color: #dfdfdf !important;
    color: #202025 !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 15px;
    padding: 15px;
}


#backtoblog { /* Cor do "voltar ao site" */
    color: #2F3136 !important;
}

#wp-submit { /* Customizar o botão */
    width: 100%;
    border-radius:11px !important;
    padding: 10px;
    background-color: #6446ed !important;
    color: #FFF !important;
    margin-top: 20px;
}

#wp-submit:hover { /* Botão com hover, caso queira */
    background-color: #5538d7 !important;
}

.dashicons-visibility { /* Customizar o ícone da senha */
    color: #a8a8a8;
}

.dashicons-hidden { /* Customizar o ícone da senha */
    color: #a8a8a8;
}

a { /* Customizar o "esqueceu a senha" */
    color: #a8a8a8 !important;
}

#nav { /* Customizar o espaço entre as opções e o formulário */
    margin-top: -15px !important;
}


#login_error{
    margin-top:-70px !important;
 margin-bottom:130px !important;
    padding: 15px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #930002 !important;
}