body {
	background-image: linear-gradient(to bottom, #000000, #010101, #020201, #020202, #030303, #0b0a11, #120f1a, #161423, #1f1c36, #29234a, #342a5f, #413174);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#login-background {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

section.for-signup,
section.for-login,
section.for-email-login,
section.for-forgot,
section.for-login-with-email-link {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.login-content.page-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px) saturate(180%);
	-webkit-backdrop-filter: blur(10px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.email-field,
.password-field {
	position: relative;
}

.login-content .form-control {
	background: rgba(0, 0, 0, 0.3) !important;
	backdrop-filter: blur(10px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 8px !important;
	color: #ffffff !important;
	padding: 16px 16px 16px 40px !important;
	transition: all 0.3s ease !important;
}

.login-content .form-control::placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

.login-content .form-control:focus {
	background: rgba(0, 0, 0, 0.4) !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
	outline: none !important;
}

.login-content .form-control.is-invalid {
	border-color: rgba(255, 82, 82, 0.6) !important;
	background: rgba(255, 82, 82, 0.1) !important;
	box-shadow: 0 4px 16px 0 rgba(255, 82, 82, 0.2) !important;
}

.login-content .form-control:-webkit-autofill,
.login-content .form-control:-webkit-autofill:hover,
.login-content .form-control:-webkit-autofill:focus,
.login-content .form-control:-webkit-autofill:active {
	-webkit-text-fill-color: #ffffff !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.3) inset !important;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.3) inset !important;
	background: rgba(0, 0, 0, 0.3) !important;
	backdrop-filter: blur(10px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.login-content .form-control:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.4) inset !important;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.4) inset !important;
	background: rgba(0, 0, 0, 0.4) !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
}

.login-content .field-icon {
	color: rgba(255, 255, 255, 0.7) !important;
	position: absolute !important;
	left: 14px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 1 !important;
	pointer-events: none !important;
	transition: color 0.3s ease !important;
}

.login-content .form-control:focus ~ .field-icon,
.login-content .form-control:focus + .field-icon {
	color: rgba(255, 255, 255, 0.9) !important;
}

.login-content .toggle-password {
	color: rgba(255, 255, 255, 0.7) !important;
	cursor: pointer !important;
	transition: color 0.3s ease !important;
	position: absolute !important;
	right: 16px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 1 !important;
}

.login-content .toggle-password:hover {
	color: rgba(255, 255, 255, 0.9) !important;
}

.login-content .page-card-head {
	padding: 16px 16px 16px 16px;
}

.login-content .page-card-head h4 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 8px;
}

.login-content .page-card-head p {
	font-size: 16px;
	margin-bottom: 0;
}

.login-content .btn-signup,
.login-content .btn-login,
.login-content .btn-forgot,
.login-content .btn-login-with-email-link {
	padding: 8px !important;
	height: auto !important;
	line-height: 1.5 !important;
}

.login-content .page-card-head h4.text-white {
	color: #ffffff !important;
}

.sign-up-message {
	color: rgba(255, 255, 255, 0.8) !important;
}

.sign-up-message a {
	color: #ffffff !important;
	text-decoration: none;
}

.sign-up-message a:hover {
	color: rgba(255, 255, 255, 0.9) !important;
}

.login-divider {
	color: rgba(255, 255, 255, 0.6) !important;
}

