.header_box {
	background: #0B1622;
	position: fixed;
}

.txtl {
	text-align: left;
}

.no_headers {
	width: 100%;
	height: 50px;
}

.slidercaptcha {
	margin: 0 auto;
	width: 314px;
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	margin-top: 40px;
}

.slidercaptcha .card-body {
	padding: 1rem;
}

.slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
	top: -42px;
}

*,
::after,
::before {
	box-sizing: content-box;
}

.container-fluid {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.mask {
	margin: 0px;
	padding: 0px;
}

.dela-presets-container-2 .dela-preset-2-1 {
	font-size: 16px;
	width: 70%;
	min-width: 70%;
}

#email::placeholder {
	color: #aaaaaa;
}

#lpwd::placeholder {
	color: #aaaaaa;
}

#email {
	text-indent: 10px;
}

#lpwd {
	text-indent: 10px;
}

.dela-presets-container-2 {
	background: #0B1622;
	background-size: 100em auto;
	background-position: top;
	padding: 6em 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

body {
	background-color: #0B1622 !important;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.dfs {
	color: #fff;
	margin: 2px 16px 2px 0px;
	padding: 0px 0px 5px 0px;
}

.fsl {
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.fsr {
	color: #aaaaaa;
}

.fd-box {
	width: 200px;
	height: 80px;
	line-height: 80px;
}

.dela-presets-container-2 .dela-preset-container {
	margin: 3.7em 0em 0em 0em;
	display: flex;
	justify-content: center;
}

.dela-presets-container-2 .dela-preset-2-1 input[type="submit"] {
	margin: 0 auto;
	padding: 0;
	display: block;
	color: #0B1622;
	font-family: Roboto;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	min-height: 2.71em;
	background: none;
	border: 0.063em solid #fff;
	border-radius: 0.6em;
	cursor: pointer;
	-webkit-appearance: none;
	background: #c1c1c1;
}

.dela-presets-container-2 .dela-preset-2-1 input[type="email"],
.dela-presets-container-2 .dela-preset-2-1 input[type="password"],
.dela-presets-container-2 .dela-preset-2-1 input[type="text"] {
	color: #fff;
	font-family: Roboto;
	font-size: 1em;
	font-weight: 200;
	width: 100%;
	background: none;
	border: none;
	padding: 0.7em 0;
	border: 1px solid rgba(216, 216, 216, .0784313725);
	margin-bottom: 1.3em;
	border-radius: 0;
	outline: none;
	border-radius: 5px;
	background: rgba(216, 216, 216, .0784313725);
	height: 19px;
}

.dela-presets-container-2 .dela-preset-2-1 .dela-form__rorgot-password {
	display: block;
	margin-top: 1.5em;
	text-align: left;
	padding: 0;
}

.login_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 12px;
}

.login_top .logo {
	font-size: 21px;
	color: #fff;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.login_top a {
	width: 48px;
	text-align: center;
}