body{
	/*background:#21A957;
	background:#fff;*/
 	font-family: 'Open Sans', sans-serif;
}

.contenedor{
	position:relative;
}

.contenedor h1{
	font-size:25px;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	/*padding-top: 19%;*/
	text-align: center;
}

.contenedor form {
	width: 80%;
	margin: 0 auto;
	padding: 6% 0 0 0;
}

.contenedor p {
	text-align: center;
}

.login {
	background:#eee;
	width: 31%;
	margin:0% auto 0% auto;
 	position: relative;
 	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
}

.derechos {
	font-size: 12px;
}

.logo{
	text-align:center;
 	position: relative;
}

.logo img {
	padding-top: 5%;
	width: 80%;
	height: 80%;
}

input[type="text"], input[type="password"]{
	text-align:left;
	position: relative;
	width:92%;
	padding:3%;
	background:#D3D3D3;
	margin-bottom: 6%;
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	font-weight:600;
	font-size: 16px;
	outline: none;
	border: none;
	border-radius: 5px;
	border:1px solid #DED6D6;
	-webkit-appearance:none;
}

input[type="text"]:hover, input[type="password"]:hover{
 	border:1px solid #949494;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:	0.5s;
}

input[type="submit"]{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #4d5b76;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	-webkit-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-ms-text-shadow: 0px 0px 3px #000;
	font-size: 20px;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight:500;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-appearance:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

input[type="submit"]:hover{
	background:#4d5b76;
	color:#fff;
}

/* -----  RESPONSIVE --------- */
@media (max-width:1440px){
	.login {
	width:40%;
	}
	.derechos {
	bottom: -26%;
	}
}

@media (max-width:1366px){
	.login {
	width: 42%;
	}
}

@media (max-width:1280px){
	.login  {
		width:54%;
	}
	.derechos{
	left: 61%;
	bottom:-18%;
	}
}

@media (max-width:1024px){
.login  {
		width:65%;
	}
	.derechos {
	left: 61%;
	bottom:-18%;
	}
}

@media (max-width:768px){
	.login  {
		width: 79%;
	}
	.derechos {
	left:38%;
	bottom:-14%;
	}
}

@media (max-width:640px){                                  
	.login {
	width: 63%;
	}
	.derechos {
	left:36%;
	bottom:-18%;
	}
}

@media (max-width:480px){                               
	.login {
	width: 80%;
	}
	.derechos {
	left:30%;
	bottom:-17%;
	font-size: 18px;
	}
	.contenedor h1 {
	font-size: 22px;
	}
	input[type="text"], input[type="password"], input[type="submit"] {
	font-weight: 600;
	margin-bottom: 4%;
	}

@media (max-width:320px){                                  
	.login  {
		/*margin:20% auto 0;*/
		width: 95%;
	}
	.contenedor h1 {
	font-size: 20px;
	}
	input[type="text"], input[type="password"],input[type="submit"] {
	font-weight:600;
	font-size: 15px;
	}
	.contenedor form p a {
	font-size: 15px;
	}
	input[type="submit"] {
	padding: 4%;
	}		
}