/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
Logo Admin
--------------------------------------------------------------*/
.login h1 a {
background-image: url('https://imprensams.com.br/wp-content/uploads/2019/05/logo-tv-imprensa.jpg');
background-size: 300px 207px; /*definir tamanho através do width da img*/
width: 300px;
height: 207px;
}

body.login {
	background: #ffffff; /*fundo da pagina*/
}

body.login div#login form#loginform {
	background: #fff; /*fundo do form*/
	border: 1px solid #fff; /*borda do form*/
}

body.login div#login form#loginform p label {
	color: #000; /*cor do texto do form*/
}

#wp-submit {
	background: #9A3CB4; /*fundo do botão*/
	border: 1px solid #9A3CB4; /*borda do botão*/
	color: #ffffff; /*texto do botão*/
}

#wp-submit:hover{
	background: #9A3CB4; /*fundo hover do botão*/
	border: 1px solid #9A3CB4; /*borda hover do botão*/
	color: #fff; /*texto hover do botão*/
}

.wp-core-ui .button-primary{
	box-shadow: 0 1px 0 #9A3CB4; /*sombra do botão*/
	text-shadow: 0 -1px 1px #9A3CB4, 1px 0 1px #9A3CB4,0 1px 1px #9A3CB4,-1px 0 1px #9A3CB4; /*sombra do texto do botão*/
}

body.login div#login p#nav a {
	color: #000; /*links da pagina*/
}

body.login div#login p#backtoblog a {
	color: #000; /*links da pagina*/
}

