/*
Theme Name: Apress Child
Description: APRESS is a clean and modern Creative Multiuse Multipurpose WordPress Theme built with lot of insights and suggestions behind it.
Author: Apress Themes
Theme URI: http://apressthemes.com/
Author URI: https://themeforest.net/user/apressthemes
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apress
Template: apress
*/

@media (max-width:1050px) {.mob_nav_icon_area{ display:table-cell; vertical-align:middle; width:140px;}}

/* WordPress Login */
#login {
  padding: 5% 0 0;
}

.login form .input, .login form input[type=checkbox], .login form input[type=text], .login form input[type=password] {
  background: #fbfbfb;
}

.login form input[type=checkbox]:focus, .login form input[type=text]:focus, .login form input[type=password]:focus {
  border: 1px solid #0295fd;
  box-shadow: 0 0 0 1px #0295fd;
}

.login h1 a {
  background-image: url('https://bellasdagua.com.br/wp-content/uploads/2019/09/bellas_dagua_logomarca.png');
  background-size: 60% 80px;
  width: 100%;
  height: 80px;
  margin: 0 auto 15px; 
}

.login.wp-core-ui .button-primary {
  background-color: #0295fd;
  transition: all .3s linear;
  border-color: #0295fd;
  box-shadow: 0 1px 0 #0295fd;
  color: #f9f9f9;
  text-shadow: none;
  padding: 6px 14px;
  height: auto;
  font-size: 15px;
  clear: both;
}

.login.wp-core-ui .button-primary:hover {
  background-color: #3faefd;
  border-color: #3faefd;
  box-shadow: 0 1px 0 #3faefd;
}

input[type=checkbox]:checked:before {
  color: #0295fd;
  filter: invert(55%) sepia(57%) saturate(3090%) hue-rotate(185deg) brightness(104%) contrast(99%);
}

.login #login_error, .login .message, .login .success {
  border-left: 4px solid #0295fd;
}

.login #backtoblog a:hover, .login #nav a:hover {
  color: #3faefd;
}

#formlogin {
  margin-top: 0;
}
/* /WordPress Login */