html{
  background-color:#fff;
}

input:invalid{
	background:#ffe9e9;
}

.required label:before{
	content:' * ';
	color:red;
}

body{
	padding-top:80px;
  padding-bottom: 100px;
}

.main-container{
  padding-bottom: 53px;
}


footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:28px;
	line-height: 28px;
	background: black;
	text-align: center;
	color:#fff;
}

header{
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    line-height: 40px;
    height: 43px;
    background: #c6deee;
    padding: 0 10px;
    color: #fff;
    z-index: 1001;
    font-weight: bold;
}

header a{
  color:#000;
  text-decoration: underline;
}

footer a{
	color:#fff;
	text-decoration: underline;
}



.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

a.btn-circle.btn-lg{
  line-height:1.74;
}

button a,button a:hover{
  color:white;
}