.btn-primary{
	background-color: #2895f3;
	border-color: #42a7ff;
}

.btn-primary:hover{
	background-color: #56b0fd;
	border-color: #42a7ff;
}