
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.content{
	/*margin: 0 auto;*/
  /*padding-top: 90px;*/
  padding-bottom: 148px;
  height:100%;
  /*max-width: 640px;
  width: 94%;*/
}

.content > div
{
	overflow-x:auto;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 148px;
  padding: 1rem;
  padding-top: 75px;
  background-color: #efefef;
  text-align: center;
}

.container-fluid{
	width:100%;
	background-color: #ffffff;
}
.starter-template {
  text-align: center;
  /*background-color: white;*/
}
#caspioform{
	margin: auto;
}
label{
	/*color:white;*/
}
table{
	/*margin:auto;*/
	padding-top:10px;
}
hr
{
	border-color:black !important;
}
.loginTable{
	display:inline-block !important;
	background: #666666;
	color: white;
	border-radius: 25px;
	padding:20px;
}
.loginTable > * {
	color:white !important;
}
.orderTable{
	display:inline-block !important;
	background: #e2e2e2;
	border-radius: 25px;
	padding:0px 0px 25px 25px;
	margin-top: -15px;
}
