/* General 
@import url('normalize.css');
@import url('bootstrap.min.css');
*/
body2 {
    margin: 0px, 0px;
	height: 100%;
	width: 100%;
	font-size: 16px;
	position: relative;  
}

 body,
html {
  background-image: url("/images/fondo.jpg");
  background-size: 100% 100%;
 /*margin: 0px auto 0px auto;*/
  margin: auto;
  width:100%;
  height:100%;
  padding: 10;
  position: absolute;
  color: #F7D738;
  background-color: #D6E0FE;
  
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.login{
	background-color: #ebc970;
	border: 1px solid #040369;
	border-radius: 60px;
	padding: 15px;
    width: 350px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 500px){
	.login{
		width: 100%;
	}
}


.login2{
    background-color: #ebc970;
	border: 1px solid #040369;
	border-radius: 0px;
	padding: 15px;
    width: 350px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.log{
    
	position: relative;

}

/* Input Forms*/
input[type="text"], input[type="password"]{
  outline: none;
  padding: 20px;
  display: block;
  width: 300px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 20px auto;
}

input[type="submit"] {
  padding: 10px;
  color: #fff;
  background: #0098cb;
  width: 320px;
  margin: 20px auto;
  margin-top: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #00b8eb;
}

/* Header */
header {
  border-bottom: 2px solid #eee;
  padding: 20px 0;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
header a {
  text-decoration: none;
  color: #333;
}

alinear1{
     text-align: right;
}
