/* footer.sticky-footer.bg-white {
    margin-top: 200px;
} */

.required
{
	color:red;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 30px;
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 10px;
	right: 1px;
	width: 20px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 43px;
}

/*for password hide and show*/
.field-icon {
	float: right;
	margin-left: 5px;
	margin-top: -35px;
}


