body {
	margin: 0 70px;
}
h3 {
	margin: 65px 0 40px;
	font-size: 2em;
}
b {
	font-weight: 400;
	font-size: 1.2em;
}
ol {
	margin: 30px 0;
	list-style-position: outside;
}
ol li {
	list-style-type: decimal;
	margin-left: 40px;
}
label {
	display: inline-block;
	width: 120px;
}
input#email-input {
	padding: 8px 10px;
	color: #646C7F;
	width: 290px;
	border-radius: 3px;
	border: solid 1px #aaa;
	margin-bottom: 10px;
}
input[type=file] {
	display: inline-flex;
	border-radius: 4px;
        border: 1px solid #ccc;
	line-height: 32px;
	margin-top: 2px;
	padding: 10px;
	text-indent: 7px;
	width: 290px;
}
input[type=submit] {
	background: #00a600;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-top: 18px;
	letter-spacing: 0.03em;
	padding: 12px 16px;
}
	input[type=submit]:hover {
		background: #00bf00;
	}
	input[type=submit]:disabled {
		background: #dedede;
	}

        .progress-bar {
            width: 100%;
            height: 20px;
            background-color: #ddd;
        }

        #progress {
            width: 0%;
            height: 100%;
            background-color: #4CAF50;
        }

@media only screen and (max-device-width: 1090px) {
	body {
		margin: 0 25px;
	}
	label {
		margin: 2px 0 5px;
		width: 90%;
	}	
	h3 {
		margin: 35px 0 40px;
	}
}
