/*
	@(#)FileVersion: 730.000.018
	@(#)FileDescription:
	@(#)CompanyName: Meta4 Spain, S.A.
	@(#)LegalCopyright: (c)2009
	@(#)ProductName: PeopleNet 
	@(#)ProductVersion: 
	@(#)InternalName: richstyle.css
	@(#)Date: Mar 2009
*/

/*Definimos el estilo de nuestras p�ginas*/

@font-face {
  src: url("../font//poppins/Poppins-Light.ttf") format("truetype");
  font-family: "Poppins";
  font-weight: 300;
}

@font-face {
  src: url("../font//poppins/Poppins-Regular.ttf") format("truetype");
  font-family: "Poppins";
  font-weight: 400;
}

@font-face {
  src: url("../font//poppins/Poppins-SemiBold.ttf") format("truetype");
  font-family: "Poppins";
  font-weight: 600;
}

@font-face {
  src: url("../font//roboto/Roboto-Regular.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 400;
}

@font-face {
  src: url("../font//roboto/Roboto-Medium.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 500;
}

body {
  margin: 0px;
  padding: 0 25%;
  text-align: center;
  background-image: url("../img/background_people_renhash_1d4ee76dfa62e8d2e137fd0752e68fcd_dl_v1.png");
  background-repeat: no-repeat;
  background-color: #f2f7ff;
  background-attachment: fixed;
  background-position-y: bottom;
  background-position-x: 90%;
  background-size: 40vh;
}

/*html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }*/

#mainContent {
  color: rgba(0, 44, 82, 0.64);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
}

#logo_company {
  margin: 120px 12px 12px 12px;
}

#waitLabel {
  font-family: Poppins;
  font-size: 38px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.75px;
  text-align: center;
  color: rgba(0, 44, 82, 0.32);
}

#redirectLabel {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #0046fe;
}
