/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    /*BACKGROUND DA TELA DE LOGIN*/
body.login {
    background: #000;
}
 
/*LOGO DA TELA DE LOGIN*/
.login h1 a {
    background-image: url('https://www.megasoundfestas.com.br/wp-content/uploads/mega-sound-festas-sertaozinho.svg');
    background-size: 250px 150px;
    width: 250px;
    height: 150px;
    margin-top: -30px;
    margin-bottom: -40px;
}
 
/*FUNDO FORMULÁRIO TELA DE LOGIN*/
.login form {
    background: #242C33;
    border: 0px;
    border-radius: 10px;
}
 
/*TITULOS DO FORMULÁRIO*/
.login label {
    font-size: 12px;
    color: #FFF;
}
 
/*BOTÃO DE CONFIRMAÇÃO DOS DADOS*/
.wp-core-ui .button-primary {
    background: #302E33;
    border-color: #2C0038;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 10px;
}
 
/*PERSONALIZAÇÃO DOS LINKS*/
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #f1f1f1;
}
 
/*PERSONALIZAÇÃO DOS CAMPOS DE ENTRADA DO FORMULÁRIO*/
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #242C33;
}
 
.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 16px;
    color: #fff;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    border-color: #18131A;
}
*/
