@charset "utf-8";

/* select2 plugin custom */

.select2-container .select2-selection--single {
	height: calc(1.5em + 0.75rem + 2px);
	border-color: #e4e7ea;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: calc(1.5em + 0.75rem);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(1.5em + 0.75rem);
}
.select2-dropdown {
	border-color: #e4e7ea;
}
.login-card-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,.2);
}