.sendfile {
	background-color: #00d7f2;
    padding: 1rem;
	height:100%;
	min-height:100vh;
}

.content {
	display:block;
	width:75%;
	margin:5em auto 0 auto;
}

section {
	background:transparent;
}

label {
	width: 150px;
	display:inline-block;
	line-height:2em;
	
}

.tinput {
	width:40%;
	min-width: 200px;
}

li span {
	display:inline-block;
	width: 40%;
}

ul {
	margin-bottom: 1em;
}
textarea {
	margin-top:10px;
}

.header {
	font-size: 2em;
}
.Required::after {
    content: '*';
    color: red;
}

@media only screen and (max-width: 850px) {

	.content {
		width:90%;
		margin: 5em auto 0 auto;
	}
}