.sd-sdcx-components-courses-parts-whatsapp .spinner {
	margin-bottom: 30px;
}

.sd-sdcx-components-courses-parts-apply {
	position: relative;
	background-color: #f0f0f0;
	padding: 35px 20px 20px 20px;
	margin: 20px 0;
}

.sd-vue-component-sdcx-courses-apply-account-container-switcher {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FEC987;
	color: #fff;
	padding: 5px 10px;
	font-weight: 500;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9999;
}

.sd-vue-component-sdcx-courses-apply-account-container-select {
	background-color: #CBD2EB;
	padding: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.sd-vue-component-sdcx-courses-apply-account-container-select span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}

.sd-sdcx-components-courses-parts-apply .sd-vue-component-sdcx-users-login form button {
	color: #000;
	transition: all .3s ease;
}

.sd-sdcx-components-courses-parts-apply .sd-vue-component-sdcx-users-login form button:hover {
	color: #FEC987;
	transition: all .3s ease;
}

.sd-sdcx-components-courses-parts-apply .sd-vue-component-sdcx-users-login form button svg .cls-1 {
	fill: #000;
	transition: all .3s ease;
}

.sd-sdcx-components-courses-parts-apply .sd-vue-component-sdcx-users-login form button:hover svg .cls-1 {
	fill: #000;
	transition: all .3s ease;
}

.sd-sdcx-components-courses-parts-apply .sd-vue-component-sdcx-users-login-form a {
	color: #000;
	transition: all .3s ease;
}

.sd-sdcx-components-courses-parts-apply .sd-vue-component-sdcx-users-login-form a:hover {
	color: #000;
	transition: all .3s ease;
}

@media screen and (max-width: 767px) {
	.sd-vue-component-sdcx-courses-apply-account-container-select {
		padding: 20px;
		margin-top: 20px;
	}
}