@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {


background-size: cover; 

/* Ubicación de la imagen */

background-image:url(../imagenes/imgSmartBit.jpg);

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */

background-position: center center;

/* Para que la imagen de fondo no se repita */

background-repeat: no-repeat;

/* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

background-attachment: fixed;

/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */


/* Se muestra un color de fondo mientras se está cargando la imagen

de fondo o si hay problemas para cargarla */

background-color: #66999; 


font-family: 'Open Sans', sans-serif;

}

.error {
  
  padding: 13px;
  background: #9f2241;
  font-size: 14px;
  color: white;
  text-align: left;

}

.error ul {
  list-style: none;
}


.login {
  width: 400px;
  margin: 60px auto;
  font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #0066cc;
}

.login-header {

  background-color:#0066cc;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  color: white;
  
  
}



.login-container {
  background: #ebebeb;
  padding: 12px;

  border: 1px solid black;
 

}

.login-container p {

  color: dimgray;
  font-size: 0.95em;
}

.login-footer p {

  font-size: 11px;
  text-align: left;
  padding: 12px;
  
}


/* Every row inside .login-container is defined with p tags */
.login p {

  color: dimgray;
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.login input[type="text"],
.login input[type="password"] {

  background: #b6c0ca;
  border-color: #bbb;
  color: black;
}

/* Text fields' focus effect */
.login input[type="text"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
}

.login input[type="submit"] {
  background: #235b4e;
  opacity: 0.5;
  border-color: transparent;
  color: white;
  
  cursor: pointer;
}


.texto-recordar a{

 
  color: #10312b;
  font-family: inherit;
  font-size: 0.95em;
  text-align: right;
  padding: 1px;
  text-decoration: none;

}


.texto-recordar a:hover{

 
  color: #10312b;
  text-transform: uppercase;
  text-decoration: underline;
 



}



.login input[type="submit"]:hover {
  background:  #235b4e;
  opacity: 1.0;
}

/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #05a;
}






@media only screen and (max-width: 1000px) {

body {

background-image: url(../imagenes/pngtree-techno-simple-blue-square-structure-gradient-background-backgroundsimplebluegradientstructure-image_58879.jpg);

}