.login-bg {
	background-image: url(../images/login_bg-1.jpg) !important;
	background-size: cover;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.loginbox {
	background: rgba(255, 255, 255, 0.4);
	width: 520px;
	height: auto;
	border-radius: 15px;
	padding: 20px 40px;
	box-shadow: -2px 3px 10px 1px rgba(0, 0, 0, 0.27);
	position: relative;
}
/*  */
.logintittle {
	font-size: 26px;
	color: #f05a24;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}

	.logintittle span {
		font-size: 18px;
		font-weight: normal;
		color: #444342;
		display: block;
	}

	.logintittle span, .wlc-text span {
		color: #444342;
		font-weight: normal;
	}

.logintittle, .wlc-text {
	color: #f05a24;
}

.wlc-text {
	font-size: 17px;
	margin-bottom: 51px;
	color: #000;
	text-align: left;
	font-weight: normal;
	display: table;
}

.login-from {
	width: 80%;
}

.login-content .input-div {
	position: relative;
	display: grid;
	grid-template-columns: 7% 93%;
	margin-bottom: 25px;
	padding: 5px 0;
	border-bottom: 1px solid #a5a5a5;
}

	.login-content .input-div.one {
		margin-top: 0;
	}

.icon {
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.i i {
	transition: .3s;
}

.input-div > div {
	position: relative;
	height: 35px;
}

	.input-div > div > h5 {
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		color: #444342;
		font-size: 18px;
		font-weight: 500;
		transition: .3s;
	}

.input-div:before, .input-div:after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #f05a24;
	transition: .4s;
}

.input-div:before {
	right: 50%;
}

.input-div:after {
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after {
	width: 50%;
}

.input-div.focus > div > h5 {
	top: -10px;
	font-size: 16px;
	color: #f05a24;
	left: -26px;
}

.input-div.focus .loginicon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	transition: .3s;
	left: initial !important;
}

.input-div.focus > .i > i {
	color: #f05a24;
}

.input-div > div > input, .input-div.focus .loginicon {
	position: absolute;
	left: -35px;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

.input-div.focus .loginicon {
	height: auto;
	right: 0px;
	width: auto;
	top: 25px;
}

.custom-btn {
	width: 100%;
	height: 45px;
	color: #fff;
	border-radius: 10px;
	padding: 10px 0px;
	font-weight: 700;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
}
/* 15 */
.btn-15 {
	background: #444342;
	border: none;
	z-index: 1;
}

	.btn-15:after {
		position: absolute;
		content: "";
		width: 0;
		height: 100%;
		top: 0;
		right: 0;
		z-index: -1;
		background-color: #f05a24;
		border-radius: 10px;
		box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
		transition: all 0.3s ease;
	}

	.btn-15:hover {
		color: #fff;
	}

		.btn-15:hover:after {
			left: 0;
			width: 100%;
		}

	.btn-15:active {
		top: 2px;
	}
/*  */
.right-half-circle, .left-half-circle {
	position: absolute;
	z-index: 12;
}

.right-half-circle {
	top: 60px;
	right: -10px;
}

.left-half-circle {
	left: -10px;
	bottom: 30px;
}

.half-circle {
	background-color: #f05a24;
	display: inline-block;
	margin: 10px;
	color: white;
	text-align: center;
	vertical-align: top;
	font-size: 15px;
}

	.half-circle.vertical {
		width: 120px;
		height: 240px;
		line-height: 580px;
		text-orientation: upright;
	}

		.half-circle.vertical.right {
			border-radius: 0 100% 100% 0/0 50% 50% 0;
		}

		.half-circle.vertical.left {
			border-radius: 100% 0 0 100%/50% 0 0 50%;
		}

.full-circle {
	background: #fff;
	width: 140px;
	height: 140px;
	border-radius: 100px;
}

.right-half-circle .full-circle {
	position: relative;
	left: 50px;
	top: 51px;
}

.left-half-circle .full-circle {
	position: relative;
	left: -70px;
	top: 51px;
}

#triangle-bottom-right {
	width: 0;
	height: 0;
	border-bottom: 150px solid #f05a24;
	border-left: 150px solid transparent;
	border-radius: 0px 0px 20px;
	position: absolute;
	bottom: -1px;
	right: -2px;
}

.traingle-text {
	position: relative;
	left: -50px;
	top: 97px;
	width: 84px;
	display: table;
	left: -90px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

	.traingle-text a {
		color: #fff;
	}

.loginlogo img {
	width: 100%;
}

.loginlogo {
	position: relative;
	left: 150px;
	top: 70px;
}

.loginnote {
	position: relative;
	top: 88px;
	left: 110px;
	font-size: 18px;
}

	.loginnote span {
		color: #f05a24;
		font-weight: 500
	}

.left-half-circle .full-circle {
	box-shadow: 14px 8px 20px 8px rgba(0, 0, 0, 0.27);
}

.right-half-circle .full-circle {
	box-shadow: -26px 8px 20px 8px rgba(0, 0, 0, 0.27);
}

.linktxt {
	color: #000000;
	font-size: 14px;
}

.login-bg {
	background-size: cover;
	background-image: url("https://vpsland.com/blog/wp-content/uploads/2016/04/linux-vps-benefits-g.jpg");
}

#textarea {
	width: 50%;
}

#blur {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url(../images/login_bg.jpg);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.focusbg {
	background-image: url(../images/login_bg.jpg) !important
}

	.focusbg .right-half-circle .full-circle.shadow::before, .focusbg .right-half-circle .full-circle.shadow::after {
		content: '';
		position: absolute;
		top: -4px;
		left: -4px;
		background: linear-gradient(45deg, #77dcfe, #faf4b2, #ff9adb, #7674e9, #e11d74, #ee495b, #f09f36, #71e748);
		background-size: 400%;
		width: calc(100% + 1px);
		height: calc(100% + 1px);
		z-index: -1;
		animation: animate 25s linear infinite;
		border-radius: 100px;
	}

	.focusbg .right-half-circle .full-circle.shadow::after {
		filter: blur(40px);
	}

@keyframes animate {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
}

.line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.focusbg .line::after {
	content: "";
	display: block;
	position: fixed;
	height: 15vh;
	width: 1px;
	bottom: -50%;
	left: -50;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1b8a7 75%, #fff 100%);
	-webkit-animation: drop 5s 0s infinite;
	animation: drop 5s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
	margin-left: -10%;
}

	.line:nth-child(1)::after {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

.line:nth-child(2) {
	margin-left: -5%;
}

	.line:nth-child(2)::after {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}

.line:nth-child(3) {
	margin-left: -20%;
}

	.line:nth-child(3)::after {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

.line:nth-child(4) {
	margin-left: -15%;
}

	.line:nth-child(4)::after {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

.line:nth-child(5) {
	margin-left: -20%;
}

	.line:nth-child(5)::after {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

.line:nth-child(5) {
	margin-left: -25%;
}

	.line:nth-child(5)::after {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

.line:nth-child(6) {
	margin-left: -30%;
}

	.line:nth-child(6)::after {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

.line:nth-child(7) {
	margin-left: -35%;
}

	.line:nth-child(7)::after {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

.line:nth-child(8) {
	margin-left: -40%;
}

	.line:nth-child(8)::after {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

.line:nth-child(9) {
	margin-left: -45%;
}

	.line:nth-child(9)::after {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

.line:nth-child(10) {
	margin-left: -50%;
}

	.line:nth-child(10)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(11) {
	margin-left: -55%;
}

	.line:nth-child(11)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(11) {
	margin-left: -55%;
}

	.line:nth-child(11)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(12) {
	margin-left: 5%;
}

	.line:nth-child(12)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(13) {
	margin-left: 10%;
}

	.line:nth-child(13)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(14) {
	margin-left: 15%;
}

	.line:nth-child(14)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(14) {
	margin-left: 20%;
}

	.line:nth-child(14)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(15) {
	margin-left: 25%;
}

	.line:nth-child(15)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(16) {
	margin-left: 30%;
}

	.line:nth-child(16)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(17) {
	margin-left: 35%;
}

	.line:nth-child(17)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(18) {
	margin-left: 40%;
}

	.line:nth-child(18)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(19) {
	margin-left: 45%;
}

	.line:nth-child(19)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(20) {
	margin-left: 50%;
}

	.line:nth-child(20)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

.line:nth-child(21) {
	margin-left: 55%;
}

	.line:nth-child(21)::after {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

@-webkit-keyframes drop {
	0% {
		bottom: -50%;
	}

	100% {
		bottom: 110%;
	}
}

@keyframes drop {
	0% {
		bottom: -50%;
	}

	100% {
		bottom: 110%;
	}
}

.halonix-certif-image {
	width: 100px;
	position: fixed;
	right: 50px;
	top: 0px;
	display: none
}

.ftr {
	padding: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	font-size: 14px;
}

	.ftr a {
		color: #000;
	}

.alert.alert-error {
	padding: 0px;
	margin: 0px;
}

	.alert.alert-error ul {
		padding: 0px;
		padding: 0px;
		margin: 0px 0px 15px 13px;
	}

		.alert.alert-error ul li {
			list-style: none
		}


.ftr-login {
	position: absolute;
	bottom: 8px;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	left: 90px;
	display: none
}



.login-alert {
	position: absolute;
	top: 120px;
}

	.login-alert ul {
		margin: 0px !important;
		font-size: 12px:
	}

		.login-alert ul li {
			font-size: 12px
		}

.right-half-circle, .left-half-circle {
	display: none;
}

.loginlogo {
	position: absolute;
	left: 0;
	right: 0px;
	top: 70px;
	margin: 0px AUTO;
	display: table;
}

	.loginlogo img {
		width: 520px;
	}

.login-from {
	width: 100%;
}

.workflow-img {
	width: 200px;
	margin: 0px auto 20px;
	display: table;
}

.login-content .input-div {
	position: relative;
	display: grid;
	grid-template-columns: 7% 93%;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #a5a5a5;
	border-radius: 7px;
	height: 50px;
	background: #fff;
}

.input-div.focus > div > h5 {
	top: -10px;
	font-size: 16px;
	color: #f05a24;
	left: -34px;
	background: rgba(255, 255, 255, 0.8);
	padding: 1px 8px;
	border-radius: 8px;
}


.input-div:before, .input-div:after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #fff;
	transition: .4s;
	border: 1px solid #f05a24;
	height: 60px;
}

.input-div:before, .input-div:after {
	display: none;
}

.login-content .input-div.focus {
	border: 1px solid #f05a24;
}


.passwordicon {
	cursor: pointer;
	width: 24px;
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 999;
}

	.passwordicon img {
		width: 20px;
	}

.input-div.focus .password-icon .loginicon {
	right: 32px;
	display: none;
}

.loginworkflow {
	text-align: center;
	margin-bottom: 20px;
	width: 300px;
	display: table;
	position: relative;
	margin: 0px auto 50px;
}

.heading-login {
	text-align: center;
	font-size: 58px;
	margin: 0px;
}

.sub-heading-login {
	font-size: 21px;
	text-align: right;
	width: 100%;
	display: table;
	position: absolute;
	right: 20px;
	bottom: -21px;
}

.fn-n {
	font-weight: normal;
}
