@charset "UTF-8";
* { 
	margin: 0;
}
html {
	overflow-y:hidden!important;
}
body {
	overflow-y:hidden!important;
}
.process {
	min-height:900px;
	background-image:url(../image/siames_bg2.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:50%;
	top:0;
	left:100%;
	margin-left:-58%;
	margin-top: 12%;
	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;
	/*background:#666;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.5px;
	color:#fff;
}

#login2 {
	width:210px;
	height:100px;
	position:absolute;
	/*background:#666;*/
	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;
}


/*#users {
	width:210px;
	height:20px;
	background-image:url(../image/box_input.png);
}
#pass {
	width:210px;
	height:20px;
	margin-top:20px;
	background-image:url(../image/box_input.png);
}*/
#buttons {
	position:absolute;
	margin-top:58%;
	
}

#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;
}

.button2:hover, .button3:hover {
  background-color: #910013; /* Green */
}

.button4:hover {
  background-color: #1b429e; /* Green */
}

#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;
}