.d_login {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-top: 40px;
}

.d_login_container {
	display: flex;
	width: 300px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.d_login_OneServiceBox {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.d_login_logo {
	width: 145px;
	height: 46px;
	margin-bottom: 20px;
}

.d_login_hidden {
	display: none !important;
}

.d_login_logo img {
	width: 145px;
	height: 46px;
	object-fit: contain;
}

.d_login_title {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.d_login_services {
	width: 100%;
}

.d_login_OneService {
	display: flex;
	height: 50px;
	justify-content: center;
	width: 100%;
	align-items: center;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	overflow: hidden;
}

.d_login_googleAccount:has(iframe:hover) {
	background: #5195ee;
}

.d_login_googleAccount {
	background: #1a73e8;
	transition: 0.2s ;
}

.d_login_facebookAccount {
	background: #395a9a;
}

.d_login_appleAccount {
	background: #000000;
}

.d_login_OneService section svg {
	width: 15px;
	height: 15px;
}

.d_login_googleAccount section, .d_login_facebookAccount section {
	background: #fff;
	padding: 5px;
	height: 25px;
	border-radius: 3px;
	margin-right: 10px;
}

.d_login_appleAccount section {
	margin-right: 5px;
}

.d_login_appleAccount section svg {
	width: 20px;
	height: 20px;
}

.d_login_separator {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #8a8a8a;
}

.d_login_separator::before, .d_login_separator::after {
	content: "";
	display: inline-block;
	cursor: pointer;
	width: 130px;
	height: 1px;
	background: #cecece;
}

.d_login_form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.d_login_form label {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.d_login_form input {
	margin-top: 5px;
	padding: 15px 10px;
	border: 2px solid #aaabab;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
}

.d_login_form input:focus {
	border-color: #ed7202;
}

.d_login_form button {
	margin-top: 10px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.d_login_form button:focus {
	outline: none;
}

.d_login_forgotPassLink {
	font-size: 12px;
	text-decoration: underline;
	color: #6B6A6A;
	font-weight: 700;
	cursor: pointer;
}

.d_login_news {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #b71b1b;
}

.d_login_signupLinkBox {
	display: flex;
	padding: 30px 0 20px 0;
}

.d_login_signupLinkBox a {
	padding-left: 5px;
	text-decoration: underline;
	color: #000;
}

.d_login_signupLinkBox a:hover {
	text-decoration: none;
}

.g_id_signin iframe {
	margin: 0!important;
}


.d_login_loader {
	border: 5px solid transparent;
	border-top: 5px solid #ee7105;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: d_spin .8s linear infinite;
}

.d_login_loaderBody {
	position: absolute;
	top: 0;
	display: none;
	z-index: 10;
	background: #fff;
	height: 100vh;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.d_login_loaderBodyActive {
	display: flex !important;
}

.d_login_fixedBody {
	height: 100vh;
	overflow: hidden;
}
