/*
 * Theme customizations for Login/Signup Popup.
 * Keep plugin-generated styles in the plugin so upgrades do not require
 * synchronizing its global/inline-style.php template.
 */

/* The legacy popup template removed the optional image sidebar. */
.xoo-el-container .xoo-el-sidebar {
	display: none;
}

.xoo-el-container .xoo-el-srcont {
	width: 100%;
	border-radius: 8px;
}

.xoo-el-form-container input.tip_txt {
	margin-right: 8px;
}

.xoo-el-form-container .tip_txt a {
	color: #df9c31 !important;
}

.xoo-el-form-container div.tip_txt label {
	font-size: 11px;
	font-weight: 400;
}

.xoo-el-form-container .xoo-el-section.tip_txt {
	display: block;
	margin-right: 23px;
	margin-left: 5px;
}

.xoo-el-form-container {
	padding-bottom: 20px;
}

.xoo-el-form-container .xoo-aff-group {
	margin-bottom: 18px !important;
}

.xoo-el-form-container .xoo-aff-group label {
	margin-bottom: 1px;
}

.xoo-el-form-container div.xoo-aff-group.tip_txt {
	margin-bottom: 0 !important;
}
