article h1{
  font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

#wrapper.Login{
  /*! background: rgba(0,0,0,0.05); */
  padding: 0;
  margin: 0;
  width: 45%;
  /*! border-radius: 10px; */
  /*! box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) */
}

#wrapper.Registrar{
	background: rgba(0,0,0,0.05);
  padding: 40px;
  margin: 20px 10px;
  flex-basis: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2)
}

#wrapper.Registrar input{
	width: 45%;
	max-width: 400px;
	margin-left:5%;
}



#wrapper.Registrar input[type="checkbox"]{
  width: 20px;
  height: 20px;
 
}

input{
  height: 45px;
  padding:2px 5%;
  width: 90%;
  margin: 5px 0;
  	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

input[type="checkbox"]{
  width: 20px;
  height: 20px;
 
}

#form2 label{
	float: left;
	text-align: left;
}

#wraplogin a, #login3 a{
    color:rgba(0,0,0,0.6);
}

input[type="submit"]{
  font-family: arial;
  background: #98ca3f;
  height: 50px;
  width: 80%;
	font-family: arial;
	font-weight: 300;
	font-size: 16pt;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
  margin: 10px 10%;
}



.profile{
    border: 3px solid #B7B7B7;
    padding: 10px;
    margin-top: 10px;
    width: 350px;
    background-color: #F7F7F7;
    height: 160px;
}
.profile p{margin: 0px 0px 10px 0px;}
.head{margin-bottom: 10px;}
.head a{float: right;}
.profile img{width: 100px;float: left;margin: 0px 10px 10px 0px;}
.proDetails{float: left;}



section {
    display: flex;
    flex-direction: column;
}

#tituloyatienescuenta {

    width: 100%;
    margin-top: 110px;
    text-align: center;
    margin: 110px 0 20px 0;

}

#wraplogin {
    display: flex;
    flex-direction: row;
    padding: 0;
}

#login1 {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 15%;
    width: 20%;

}

.titulologin {

    font-size: 1.2em;
    font-weight: 600;
    margin: 0;

}

#bFacebook {
height: 50px;
width: 90%;
background: #4267A2;
/*! display: flex; */
/*! align-items: center; */
padding: 0 5%;
color: white;
margin: 0 0 15px 0;
border-radius: 3px;
text-align: center;
line-height: 50px;

cursor: pointer;
margin: 15px 0;
}

#gSignIn {
    margin: 0 0 15px 0;
    width: 100%;
}

.abcRioButton{
  width: 100% !important;
}

#login2 {

    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    align-items: center;
    border-left: 2px solid rgba(155,187,0);

}

#declaracionprivacidad {

    font-size: 10pt;

}

#lickregistrarse {

    text-align: center;
    margin: 0;
    font-size: 11pt;

}

#terminosdeservicio {

    text-align: center;
    margin: 0;
    font-size: 10pt;

}

#login3 {

    padding: 15px;
    display: flex;
    flex-direction: column;

}

#login1 a, #login2a, #login3 a{
    color: rgba(0,0,0,0.8);
}

