* {
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 692px) {
	body {
		background-image: url("../img/fondo_login.jpg");
	}
}

@media screen and (max-width: 691px) {
	body {
	
	}
}
body {
	background-color: #f9f9f9;
	background-size: cover;
	/*background-position: center center;*/
	background-repeat: no-repeat;/*
	min-height: 900px;*/
	font-family: 'Raleway', sans-serif;
	min-width: 488px;
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
	.contenedor {
		width: 100%;
		padding-left: 23px;
		flex-direction: column-reverse;
	}

	.cajas {
		width: 100%;
	}
}

a{
	color: white;
}

a:hover{
	color: #47afff;
	text-decoration: none;
}

a:active{
	color: white;
	text-decoration: none;
}

input:focus{
	border:none;
	border-bottom: white 1px solid;
	background-color: rgba(0,0,0,0);
	outline: none;
	padding-left: 10px;
}

#langua{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#logo{
	width: 100px;
	position: relative;
	left: 40%;
	top: 50%;
	margin-top: 100px;
}

ul{
	color: white;
	list-style-type: none;
	text-align: right;
	padding-top: 30px;
}
.menu{
	/*transform: rotate(45deg);*/
	width: 5px;
}

#controls{
	position: absolute;
	float: right;
	right: 60px;
}
#formulario{
	margin-top: 60px;
	background-color: rgba(0,0,0,.6);
	border-radius: 5px;
	height: 100%;
	padding-top: 30px;
	color: white;
	padding-left: 40px;
	padding-bottom: 60px;
	
}
#contF{
	padding-left: 100px;
	padding-right: 100px;
}
.inputer{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: white 1px solid;
	background-color: rgba(0,0,0,0);
	width: 60%;
}


.labeler{
	padding-top: 20px;
	font-family:  'Raleway', sans-serif;
}

.circulo{
	position: absolute;
	right: 50px;
	top: 45%;
	background-color: rgba(0,0,0,0);
	border-radius: 40%;
	width: 80px;
	height: 80px;
	color: white;
	
}

#reg{
	position: relative;
	float: right;
}

.contact{
	color: white;
	padding-top: 240px;
}

.contact p{
	position: absolute;
	bottom: 0px;
	right: 40px;
	width: 100%;
	font-size: 12px;
}
#powered{
	text-align: left;
	padding-left: 100px;
}

@media screen and (min-width: 768px) {
	#for {
		text-align: right;
		padding-right: 100px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
	#for {
		text-align: right;
		padding-left: 8px;
	}
}
#loger:hover{
	transform: rotate(360deg);
	
}

#loger{
	transition-duration:1s;
}

@media(max-width: 740px){
	#formulario{
		padding-right: 0px;
		margin right: 0px;
		padding-bottom: 60px;
		padding-left: 10px;
	}
 	.circulo{
 		right: 30px;
 	}
}

@media(max-width: 636px){
	.labeler{

	}
	#formulario{
		margin-right: 15px;
		padding-right: 15px;
		height: 250px;
	}
	.inputer{width: 100%;}

	.circulo{
		position: relative;
		top: 15px;
		left: 60px;
	}
	#reg{
		margin-top: 20px;
	}
	#forgot{
		padding-top: 70px;
	}
}
