a{
  font-weight: bold;
  color:#fff;
}
a:hover{
  color:#f08819;
}
label.error{
	color: #f00;
}
input.error{
	border: solid 2px #f00 !important;
	text-align: left;
}
/* Spinner */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #00acac;
  border-color: #00acac transparent #00acac transparent;
}
.animateSpin{
	animation: lds-hourglass 1.2s infinite;
}
.ribbonDemo{
	display: block;
	font-size: 1.2em !important;
	border: solid 2px #B77F07;
	margin-top: 8px;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.areaLogo{
  display: block; 
  margin:0 auto 20px auto;
  width:220px; 
  padding:0;
}
.areaLogo .logo{
  width:100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}