@charset "UTF-8";

/* Application Fonts*/

@font-face {
	font-family: 'gothic';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/gothic/gothic-9a7bcf3c1eb7e01e00b68fb984bc2f2f.eot');
	/* IE9 Compat Modes */
	src: local('gothic'), local('gothic'), url('../fonts/gothic/gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/gothic/gothic-ffbe958131c3fbd3be12cb0ca6ff081a.woff') format('woff'), /* Modern Browsers */
	url('../fonts/gothic/gothic-34cc487b3cb7d06dc0233644b2fd40da.ttf') format('truetype'), /* Safari, Android, iOS */
}


/*************** Login page styles ********************/

body {
	font-family: "gothic", Arial, Helvetica, sans-serif;
}

.loginWrap {
	background: #fff;
	min-height: 610px;
	box-shadow: 0px 0px 8px 1px #dcd4dd;
	border-radius: 5px;
	padding:20px 40px 40px 25px;
	margin:0px 0px 20px 0px;
	background: #E7D4E9;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ffffff, #E7D4E9);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ffffff, #E7D4E9);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.landingbg .loginWrap{
	background: url(../../images/brand/loginbg_landcape-bfb34ad4bad02bbf161c8f8f16fcf11c.png) no-repeat right center;
	background-size: cover;	
}

.loginWrap label {
	color: #666;
	font-size: 12px;
}

.loginbg {
	background: url(../../images/brand/landscape.png) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.loginbg body {
	background: transparent;
	font-family: "gothic", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.loginbg .panel {
	background: #f9f9f9;
	border-radius: 4px;
	border: 1px dashed #ccc;
}

.lgn-logo {
	background: url(../../images/brand/landinglogo-3582d064bb664e42a137cb8ee1884afd.png) no-repeat center center;
	height: 80px;
	clear: both;
	width: 280px;
	background-size: 100%;
}

.tagline {
	font-size: 4vw;
	color: #004880;
	font-weight: 700;
}

.hilit {
	padding: 5%;
	margin: 1%;
	border-radius: 15px;
}

.hilit_firstime {
	background: rgba(255, 255, 255, 0.8);
	padding: 3%;
	margin: 1%;
	border-radius: 5px;
}


/***************Secure Image Styles ***************/

.secureImg img {
	border: 3px solid #fff;
	border-radius: 50%;
	width: 70px;
    height: 70px;
}


/* Login Input Styles */

.loginWrap .form-control {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #D1D1C8;
	box-shadow: none;
	height: 40px;
	box-shadow: 1px 1px 0px 1px rgb(0 0 0 / 8%);
	color: #7e7e7e;
	font-size: 12px;
}
.hilit.impInfo {
	width: 100%;
	display: block;
	border-radius: 8px;
	border: 1px #ccc dashed;
	padding: 15px;
	background: #fff;
	margin-left: 0;
	margin-bottom: 40px;
  }
  .impInfo h4 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #64166C;
}
.impInfo p, .impInfo a {
    font-size: 85%;
}
.read_more{
	margin-left: 68%;
}
/************** virtual key pad ***************/

.keyboard_wrap a.keys {
	font-size: 1.15em;
	font-weight: bold;
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-top: 2px;
	border: solid 1px #dedede;
	border-bottom: 2px solid #b3b3b3;
	color: #6b6b6b;
	background: #fdfdfb;
	text-decoration: none;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #fff;
}

.keyboard_wrap a.btn,
.keyboard_wrap a.caps {
	font-size: 1.15em;
	font-weight: bold;
	display: inline-block;
	width: 100px;
	height: 30px;
	padding-top: 2px;
	border: solid 1px #999;
	color: #666;
	background: #eee;
	text-decoration: none;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	border-radius: 3px;
}

.keyboard_wrap a.keys:hover {
	background: #54075B;
	color: #fff;
	text-shadow: -1px -1px 0px #54075B;
}

.keyboard_wrap a.btn:hover,
.keyboard_wrap a.caps:hover {
	background: #54075B;
	color: #fff;
	text-shadow: -1px -1px 0px #54075B;
}

.keyboard_wrap a.highlight {
	background: #333;
	color: #eee;
	text-shadow: -1px -1px 0px #000;
}

.keyboard_wrap {
	background: rgba(255, 255, 255, 1);
	border-radius: 10px 10px;
	padding: 15px;
}

.outer_keyboard {
	position: absolute;
	left: 0;
	top: 200px;
	display: none;
	width: 100%
}

#mydiv {
	position: absolute;
	z-index: 9;
	padding: 10px;
	cursor: move;
	z-index: 9;
	background-color: #54075b;
	color: #fff;
	border-radius: 10px 10px;
	box-shadow: 1px 1px 5px #ccc;
}

