@charset "UTF-8";

.signIcon {
	display: inline-block;
	width: 3rem !important;
	height: 3rem !important;
	margin: .5rem 1rem;
}

.input-u2 {
	padding: 10px;
	border: none;
	border-radius: 30px;
	font: inherit;
	font-size: inherit;
	font-family: inherit;
	color: #000;
	width: 100%;
	background-color: transparent;
	border: 2px solid #ccc;
	outline: 0;
	font-size: 1em;
	font-family: system;
	color: #fff;
}

.input-u2:hover {
	background: #fff;
}

.input-group-u2 {
	position: relative;
	margin-bottom: 20px;
	width: 50%;
	float:left;
	padding-right:5px;
}

.downloads-img2 {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

#download-form {
	background-color: #fff;
	border-radius: 10px;
	padding: 2rem;
	color: #000;
}