/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	  font-style:Lato;
	font-size:1.1em;
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.form-signin {
  background-color: #efefef;
  width: 100%;
  max-width: 380px;
  padding: 30px;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:100px;
  border-radius: 5px;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.btn-danger{
     background:#ed1c24;
}
.btn-danger:hover{
	background:#8e1116;
}
.form-signin a {
	text-decoration:none;
	font-size: 1.2em;
  	color: #0077cc;
}
.form-signin a:hover {
    color: #ed1c24;
}
.hr {
    margin:0;
	padding:0;
	padding-bottom:10px;
}
.info {
font-size:0.7em;
}
.tiny, .tiny a{
font-size:0.9em;
}
/* ? */
.margintop5 {
margin-top:5px;
}