@charset "utf-8";

/* CSS Document */

body {
	background: #0D0B33 url(../../resource_login/images/hero-bg1.svg) no-repeat center fixed;
	font-family: 'Source Sans Pro', sans-serif;
	background-size: cover;
	position: relative;
}

body:before {
	content: '';
	position: fixed;
	background: rgb(13 11 51 / 74%);
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

body::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}

body::-webkit-scrollbar-track {
	box-shadow: none;
	background: #131722;
}

body::-webkit-scrollbar-thumb {
	background-color: #373c49;
	outline: none;
}

html,
body {
	height: 100%;
	overflow-x: hidden;
}

.lang {
	right: 2px;
	color: #E8E8E9;
	padding: 6px 10px;
	background: #fff;
	margin: 10px;
	border-radius: 120px;
}

.lang span {
	color: #111;
	font-size: 15px !important;
}


button.close {
	display: none;
}

.bootbox-body {
	text-align: center;
}

.bootbox .modal-footer {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.top-head-row img {
	height: 55px;
	width: auto;
}

section.login-page.signup-page {
	width: 100%;
	float: left;
	height: 100%;
	top: 0%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
}

section.login-page.signup-page .login-box {
	max-width: 700px;
}

section.login-page.signup-page .login-box form .form-group {
	width: 49%;
	float: left;
}

section.login-page.signup-page .login-box form .form-group:nth-child(odd) {
	float: right;
}

section.login-page.signup-page .login-box form input {
	margin: 0px;
}

section.login-page.signup-page .row.captcharow {
	width: 100%;
	float: left;
	max-width: 320px;
	margin: 0 0 20px 0;
}

section.login-page.signup-page .form-group.multicheck {
	width: 100% !important;
	text-align: left;
	position: relative;
}

section.login-page.signup-page .login-box form .forgot {
	width: 100%;
	float: left;
}

section.login-page.signup-page .login-box form .form-group.buttongroup {
	width: 100%;
}

.login-page .logo img {
	text-align: center;
	width: 150px;
	margin: 0;
	padding: 15px 0;
}

.logo {
	text-align: center;
	width: 100%;
}

.modal-body {
	padding: 25px;
}

.login-box {
	margin: 0 auto;
	width: 100%;
	max-width: 374px;
	background: #080B18;
	padding: 34px 34px;
	border-radius: 30px;
	border: 3px solid rgb(78 75 135);
}

.login-box .form-options.clearfix {
	color: #E8E8E9;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgb(193 199 222 / 61%) !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgb(193 199 222 / 61%) !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgb(193 199 222 / 61%) !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgb(193 199 222 / 61%) !important;
}

.login-box form {
	padding: 0px;
	width: 100%;
	opacity: 1;
}

.login-box form label {
	color: #c1c7de;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	height: auto;
	letter-spacing: -.3px;
	margin: 12px 0 3px 0;
}

.login-box form input[type="text"],
.login-box form input[type="password"],
.login-box form select,
.login-box form textarea,
.login-box input[type=file] {
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 7px;
	color: #c1c7de;
	padding: 13px 15px;
	width: 100%;
	background: #1a1c25;
	font-size: 16px;
	height: auto;
	box-shadow: none !important;
	outline: none !important;
}

.login-box input[type=file] {
	font-size: 12px;
}

.login-box form textarea {
	resize: none;
	height: 100px;
}

.btn {
	box-shadow: none !important;
	outline: none !important;
}

.login-info_description {
	text-align: center;
	margin: 0 0 20px 0;
}

.extra-link {
	padding: 30px 0 0;
	color: #E8E8E9;
	font-size: 15px;
}

.extra-link a {
	color: #2dd98f;
}

.login-info_description p {
	color: #c1c7de;
	font-size: 15px;
	line-height: normal;
	margin-bottom: 20px;
}

.login-info_description p strong {
	font-size: 12px;
	font-weight: 400;
}

b,
strong {
	font-weight: 600;
}

.login-info_description p .iconfont {
	font-size: 16px;
	color: #F84163;
	vertical-align: text-top;
}

.login-info_description h2 {
	color: #E8E8E9;
	margin: 0 0 14px 0;
	font-weight: 600;
}

.LRtitle {
	font-size: 16px;
	color: #666;
	text-align: center;
	font-weight: normal;
	position: relative;
}

.pull-right {
	float: right !important;
}

footer {
	padding: 0 0 60px;
}

.loginrow {
	margin: 50px 0 40px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.6 !important;
}

.login-box form .btn[type="submit"] {
	color: #fff;
	cursor: pointer;
	float: none;
	margin: 20px 0 0;
	text-decoration: none;
	width: 100%;
	/* background: #08A66E; */
	background-image: linear-gradient(275deg, #2dd98f 0%, #0475c6 100%);
	border: 1px solid transparent;
	opacity: 1;
	padding: 9px 25px !important;
	font-size: 16px;
	font-weight: 700;
	border-radius: 120px;
}

.login_section {
	padding: 0px;
	position: relative;
}


.form-group {
	margin-bottom: 10px;
}

.login-box form .forgot a {
	color: #2dd98f;
	font-size: 14px;
}

.header_img {
	display: none !important;
}

.signup {
	color: #000;
	padding: 10px 5px;
	font-size: 12px;
	text-transform: capitalize;
}

.jumbotron.footer {
	background-color: #373f42;
	color: #E8E8E9;
	margin: 100px 0 0;
}

.trucolor {
	/* border-color: #08A66E !important;
	background: #08A66E !important; */
	/*     background-image: linear-gradient(275deg, #50B383 0%, #2B9AEA 100%); */
}

.footer-links a {
	color: #fff !important;
	font-size: 10pt;
}

.footer-links span {
	color: #E8E8E9;
	font-size: 8pt;
	text-transform: capitalize;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
	.login-page .row>.col-md-6.loginleft {
		width: 50%;
	}

	.login-page .row>.col-md-6.loginleft img {
		max-width: 200px;
	}

	section.login-page.signup-page .login-box {
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.login-page:not(.signup-page) {
		position: static;
	}

	.top-head-row {
		padding: 0 0 10px 0 !important;
	}

	.login-page {
		padding: 20px 0;
		height: auto !important;
		min-height: 100%;
	}

	.g-recaptcha:after {
		content: '';
		background: #222222;
		height: 98%;
		width: 90px;
		position: absolute;
		right: 0;
		top: 0;
		border-top: 1px solid #525252;
		border-bottom: 1px solid #525252;
	}

	.g-recaptcha {
		overflow: hidden;
		border-right: 1px solid #525252;
		position: relative;
	}

	p.ng-binding {
		display: none;
	}

	/* .signup-page {
		padding: 60px 0;
	} */
	.login-box form {
		padding: 0px;
		width: 100%;
		opacity: 1;
		margin: 0px auto;
	}

	.login-page .row.loginrow {
		flex-wrap: wrap;
		height: auto;
		display: inherit;
	}


	.login-box form .form-control {
		padding: 10px !important;
	}

	textarea#message {
		max-height: 80px;
	}

	section.login-page.signup-page {
		position: static;
	}

	section.login-page.signup-page .login-box form .form-group {
		width: 100%;
	}

	.top-head-row img {
		height: 55px;
	}

	.login-page .alert.alert-warning span {
		text-align: center;
	}

	.login-info_description p br {
		display: none;
	}
}

.form-group.multicheck {
	margin: 20px 0;
}

p.pwd_info {
	text-align: left;
	line-height: normal;
	margin: 2px 0 0 0 !important;
	float: none;
	display: inline-block;
	color: #c1c7de;
	font-size: 12px;
	font-weight: 400;
}

.multicheck p {
	font-size: 13px;
	margin: 10px 0 10px 0 !important;
}

.multicheck .col-md-4 {
	position: relative;
}

.multicheck input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 15px;
}

.multicheck a {
	text-align: left !important;
	float: left;
	padding: 0 0 0 5px;
}

a.back {
	color: #111;
	padding: 6px 12px;
	background: #ffd800;
	margin: 10px;
	float: left;
	border-radius: 4px;
	max-width: 73px;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	width: 100%;
}

a.back i {
	font-size: 26px;
	float: left;
	line-height: 18px;
	margin: 1px 6px 0 0;
}

.error {
	color: #F84163;
}

.login-box {
	position: relative;
}

.demouser {
	position: absolute;
	top: 25%;
	right: -160px;
	background: rgba(234, 91, 12, 0.32);
	padding: 5px 5px;
	border-radius: 2px;
	z-index: 99999;
	transform: translateY(-50%);
}

.demouser span {
	display: block;
	margin: 2px 0;
	font-size: 12px;
}

/* .lang-dropdown {
	margin: 10px;
} */

.lang-dropdown .dropdown-menu {
	right: 0;
	left: inherit;
}

.lang-dropdown button {
	background: #2dd98f;
	border-radius: 120px;
	padding: 6px 14px;
	color: #080b18;
	font-weight: 600;
}

.lang-dropdown button:hover,
.lang-dropdown button:focus {
	color: #080b18;
}

.lang-dropdown button span {
	margin: 0 0 0 8px !important;
}

.top-head-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	position: relative;
	z-index: 1;
	padding: 20px 0px;
}

