@charset "UTF-8";
* {
	margin: 0;
}
html {
	overflow-y:hidden!important;
}
body {
	overflow-y:hidden!important;
}
.process {
	min-height:900px;
	background-image:url(/branding/image/DB_SORIANA3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

#wrapper {
	position:absolute;
	width:275px;
	height:52%;
	top:0;
	left:100%;
	margin-left:-58%;
	margin-top: 8%;
	font-family: 'LetteraText-Bold', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

#header {
	width:250px;
	margin-top:20px;
	text-align:center;
}

#information {
	width:210px;
	margin-top:30px;
	margin-left:20px;
}

#login {
	width:210px;
	height:100px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.5px;
	color:#fff;
}

#login2 {
	width:210px;
	height:100px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.5px;
	color:#fff;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#inputUser:focus,
 #inputPassword:focus,
  #inputCpassword:focus{
	outline: none;
}

#inputUser{
  border: 0;
  outline: none;
  background-color: #dfe;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
}

#inputPassword{
  border: 0;
  outline: none;
  background-color: #dfe;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
}

#inputCpassword{
  border: 0;
  outline: none;
  background-color: #dfe;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
}

.sinborde{
	border: 0;
	background-color: #eee;
}

#buttons {
	position:absolute;
	margin-top:63%;
}

#passwordLabel{
	position:absolute;
	margin-top:78%;
	color: white;
	font-size: 10px;
}

.button2 {
  padding: 8px 80px;
  background-color: #E83131;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 18px;
}

.button3 {
  padding: 8px 80px;
  background-color: #E83131;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 18px;
}

.button4 {
  padding: 8px 80px;
  background-color: #4287f5;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 18px;
}

.button5 {
  padding: 8px 67px;
  background-color: #4287f5;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 18px;
}

.button2:hover, .button3:hover {
  background-color: #910013;
}

.button4:hover {
  background-color: #1b429e;
}

#entrar {
	width:100px;
	height:23px;
}
.aceptar {
	background-image:url(../image/button_bg.png);
	cursor:pointer;
}
.aceptar_hover {
	background-image:url(../image/button_up.png);
	cursor:pointer;
}
#footer {
	width:210px;
	height:50px;
	position: fixed;
	bottom: 0;
	right: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:0.5px;
	color:#b8b7b7;
}


/*Old css*/

/*@charset "UTF-8";
* {
	margin: 0;
}
html {
	overflow-y:hidden!important;
}
body {
	overflow-y:hidden!important;
}
.process {
	min-height:900px;
	background-image:url(../image/gtp_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
#wrapper {
	position:absolute;
	width:250px;
	height:200px;
	top:100%;
	margin-top:-250px;
	margin-left:30px;
	font-family: 'LetteraText-Bold', Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
#uda {
	width:150px;
	height:50px;
	position:fixed;
	top:0;
	margin-top:30px;
	left:100%;
	margin-left:-150px;
}
#header {
	width:200px;
	margin-top:5px;
	text-align:left;
}
#information {
	width:200px;
	margin-top:10px;
	margin-left:0px;
}
#login {
	width:210px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.5px;
	color:#fff;
}
#users {
	width:210px;
	height:20px;
}
#pass {
	width:210px;
	height:20px;
	margin-top:10px;
}
#registro {
	width:93px;
	height:26px;
	position:absolute;
	top: 205px;
	left: 20px;
}
#entrar {
	width:68px;
	height:26px;
	position:absolute;
	left: 119px;
	top: 205px;
}
.registrar {
	background-image:url(../image/btn_reg_bg.png);
	cursor:pointer;
}
.registrar_hover {
	background-image:url(../image/btn_reg_up.png);
	cursor:pointer;
}
.aceptar {
	background-image:url(../image/btn_ing_bg.png);
	cursor:pointer;
}
.aceptar_hover {
	background-image:url(../image/btn_ing_up.png);
	cursor:pointer;
}
#footer {
	width:210px;
	height:50px;
	position:absolute;
	top:100%;
	margin-top:-50px;
	left:100%;
	margin-left:-230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	letter-spacing:0.5px;
	color:#f2f2f2;
}

.recoverpass{
	color: #FFFFFF;
	right: -30%;
	position: relative;
	text-decoration: none;
}
*/

