* {
	margin:0;
	padding:0;
}

article,aside,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body {
	-webkit-font-smoothing:antialiased;
	font-family:'Roboto','Arial',sans-serif;
	background-color:#fff;
	color:#000;
}

@media (min-width: 420px) {
	.body_content {
		width: 350px;
		margin: 40px auto;
	}
}

@media (max-width: 420px) {
	.body_content {
		width: 280px;
		margin: 0px auto;
	}
}

.body_content input, .body_content label {
	width: 100%;
}

.body_content input {
	box-sizing: border-box;
	padding: 13px 16px;
	margin-top: 10px;
	margin-bottom: 25px;
	outline: 0;
	font-family:'Roboto','Arial',sans-serif;
	font-size:16px;
}

.body_content input[type="text"], .body_content input[type="number"] {
	border: 1px solid #b4b4b4;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.body_content input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  background-color: black;
  width: 10px;
  height: 10px;
}

.body_content input[type=checkbox] {
	width: initial;
	margin-right: 10px;
	margin-bottom: 0px;
}

#label5 {
	display: block;
	margin: 20px auto;
	line-height: 30px;
}

.body_content input[type="submit"], .body_content input[type="button"] {
	background-color: #ff7f08;
	color: white;
	border: none;
	border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}