.container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}

/* .login-page .top-head-row{
	position: absolute;
    width: 100%;
    left: 0;
    padding: 0 20px;
} */

.modal-content {
	background: rgb(11 11 13);
	border: 1px solid rgb(255 255 255 / 18%);
}

.modal-header {
	padding: 25px;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
	color: #c1c7de;
}

.modal-footer {
	border-top: 1px solid #292929;
}

.modal-body {
	color: #a9a0a0;
}

.bootbox .modal-footer {
	border-top: 1px solid #292929;
}

.alert {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
	padding: 10px 15px;
	line-height: normal;
	margin-bottom: 0;
}

.alert.alert-success {
	background-color: rgb(14 203 129 / 24%);
	border-color: #0ECB81;
	color: #0ECB81;
}

.alert.alert-danger {
	background-color: rgb(248 65 99 / 20%);
	border-color: #F84163;
	color: #F84163;
}

.alert.alert-warning {
	background-color: rgb(45 155 217 / 14%);
	border-color: #ffd800;
	color: #2DD98F;
}

.form-check {
	position: relative;
}

.alert-success .modal-footer .btn-primary {
	background: #ffd800;
	border-color: #ffd800;
}

.otpmodal .modal-dialog {
	width: 90%;
	margin: 30px auto;
	max-width: 500px;
	transform: none !important;
}