#mydivheader {
	color: #fff;
	font-size: 18px;
	padding: 5px 10px 10px;
	cursor: move;
	z-index: 10;
}

.hider {
	display: block;
	width: 100%;
	height: 100%;
	background: #2d3e50;
	position: absolute;
	left: 0px;
	z-index: 99999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	.loginbg {
		background: url(../../images/brand/landscape-4fa8aa4df9bc9bccba4e0c338433d845.jpg) no-repeat bottom center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

@media screen and (max-width: 667px) {
	.lgn-logo {
		background-size: 75%;
		margin: 0 auto;
	}
	.loginWrap{
		padding: 15px;
	}
}

.forgot {
	margin-top: 0px;
}

.forgot a {
	background-color: #f3f3f3 !important;
	font-size: 12px;
	border-color: #ccc !important;
	color: #333 !important;
}

.passGroup {
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.passGroup .panel-body {
	background: rgba(0, 0, 0, 0.4);
}

.passGroup .panel-default {
	border: 1px solid transparent;
}

.passGroup label {
	color: #fff;
}

.passSecImg {
	position: relative;
	float: left;
	padding: 0 15px;
}

.passSecImg .control {
	top: -32px;
	left: 5px;
}

.passSecImg .control--radio .control__indicator {
	border-radius: 10%;
}

.passSecImg .control--radio .control__indicator:after {
	top: -1px;
	left: 5px;
	width: 8px;
	height: 8px;
	content: "\2713";
	background: none;
	font-weight: bold;
	color: #333;
}


/************* Footer styles ******************/

.login-footerwrap {
	background-color: #54075b;
	font-size: 10px;
	color: #c0c0c0;
	bottom: 0;
	display: block;
	height: 30px;
	position: fixed;
	width: 100%;
}

.login-footerwrap .copyrights {
	color: #fff;
	font-size: 10px;
	margin: 6px 10px;
}

.login-footerwrap .userfullLinks {
	margin-top: 3px;
	margin-left: 10px;
}

.login-footerwrap .userfullLinks a {
	color: #fff;
	font-size: 10px;
	padding: 6px 0px;
}

.login-footerwrap .userfullLinks a:after {
	content: "|";
	margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.login-footerwrap {
		height: 60px;
		text-align: center;
	}
	.loginbg {
		background: url(../../images/brand/portrait-7fde2f4b844cc331c0ba4a8a19dd72dd.jpg) no-repeat top center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.login-footerwrap .copyrights {
		float: right;
	}
	.login-footerwrap .userfullLinks {
		float: left;
	}
}


/*Css for captcha added on 15-03-2021*/

.captchaDiv .captcha_img {
	width: 200px;
}

.captchaDiv .captcha_img img {
	border-radius: 5px 0 0 5px;
}

.captchaDiv .captcha_button button {
	padding: 15px 15px 15px;
	border: none;
	border-left: 1px solid #ccc;
	background: #f7f7f7;
	border-radius: 0 5px 5px 0;
}


/* login error msg style */

.hilit p.help-block {
	background: #ffecef;
	padding: 2px 5px;
	margin-top: 0px;
	border: 1px solid #a94442;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 0;
	font-size: 13px;
}

.hilit .ws-errorbox {
	position: relative;
	z-index: 1;
	margin-top: -3px;
}


/* Prelogin pages */

.hilit_firstime p.help-block .hilit .ws-errorbox {
	position: relative;
	z-index: 1;
	margin-top: -3px;
}

.keyboard_first {
	margin-top: 0 !important;
	margin-bottom: 15px;
}

.keyboard_first a.keys {
	width: 25px !important;
	height: 25px !important;
	font-size: 1em !important;
}

.keyboard_first a.btn,
.keyboard_first a.caps {
	height: 25px !important;
	font-size: 1em !important;
}

.hilit_firstime .panel-heading a {
	color: #333;
}

.hilit_firstime .panel-heading {
	cursor: default;
}

.hilit_firstime .progress {
	margin-top: -10px;
}


/* Secure Image */

.secureImg_register {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
	cursor: pointer;
}

.secureImg_register .control {
	top: -32px;
	left: 5px;
}

.secureImg_register .control--radio .control__indicator {
	border-radius: 10%;
	color: rgba(0, 0, 0, 0.7);
}

.secureImg_register .control--radio .control__indicator:after {
	top: -1px;
	left: 5px;
	width: 8px;
	height: 8px;
	content: "\2713";
	background: none;
	font-weight: bold;
}

.registration .control {
	font-size: 18px;
}

.password_policy {
	font-size: 12px;
}

.password_policy .text-success::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	font-size: 12px;
	width: 8px;
	height: 8px;
}

.password_policy .text-danger::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00d";
	font-size: 12px;
	width: 8px;
	height: 8px;
}

.progress {
	height: 6px;
	width: 150px;
	margin-top: 6px;
}

.important_link {
	line-height: 22px;
	margin: 15px 15px 0;
}

.important_link a {
	color: #333;
}

.security_tips {
	/* background: rgba(255, 255, 255, 0.1); */
	border-radius: 15px;
	padding:40px 40px 40px 25px;
	/* margin: 1% auto 0; */
	width: 100%;
}

.welcome_txt h2 {
	color: #be7028;
	margin-bottom: 0px;
	text-shadow: 0px 0px 10px #fff4de;
	text-align: center;
}

.welcome_txt h1 {
	color: #64166C;
	margin: 0px 0px 25px 0 !important;
	text-shadow: 0px 0px 10px #fff4de;
	font-weight: bold;
	text-align: center;
}

.welcome_txt h3 {
	color: #54075B;
	margin-top: 5px;
}

.security_tips h2 {
	color: #7f7f7f;
	margin-bottom: 0px;
}

.security_tips h1 {
	color: #64166C;
	margin: 0px 0px 25px 0 !important;
}

.security_tips h3 {
	color: #54075B;
	margin-top: 5px;
}

.security_tips ul {
	padding: 0px 0px 0px;
}

.security_tips ul li {
	margin-left: 15px;
	margin-top: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.security_tips ul li span {
	background: url(../../images/common/arrow-fb911eff9cf535b7edebc292f5a4f7ff.svg) no-repeat left top;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.security_tips ul li a {
	line-height: 18px;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	vertical-align: top;
}

.security_tips_pop ul {
	padding: 0px 0px 0 20px;
}

.footerwrap {
	background-color: #54075b;
	font-size: 10px;
	height: 30px;
	left: 0;
	color: #c0c0c0;
	line-height: 28px;
	padding: 0 10px;
	position: fixed;
}

.footerwrap .userfullLinks a {
	color: #c0c0c0;
}

.footerwrap .userfullLinks a:before {
	content: "|";
	margin-right: 5px;
}

.footerwrap .userfullLinks a:first-child:before {
	display: none;
}

.hilit {
	width: 100%;
	display: block;
	border-radius: 4px;
	padding: 5px;
}

.hilit1 {
	width: 100%;
	display: block;
	border-radius: 4px;
	border-right: 1px #ccc dashed;
	padding: 5px;
	min-height: 200px;
}
.hilit1.noborder {
	border-right: none;
}
.loginWrap h4 {
	color: #64166C;
	font-size: 20px;
}

.loginWrap .form-control-feedback {
	font-size: 20px;
	top: 5px;
	right: 5px;
}

.login_container
{

	background: rgba(255, 255, 255, 0.9);
	padding: 20px 15px;
	border-radius: 8px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);	
}





.secureImg 
{
	padding:5px !important;
}

.security_panel
{
	margin-bottom: 10px !important;
}


.login_container form {
    width:85%;
    margin: 0px auto 15px auto;
}


/*bg animation*/

.area {
	width: 100%;
	height: 100vh;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 40px;
	height: 40px;
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	background-image: url(../../images/common/poly-filled-a487a75757fca30096250f1cdbe5bb8f.svg);
	left: 25%;
	width: 100px;
	height: 100px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	background-image: url(../../images/common/poly-outline-fb035fa69a9fb613a38e19a580a278bf.svg);
	left: 10%;
	width: 40px;
	height: 40px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	background-image: url(../../images/common/poly-filled-a487a75757fca30096250f1cdbe5bb8f.svg);
	left: 70%;
	width: 40px;
	height: 40px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	background-image: url(../../images/common/poly-outline-fb035fa69a9fb613a38e19a580a278bf.svg);
	left: 40%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	background-image: url(../../images/common/poly-filled-a487a75757fca30096250f1cdbe5bb8f.svg);
	left: 65%;
	width: 40px;
	height: 40px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	background-image: url(../../images/common/poly-outline-fb035fa69a9fb613a38e19a580a278bf.svg);
	left: 75%;
	width: 130px;
	height: 130px;
	animation-delay: 2s;
}

.circles li:nth-child(7) {
	background-image: url(../../images/common/poly-filled-a487a75757fca30096250f1cdbe5bb8f.svg);
	left: 35%;
	width: 170px;
	height: 170px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	background-image: url(../../images/common/poly-outline-fb035fa69a9fb613a38e19a580a278bf.svg);
	left: 50%;
	width: 45px;
	height: 45px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	background-image: url(../../images/common/poly-filled-a487a75757fca30096250f1cdbe5bb8f.svg);
	left: 20%;
	width: 35px;
	height: 35px;
	animation-delay: 1s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	background-image: url(../../images/common/poly-outline-fb035fa69a9fb613a38e19a580a278bf.svg);
	left: 85%;
	width: 170px;
	height: 170px;
	animation-delay: 0s;
	animation-duration: 11s;
}

.circles li:nth-child(11) {
	background-image: url(../../images/common/poly-filled-a487a75757fca30096250f1cdbe5bb8f.svg);
	left: 20%;
	width: 55px;
	height: 55px;
	animation-delay: 1s;
	animation-duration: 35s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 10%;
	}
	100% {
		transform: translateY(-1000px) rotate(720deg);
		-webkit-transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 10%;
	}
}

@-webkit-keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 10%;
	}
	100% {
		transform: translateY(-1000px) rotate(720deg);
		-webkit-transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 10%;
	}
}
@media screen and (max-width: 1024px) { 
	.read_more {
		margin-left: 82%;
	  }
}
@media screen and (max-width: 820px) { 
	.read_more {
		margin-left: auto;
		text-align: right;
	  }
	  .landingbg .loginWrap{
		background-image: url(../../images/brand/loginbg_portrait.png);
		background-position: right bottom;
	}
	.hilit.impInfo {
		border: none;
		
		margin-top: 15px;
	}
	.landingbg .loginWrap{
		min-height: auto;
	}
}

@media screen and (max-width: 767px) {
	.security_tips {
		margin-top: 20px;
		background: rgba(255, 255, 255, 1);
	}
	.tagline {
		font-size: 10vw;
	}
	.hilit.impInfo {
		margin-bottom: 0;
	}
}