html,
body {
	background:
		linear-gradient(180deg, #111821 0%, #0f141a 48%, #15191f 100%) !important;
	color: #e7ecf3;
	margin: 0;
	min-height: 100vh;
	padding: 0;
}

body {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	overflow-y: auto;
	padding: 32px 16px !important;
}

.page-login {
	margin: 0 auto;
	width: min(440px, 100%);
}

.page-login .page-logo {
	text-align: center;
}

.page-login .page-logo .brand {
	display: inline-block;
	height: 32px;
	min-width: 160px;
}

.page-login .page-logo .brand:before {
	color: #f4f7fb;
	content: "Sign In";
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
}

.page-login .page-body {
	background: #1b222c;
	border: 1px solid #354150;
	border-radius: var(--eds-radius-md);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 1px 0 rgba(255, 255, 255, 0.04) inset;
	margin-top: 24px;
	overflow: hidden;
	width: 100%;
}

.login-head {
	background: #202936;
	border-bottom: 1px solid #354150;
	color: #f4f7fb;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 32px;
	text-align: left;
}

.login-body {
	display: block;
	overflow: hidden;
	padding: 28px 32px 30px;
}

.login-form {
	width: 100%;
}

.login-form h4 {
	background: rgba(209, 50, 18, 0.14);
	border: 1px solid rgba(255, 158, 136, 0.5);
	border-radius: var(--eds-radius-sm);
	color: #ffb4a3;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 20px;
	padding: 10px 12px;
	text-align: left !important;
}

.login-form .form-group {
	margin: 0 0 16px;
}

.login-form .form-group .form-control {
	background: #111820 !important;
	border: 1px solid #4c5969 !important;
	border-radius: var(--eds-radius-sm) !important;
	box-shadow: none !important;
	color: #f4f7fb !important;
	font-size: 13px;
	height: 40px;
	padding: 8px 11px;
	width: 100%;
}

.login-form .form-group .form-control::-moz-placeholder {
	color: #95a3b5;
	opacity: 1;
}

.login-form .form-group .form-control:-ms-input-placeholder {
	color: #95a3b5;
}

.login-form .form-group .form-control::-webkit-input-placeholder {
	color: #95a3b5;
}

.login-form .form-group .form-control:focus {
	background: #0f151d !important;
	border-color: #58a6ff !important;
	box-shadow: 0 0 0 2px rgba(88, 166, 255, 0.28) !important;
	color: #ffffff !important;
	outline: none !important;
}

.login-form .form-group .form-control:-webkit-autofill,
.login-form .form-group .form-control:-webkit-autofill:hover,
.login-form .form-group .form-control:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #111820 inset;
	-webkit-text-fill-color: #f4f7fb;
	border-color: #4c5969;
	transition: background-color 9999s ease-out;
}

.login-form .form-actions {
	background: transparent !important;
	border: 0 !important;
	margin: 20px 0 0;
	padding: 0 !important;
	text-align: center !important;
}

.login-form .form-actions .btn-success {
	align-items: center;
	background: var(--eds-primary) !important;
	border: 1px solid #2d8ee8 !important;
	border-radius: var(--eds-radius-sm);
	box-shadow: none;
	color: var(--eds-text-inverse) !important;
	display: inline-flex;
	font-weight: 700;
	gap: 10px;
	height: 40px;
	justify-content: center;
	padding: 9px 14px;
	width: 100%;
}

.login-form .form-actions .btn-success:hover,
.login-form .form-actions .btn-success:focus {
	background: #0f82e6 !important;
	border-color: #58a6ff !important;
	box-shadow: 0 0 0 2px rgba(88, 166, 255, 0.2);
	color: var(--eds-text-inverse) !important;
}

.login-form .form-actions .btn-success[disabled],
.login-form .form-actions .btn-success.disabled {
	background: #375f86 !important;
	border-color: #47729d !important;
	color: #dce8f5 !important;
	cursor: not-allowed;
	opacity: 1;
}

.login-form .form-actions .btn-success.is-loading {
	text-transform: none !important;
}

.login-form .form-actions .btn-success .login-form__spinner {
	animation: login-form-spin 0.75s linear infinite;
	border: 2px solid rgba(255, 255, 255, 0.35);
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	border-top-color: #ffffff;
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
}

@keyframes login-form-spin {
	to {
		transform: rotate(360deg);
	}
}

.login-form .form-actions .btn-success img {
	margin-right: 6px;
	position: relative;
	top: -1px;
}

.login-bottom {
	background: #171e27;
	border-top: 1px solid #354150;
	display: block;
	padding: 16px 32px;
	text-align: center;
}

.login-bottom a {
	color: #8ec8ff;
	font-size: 13px;
	font-weight: 600;
}

.login-bottom a:hover,
.login-bottom a:focus {
	color: #c7e4ff;
	text-decoration: underline;
}

.page-footer-custom {
	color: #a6b2c1;
	font-size: 12px;
	padding-top: 18px;
	text-align: center;
}

@media (max-width: 560px) {
	body {
		padding: 24px 12px !important;
	}

	.page-login {
		width: min(400px, 100%);
	}

	.login-head,
	.login-body,
	.login-bottom {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 420px) {
	body {
		padding: 18px 10px !important;
	}

	.page-login {
		width: 100%;
	}

	.page-login .page-body {
		margin-top: 18px;
	}

	.login-head {
		font-size: 17px;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.login-body {
		padding-bottom: 24px;
	}
}
