body {
	background: url("../images/Background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 100%;
	color: black;
	font-family: Helvetica;
	margin: 0px;
}

.titulo {
	font-weight: bold;
	font-size: 40px;
	margin: 15px;
	text-align: center;
}

#login {
	width: 400px;
	background: rgba(30, 30, 30, 0.5);
	margin-top: 5%;
	margin-left: 40%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 25px;
	color: #FFF;
	margin-left: 40%;
}

#login a {
	color: #D9D900;
}

#login a:focus,#login a:hover,#login a:active {
	color: #37D626 !important;
}

.form-group {
	margin: 10px;
}

.label-group {
	display: inline-block;
	width: 100px;
	font-size: 17px;
	text-align: right;
}

.form-group input[type=text],.form-group input[type=password],.form-group input[type=email]
	{
	width: 80%;
	font-size: 20px;
	padding: 1%;
	border-radius: 5px;
}

.btn {
	width: 80%;
	font-size: 16px;
	background-color: #BA1A29;
	color: #fff;
	border: 2px solid white;
	padding: 10px !important;
	border-radius: 15px !important;
}

h2 {
	padding: 0;
	margin: 0;
}

#header {
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #002DB2;
	text-align: right;
	position: fixed;
	background-image: url('/images/telcel.png');
	background-size: 50px auto ;
	background-repeat: no-repeat;
	background-position: top center;
}
@media screen and (max-width: 800px) and (min-width: 500px) {
	#login {
		margin-left: 15%;
		margin-right: 1%;
	}
}

@media screen and (max-width: 500px) {
	#login {
		margin-left: 1%;
		margin-right: 1%;
		width:98%;
	}
	#header {
		bottom: 0px;
		background-color: #002DB2;
		text-align: right;
		position: relative;
		background-image: url('/images/telcel2.png');
		width: 100%;
		height: 42px;
		background-size: auto 50px;
		background-repeat: no-repeat;
		background-position: center;
	}
}