

.login .wrapper .login-body {
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #e8cdcc;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 0;
	box-shadow: 0px 0px 110px -63px #000;
}
.login .wrapper {
	width: 400px;
	height: 500px;
	margin: -200px -200px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.login .wrapper .login-body h2 {
	font-weight: 600;
	color: var(--Primary);
	font-size: 21px;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: 800;
}
.login .wrapper .login-body .email input, .login .wrapper .login-body .pw input {
	padding: 8px 35px;
	color: #000;
}
.controls label {
	position: absolute;
	top: -3px;
	background: #f9f9f9;
	left: 24px;
	padding: 0 7px;
	color: #000;
	font-weight: 700;
	line-height: 8px;
}
.controls {
	position: relative;
	margin-bottom: 25px;
}
.login .wrapper .login-body form {
	padding: 0 30px;
}	
.controls .form-control {
	background: transparent;
	border: 1px solid #8b8b8b;
	height: 50px !important;
	border-radius: 41px !important;
}
.login .wrapper .login-body .submit input {
	float: none;
	margin: auto;
	display: block;
	border-radius: 35px !important;
	font-size: 16px;
	width: 150px;
	background-color: var(--Primary);
	height: 45px;
	text-transform: uppercase;
	border-color: var(--Primary);
	color: var(--textColor);
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 48px;
}
.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 35px;
	height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 20px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--Primary);
	color: white;
}
@media only screen and (max-width: 600px) and (min-width: 300px)  {}