/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Your CSS code goes here
-------------------------------------- */
.login form {
  background: rgba( 255, 255, 255, .7 );
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 13px -2px rgba(0, 0, 0, 0.3);
}

body.login div#login h1 a {
	width:365px;
	height: 40px;
	background-size: 297px 38px;
    	background-image: url("logo-montessorisarria.png");

}

body.login {
	/*background: #003a70;*/
	background-image: url("bg-abstract-0-1.svg");
}


body.login div#login p#nav a,
body.login div#login p#backtoblog a{
	color:#ccc;
}

body.login div#login p#nav a:hover,
body.login div#login p#backtoblog a:hover{
	color:white;
}

.wp-core-ui .button-primary {
  background: #0070B9;
  border-color: #0070B9;
}

a, a:hover {
  color: #0070B9;
}

.login #backtoblog a, .login #nav a {
  text-decoration: none;
  color: #0070B9;
}

.login #backtoblog a:hover, .login #nav a:hover {
  text-decoration: underline;
  color: #0070B9;
}

.login .button.wp-hide-pw .dashicons {
  color: #0070B9;
}

input[type="checkbox"],
input[type="password"],
input[type="text"] {
  background: transparent !important;
}

input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  background: transparent;
  border-color: #0070B9;
  box-shadow: 0 0 0 1px #0070B9;
}

input[type="text"],
input[type="password"] {
  border-radius: 25px;
  padding: 0 15px !important;
}


/* Eliminar el enlace de volver a la pagina de inicio */
p#backtoblog {
  display: none;
}
/* Eliminar el enlace de Olvidaste tu contrase a */
p#nav {
  display: none;
}