/* ---------- GENERAL ---------- */
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  background: #eaeaea;
  color: #999;
  font: 400 16px/1.5em sans-serif;
  margin: 0;
}
h3 {
  margin: 0;
}
a {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #66ABE1;
}
fieldset {
  border: none;
  margin: 0;
}

form {
	margin:0px;
}

input {
  color:#282830;
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  margin-top: 2px;
  -webkit-appearance: none;
  
}
input:-webkit-autofill{
	 -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

.clearfix {
  *zoom: 1;
  padding:10px 0px;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: block;
}
.clearfix:after {
  clear: both;
}

@media screen and (min-height: 500px) and (min-width: 400px) {
	.container {
	  left: 50%;
	  position: fixed;
	  top: 50%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	}
}


/* ---------- formulario ---------- */
#formulario-login {
  width: 345px;
  margin: 15px auto;
}

#formulario-login h3 {
  background-color: #084581;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

#formulario-login fieldset {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  position: relative;
}

#formulario-login fieldset:before {
  background-color: #fff;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#formulario-login input {
  font-size: 14px;
  border-radius: 0;
}

#formulario-login input[type="email"],
#formulario-login input[type="password"],
#formulario-login input[type="text"] {
  border: 1px solid #dcdcdc;
  padding: 12px 10px;
  width: 99%;
}

#formulario-login input[type="submit"] {
  background: #084581;
  border-radius: 0;
  color: #fff;
  float: right;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 20px;
}

#formulario-login input[type="submit"]:hover {
  background: #0091C3;
}

#formulario-login input[type="button"] {
  background: #084581;
  border-radius: 0;
  color: #fff;
  float: right;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 20px;
  cursor:pointer;
}

#formulario-login input[type="button"]:hover {
  background: #0091C3;
}

#formulario-login footer {
  font-size: 12px;
  margin-top: 16px;
}

.info {
  background: #e5e5e5;
  border-radius: 0;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px;
}
#mensaje {
	color:#BE0102;
	width:50%;
	float:left;
	margin:0;
	padding-top:15px;
}
#div-mensaje-inferior {
	background-color: #7CC464;
	border-radius: 0;
	text-align: center;
	width:345px;
	transition:opacity 1s;
}
#mensaje-inferior {
	padding:10px;
	color:white;
}

.etiqueta {
	margin: 10 0 0 5;
	font-size:13px;
}
@media screen and (min-height: 500px) and (min-width: 400px) {
	#formulario-login {
		margin: 0 auto;
	}
}
