@charset "utf-8";
/* CSS Document */

	#btnform{
		background-color: #233ea4;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
		}
		#btnform:hover {
  background-color: #45a049;
}
@media screen and (max-width: 600px) {
  #btnform {
    width: 100%;
    margin-top: 0;
  }
}