.xoo-aff-input-group {
	position: relative;
	display: flex;
	border-collapse: separate;
	width: 100%;
}

.xoo-aff-input-group:first-child {
	border-right: 0;
}

.xoo-aff-group input {
	box-sizing: border-box;
}

.xoo-aff-input-group .xoo-aff-input-icon {
	padding: 6px 0;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	align-items: center;
	height: auto;
	align-self: stretch;
	display: flex;
	width: 100%;
	justify-content: center;
	border-style: solid;
	transition: border-color ease-in-out .15s;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"] {
	flex-grow: 1;
	min-width: 1px;
	margin: 0;
	position: relative;
	z-index: 2;
	width: 100% !important;
	margin-bottom: 0 !important;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 3.428571;
	background-image: none;
	border: 1px solid #ccc;
	border-style: solid;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: 0;
}

.xoo-aff-group input::file-selector-button {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-right: 10px;
}

.xoo-aff-group label {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.xoo-aff-group {
	float: left;
	width: calc(100% - 20px);
	position: relative;
}

.xoo-aff-group.onehalf {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.xoo-aff-group.threefourth {
	width: calc(75% - 20px);
	margin-right: 20px;
}

span.xoo-aff-pwtog-hide {
	display: none;
}

.xoo-aff-pw-toggle {
	display: flex;
	align-items: center;
	right: 5px;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	user-select: none;
}

.xoo-aff-pw-toggle > * {
	cursor: pointer;
	padding: 5px;
}

@media only screen and (max-width: 450px) {
	.xoo-aff-group.onehalf, .xoo-aff-group.onefourth, .xoo-aff-group.onethird, .xoo-aff-group, .xoo-aff-group.twothird {
		width: 100%;
		margin-right: 0;
	}
	
	.xoo-aff-group {
		margin-right: 0;
	}
}