body.rio2{
	background: url('../images/login-bg.jpg') no-repeat center top #1A1511;
	min-height: 800px;
}

body.rio2 .ingreso-top{
	padding: 20px 40px 20px 30px;
	position: relative;
	top: 70px;
	left: 60px;
	background-color: #DBC9AD;
}

body.rio2 .ingreso-top *{
	color: #3B2316;
}

body.rio2 .ingreso-top input[type=text],
body.rio2 .ingreso-top input[type=password],
body.rio2 .ingreso-top .checkbox{
	background-color: #8D6C36;
	color: white;
}

body.rio2 .ingreso-top input[type="submit"]{
	background-color: #BF966C;
}
body.rio2 .ingreso-top input[type="submit"]:hover{
	background-color: #C3996F;
}

body.rio2 .ingreso-top input::-webkit-input-placeholder {opacity:1;color:#EEE;}/* WebKit browsers */
body.rio2 .ingreso-top input:-moz-placeholder {opacity:1;color:#EEE;}/* Mozilla Firefox 4 to 18 */
body.rio2 .ingreso-top input::-moz-placeholder {opacity:1;color:#EEE;}/* Mozilla Firefox 19+ */
body.rio2 .ingreso-top input:-ms-input-placeholder{opacity:1;color:#EEE;}/* Internet Explorer 10+ */

body.rio2 .ingreso-top .accept_bases{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: inherit;
	padding: 60px 0;
}
body.rio2 .ingreso-top .accept_bases p{
	text-align: center;
}
body.rio2 .ingreso-top .accept_bases p a{
	text-decoration: underline;
}
body.rio2 .ingreso-top .accept_bases input[type="submit"]{
	float: none;
	margin: 15px;
}

body.rio2 .ngconnect-profile .ingreso-top{
	margin: -70px 210px 0 90px;
}
body.rio2 .ngconnect-profile .ingreso-top.first{
	margin: -70px 210px 0 90px;
}
body.rio2 .ngconnect-profile h2{
	margin: 100px 150px 0 150px;
}