﻿@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");

body {
  background: url("/Imagenes/gestion.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  z-index: -1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form {
  position: absolute;
  top: 45%;
  left: 50%;
  /* background: #fff; */
  width: 260px;
  margin: -140px 0 0 -162px;
  padding: 30px;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  text-align: center;
}
.form h1 {
  margin: 0 0 20px;
  line-height: 1;
  color: #052433;
  font-size: 25px;
  font-weight: 400;
}
.form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #00B9A1;
  font-size: 18px;
  font-weight: 400;
}
.form input[type='text'],
.form input[type='password'] {
  outline: none;
  width: 90%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  color: #ccc;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form input[type='text']:focus,
.form input[type='password']:focus {
  color: #333;
  border: 1px solid #00B9A1;
}
.form button {
  cursor: pointer;
  background: #233240;
  width: 90%;
  padding: 10px 15px;
  border: 0;
  color: #fff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  outline: none;
}
.form button:hover {
  background: #008DB9;
}

#txt_estado {
  display: block;
  color: red;
  margin-bottom: 20px;
  text-align: center;
}

i {
  color: #0BBCA5;
}

button i {
  color: #FFFFFF;
}

#pie
{
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}

#pie label
{
  font-size: 15px;
  color: #233240;
  margin-right: 3px;
}

#pie img
{
  position: relative;
  top: 9px;
  width: 30px;
}

.text-uppercase {
  text-transform: uppercase;
}

.contenedor_msj_sistema {
  position: absolute;
  top: 55%;
  left: 50%;
  /* background: #fff; */
  width: 260px;
  margin: -140px 0 0 -162px;
  padding: 30px;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  text-align: left;
  background: #f5f5f5;
  color: #909090;
  border-radius: 5px;
}

.contenedor_msj_sistema i{
    display: block;
    text-align: center;
}

.contenedor_msj_sistema span{
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}