.signin { 
  text-align: center;
  font-size: 1.15em;
}
.btnsignin { 
  margin:5px;
  width: 250px;
  border-radius: 4px;
  background: #d60;
  border:0px transparent;  
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btnfacebook { 
  margin:5px;
  width: 250px;
  border-radius: 4px;
  background: #3b5998;
  border:0px transparent;  
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btngoogle { 
  margin:5px;
  width: 250px;
  border-radius: 4px;
  background: #db3236;
  border:0px transparent;
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btnsignin:hover {
  background: #ff7600;
  opacity: 0.6;
}
.btnfacebook:hover {
  background: #3b5998;
  opacity: 0.6;
}
.btngoogle:hover {
  background: #db3236;
  opacity: 0.6;
}
a.btnfacebook, a.btngoogle, a.btnsignin { 
  text-decoration: none;
  color:white;
} 