/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/****************BEGIN BODY ***************/
body{
	background: url("../images/background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
}
html {
    height: 100%
}

/****************END BODY ***************/
/****************LOGIN FORM ***************/
#keypad{
text-align:center;
margin-top:-1%;
}
input[type=password] {
	-webkit-appearance: none;
	outline:none;
	border-radius:3px;
	border:2px solid #000;

}

.btn {
  background: #f5763b;
  background-image: -webkit-linear-gradient(top, #f5763b, #e37826);
  background-image: -moz-linear-gradient(top, #f5763b, #e37826);
  background-image: -ms-linear-gradient(top, #f5763b, #e37826);
  background-image: -o-linear-gradient(top, #f5763b, #e37826);
  background-image: linear-gradient(to bottom, #f5763b, #e37826);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size:60pt;
  width:80px;
  font-weight: bold
  padding: 10px 20px 10px 20px;
  border: solid #000000 1px;
  text-decoration: none;
}

.btn:hover {
   background: #ed5615;
  background-image: -webkit-linear-gradient(top, #ed5615, #f05a1a);
  background-image: -moz-linear-gradient(top, #ed5615, #f05a1a);
  background-image: -ms-linear-gradient(top, #ed5615, #f05a1a);
  background-image: -o-linear-gradient(top, #ed5615, #f05a1a);
  background-image: linear-gradient(to bottom, #ed5615, #f05a1a);
  text-decoration: none;
}
.error{
	color:#F33C21;
	font-weight:bold;
	font-size:34pt;
}
/*****************END LOGIN FORM *********/