#forename-txt {
		border-style: solid; 
		padding: 0 10px;
		margin: 15px 0px;
		border-color: red; 
		font-size: 15px;
		line-height: 20px;
}

.section-border {
		border: 3px solid #ccc;
		border-radius: 16px;
		padding-top:10px;
		padding-bottom:16px;
		padding-right: 0px;
		margin-top: 5px;
		margin-bottom:7px;
		margin-left:-16px;
		margin-right:0px;
		overflow: auto;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.fileinput-button {
		width: 70%;
	}
}