/* ## VARIABLES DEL PROYECTO ## */
/*
*  SCSS snippets
*  _variables.scss
*  Autor: Francisco Chanto
*  v1.0.0
*  Febrero, 2020
*/
/* Overriden */
/*
* === font-sizes ===
*/
/*
* === font families ===
*/
/*
* === font weights ===
*/
/* 
* === default colors ===
*/
/*
* == REPLACED
*/
/*
* === Bootstrap default colors ===
*/
/*
* === Escala de grises ===
*/
/* 
### function: color-gris
### @param1: value, from 1 to 95
*/
/*
* === Default button clases
*/
/*
* === Social networks ===
*/
/*
* === Media queries ===
*/
/*
* == elementos ==
*/
/*
** Encoded caret up
** in: https://yoksel.github.io/url-encoder/
** file fontawesome-free-6.2.0-web/svgs/solid/caret-up.svg
** Icon from FontAwesome
** URL: https://fontawesome.com/
*/
body.login div#login h1 a {
  background-position: center;
  background-size: contain;
  height: 120px;
  width: auto;
}

body.login div#login #wp-submit {
  background: #D72C00;
  border: 2px solid #D72C00;
  box-shadow: none;
  height: auto;
  line-height: 1.5;
  padding-bottom: 5px;
  padding-top: 5px;
  text-shadow: none;
}

body.login div#login #wp-submit:hover {
  background: transparent;
  border-color: currentColor;
  color: #D72C00;
}

/* Childtheme */
body.login {
  background: #f2f2f2;
}

#loginform {
  border-radius: 6px;
}

.login #backtoblog a,
.login #nav a {
  color: #D72C00 !important;
}

/* NSL options */
.login div.nsl-container-block .nsl-container-buttons a {
  position: relative;
}

.login div.nsl-container-block .nsl-container-buttons a .nsl-button-svg-container {
  position: absolute;
  left: 10px;
}

.login div.nsl-container-block .nsl-container-buttons a .nsl-button-label-container {
  letter-spacing: -0.2px;
}

.login div.nsl-container-block .nsl-container-buttons .nsl-button {
  border-radius: 0;
}

/*# sourceMappingURL=login-page.css.map */
