* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ---------- GENERAL ---------- */


body {
  color: #606468;
  margin: 0;
}

.titulo{
    font-family: 'Carrois Gothic SC', sans-serif;
    color: #D90000;
    position: relative;
    margin-top: 100px;
    font-size: 25px;
    letter-spacing: 0px;
    text-align: center;
    z-index: 1;
}

.titulo2{
    font-family: 'Cabin Sketch', cursive;
    color: #fff;
    position: relative;
    margin: auto;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    z-index: 1;
}
.body{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
    min-width: 230px;
	height: auto;
	background-image: url('img/fondo.jpg');
	background-size: cover;
    /*background:
    radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#282828;
    background-size:16px 16px;*/
    -webkit-filter: blur(0px);
	z-index: 0;
}

a {
  color: #eee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {
  border: none;
  font-family: 'Carrois Gothic SC', sans-serif;
    letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0;
  -webkit-appearance: none;
}

p {
  line-height: 1.5em;
}

.container {
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */
#login {
  width: 280px;
}

#login form span {
  background-color: #303030;
  border-radius: 3px 0px 0px 3px;
  color: #fff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

#login form input {
  height: 50px;
}

#login form input[type="text"], input[type="password"] {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0px 3px 3px 0px;
  color: #fff;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 230px;

}

::-webkit-input-placeholder { color: #707070; }

#login form input[type="submit"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #303030;
  color: #eee;
  font-weight: bold;
  margin-bottom: 2em;
  text-transform: uppercase;
  width: 280px;
}

#login form input[type="submit"]:hover {
  background-color: #D90000;
  cursor: pointer;
    transition: 1s ease;
}

#login > p {
  text-align: center;
}

#login > p span {
  padding-left: 5px;
}
