.blue-button {
  background-color:#0c3666;
  color:#fff;
  border-radius:5px;
  padding:5px 15px;
 border:solid 1px #333;
  box-shadow:2px 2px 2px #999;
  width:775px;
  transition: all 0.2s ease-in-out 0s;
}

.blue-button:hover{
  background-color:#0B173B;
}