.otpmodal .form-group {
	display: flex;
	justify-content: space-between;
}

.otpmodal .form-group .form-control {
	width: 72%;
	padding: 10px 15px;
	float: left;
	height: auto;
	background: #fff;
	border-color: #fff;
	color: #E8E8E9;
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #525252;
	background: #222;
	font-size: 15px;
}

.otpmodal .form-group button {
	width: 25%;
	float: right;
	background: #2dd98f !important;
	border-color: #2dd98f !important;
	color: #000 !important;
	box-shadow: none !important;
	outline: none !important;
}

.modal-footer .btn-primary {
	box-shadow: none !important;
	outline: none !important;
	background: #2dd98f !important;
	border-color: #2dd98f !important;
	color: #000 !important;
}

.multicheck label.form-check-label {
	padding-left: 25px;
	font-weight: 400;
	font-size: 14px;
}

.multicheck label.form-check-label a {
	float: none;
	padding: 0px;
	text-decoration: none;
	color: #2dd98f;
}

.cryptologo {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.fg-pass a {
	color: #E8E8E9;
}

.cryptologo img {
	width: 110px;
	display: inline-block;
	margin: 10px 15px;
}

.socmediaicons {
	text-align: center;
	margin: 45px 0 0;
	position: relative;
	z-index: 9;
}

.socmediaicons a {
	width: 35px;
	height: 35px;
	background: rgb(255 255 255 / 12%);
	color: #E8E8E9;
	display: inline-block;
	line-height: 35px;
	border-radius: 35px;
	margin: 0 3px;
	font-size: 16px;
	transition: 0.5s;
}

.socmediaicons a:hover {
	background: #08A66E;
	color: #fff;
	transition: 0.5s;
}

.socmediaicons a img {
	max-width: 14px;
	margin-top: -3px;
	display: inline-block;
}

.socmediaicons a:hover img {
	filter: brightness(2);
}

.socmediaicons a.stazelink img.staze-black {
	display: none;
}

.socmediaicons a.stazelink:hover img.staze-white {
	display: none;
}

.socmediaicons a.stazelink:hover img.staze-black {
	display: inline-block;
}

.login-page .alert.alert-warning {
	margin: 0 -25px;
	justify-content: center;
	border: none;
}

.login-page .alert.alert-warning span {
	color: #E8E8E9;
	font-size: 13px;
}

.login-page .alert.alert-warning a {
	color: #2DD98F;
}


.copyauthentication .pastebtn {
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	background: #000000 !important;
	border: 2px solid #08A66E !important;
	color: #fff !important;
	padding: 1px 9px;
	border-radius: 4px;
	text-decoration: none !important;
}

.copyauthentication div {
	position: relative;
	width: 72%;
}

.copyauthentication div input {
	width: 100% !important;
}

.form-control[type=file]:before {
	content: 'Choose File';
	position: absolute;
	background: #333541;
	width: 91px;
	height: 32px;
	top: 50%;
	left: 6px;
	text-align: center;
	line-height: 32px;
	transform: translateY(-50%);
	font-size: 14px;
}

.form-control[type=file] {
	position: relative;
	cursor: pointer;
	font-size: 12px;
}



.hero-shape .shape--1 {
	position: absolute;
	top: 21%;
	left: 7%;
}

.hero-shape .shape--2 {
	position: absolute;
	left: 13%;
	top: 59%;
}

.hero-shape .shape--3 {
	position: absolute;
	right: 14%;
	top: 57.5%;
}

.hero-shape .shape--4 {
	position: absolute;
	top: 27%;
	right: 4%;
}

.hero-shape .shape--5 {
	position: absolute;
	bottom: 38px;
	left: 50px;
}

.hero-shape .shape--6 {
	position: absolute;
	bottom: 38px;
	right: 50px;
}

.hero-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.leftToRight {
	-webkit-animation-name: leftToRight;
	animation-name: leftToRight;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.topToBottom {
	-webkit-animation-name: topToBottom;
	animation-name: topToBottom;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


@keyframes topToBottom {
	0% {
		transform: rotateX(0deg) translateY(0px);
	}

	50% {
		transform: rotateX(0deg) translateY(-30px);
	}

	100% {
		transform: rotateX(0deg) translateY(0px);
	}
}

@keyframes leftToRight {
	0% {
		transform: rotateX(0deg) translateX(0px);
	}

	50% {
		transform: rotateX(0deg) translateX(40px);
	}

	100% {
		transform: rotateX(0deg) translateX(0px);
	}
}




@media (max-width: 1200px) {
	.demouser {
		position: static;
		padding: 10px;
		transform: translate(0);
		margin: 0 0 12px 0;
		display: inline-block;
		width: 100%;
	}
}

@media (max-width: 590px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.login-box {
		padding: 23px 23px;
	}

	.cryptologo img {
		width: 85px;
	}
}