
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');
/* --------------------------------------------------------------------------------------
+
+ Reset
+
-------------------------------------------------------------------------------------- */
*{ margin:0px; padding:0px;text-shadow: 0 0 0 transparent;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline;}
:focus{ outline:0; }
html, body{ height: 100%;-webkit-font-smoothing: antialiased; font-smoothing: antialiased;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body { line-height:1; }
ol,ul { list-style:none;}
table {border-collapse:separate; border-spacing:0;}
caption,th,td { font-weight:normal; text-align:left;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
a, img { border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
small { font-size: 0.8em;}
a, a:active, a:hover { outline: 0;text-decoration:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block;}

svg:not(:root) { overflow: hidden;}
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button,input {line-height: normal;}
button,select { text-transform: none; }
button,html input[type="button"], input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; }
/*-------------------*/
b, strong{ font-weight: normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; margin-bottom:0em;}
hr{ -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
::-moz-selection{ background: #e7e7ff; text-shadow: none; color:#8080ca;}
::selection{ background: #e7e7ff; text-shadow: none; color:#8080ca;}
p{ margin-bottom: 0;}
img{vertical-align: middle;}
/* Transitions 
a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration:none;
}
*/
input[type=text],
input[type=password],
textarea{
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	/*-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;*/
}


/**********************************************/
/*     CLEAR             					  */
/**********************************************/
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}
.clear{
	clear:both;
	line-height:1px;
}
/* --------------------------------------------------------------------------------------
+
+ Structure (for every page in the theme)
+
-------------------------------------------------------------------------------------- */
body {
	font-family: 'Work Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:1.2;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.login{



background: rgba(59,146,228,1);
background: -moz-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59,146,228,1)), color-stop(100%, rgba(151,113,218,1)));
background: -webkit-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: -o-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: -ms-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: linear-gradient(to bottom, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b92e4', endColorstr='#9771da', GradientType=0 );

	
}
.loginner{
	width: 100%;
	/*background: url(../images/world_map1.png) no-repeat -40px 50px; */
	height:100%;
}
.homelogo{
	padding:4% 0 45px 0;
	text-align:center;
}
.homelogo img{
	width: 280px;
	height: auto;
}
.homebtmlogo{
	position: absolute;
	bottom: -16px;
	width: 100%;
	text-align: center;
}
.homebtmlogo img{
	width: 280px;
	height: auto;
}

.loginCon{
	width:480px;
	margin:auto;
	background:#ffffff;
	-moz-box-shadow: 0 0 6px rgba(14, 14, 14, 0.19);
	-webkit-box-shadow:  0 0 6px rgba(14, 14, 14, 0.19);
	-o-box-shadow:  0 0 6px rgba(14, 14, 14, 0.19);
	box-shadow:  0 0 6px rgba(14, 14, 14, 0.19);
	border-radius:8px;
}
.loginHead{
	
}
.loginHead img {
	display: none;
}
.loginHead span{
	font-size:18px;
	color:rgba(9,9,9,.4);
	/*padding-left:14px;*/
	vertical-align:bottom;
}
.loginForm{
	padding:30px 0 30px 0;
	position:relative;
}
.frmField{
	/*padding-bottom:18px;*/
	/*padding-top: 10px;*/
}	
.frmLable{
	width:50px;
	float:left;
	text-align:center;
	padding-top:10px;
}
.frmTxt{
	
	width:100%;
	margin:auto;
	
}
.frmTxt span{
	color: #737373;
	font-size: 14px;
	line-height: 15px;
	padding: 5px 0 0 12px;
	text-align: left;
}
.frmTxtbox:hover, .frmTxtbox:active {
	border: 1px solid #4B8DE2;
    border-radius: 3px;
}
.frmTxtbox{
	height:45px;
	line-height:45px;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:none;
	padding:0 10px;
	width:100%;
	color:#000;
	font-size:16px;
	border:1px solid #e6e6e6;
	
	
}

.effect-16 ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.frmBtm{
	padding: 0;
	width: 100%;
	margin: auto;
}
.forgotLnk{
	font-size:17px;
	color:#3fa0bd;
	text-decoration:underline;
	float:left;
	display: none;
}
.loginLnk, .canotpLnk{
	width:100%;
	display:block;
	background:#4B8DE2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	font-size:18px;
	color:#fff !important;
	line-height:45px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	padding:0 20px;	
	margin:10px auto 0 auto;
	float: left;
}
input:invalid, .invalid_box{
	border:1px solid #ff8686!important;
}
.invalid_errors{
	color: #D42D31;
    font-size: 16px;
    line-height: 20px;
	display:none;
	text-align: center;
}
.invalid_success{
	color: #3c763d;
    font-size: 15px;
    line-height: 18px;
	display:none;
	position: absolute;
	top:150px;
	text-align:center;
	width:100%;
}

.loginForm .invalid_errors{
	
    position: absolute;
	top:133px;
	text-align:center;
	width:100%;
   
}
#candidateotp .invalid_errors{
	top:158px;
}
.home-footer{
	text-align:center;
	/*position:relative;*/
	color:#fff;
	font-size:14px;
	padding:25px 0 0 0;

}
.home-footer1{
	color:#737373 !important;
}
.home-footer a{
	color:#fff;
	border-bottom:1px solid #fff;
}

.home-footer1 a{
	color:#737373 !important;
	border-bottom:1px solid #737373 !important;
}

.can-footer{
	text-align:center;
	position:relative;
	color:#737373;
	font-size:14px;
	padding:10px 0 0 0;
	
}
.can-footer a{
	color:#713EBA;
	border-bottom:1px solid #713EBA;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}

.home-left{
	float:left;
	width:50%;
	height:100%;
	position:relative;
	z-index:99;
}
.home-right{
	width: 100%;
    height: 100%;
    max-width: 600px;
    margin: 0px auto;
		
}
.home-left h1{
	color:#fff;
	font-size:32px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	text-align:center;
	padding:0;
	margin: 35% 0 0 0;
}
.home-left h2{
	color:#fff;
	font-size:22px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	text-align:center;
	padding:0;
	margin: 10px auto 0 auto;
	line-height: 25px;
	width: 80%;
}
.home-left h1 a{
	color:rgba(255,255,255,.7);
}
.home-lf-bg{
	width:100%;
	height:100%;
	background-size:contain;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 50%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    
}
.inner h1{
	color:#fff;
	font-size:24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	text-align:center;
	padding:0 0 20px 0;
	width:90%;
	margin:auto;
	
}
.loginForm h2{
	color:#1A1A1A;
	font-size:18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	text-align:center;
	padding:0 0 10px 0;
	width:450px;
	margin:auto;
	/*display: contents;*/
}
.canDescTxt span {
	font-size: 16px;
}
.loginForm span {
	font-size: 12px;
	/*margin-bottom: 10px;*/
	display: block;
}
.formLable{
	color:#585858;
	font-size:18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	text-align:left;
	padding:0 0 10px 0;
	width:450px;
	margin:auto;
}
.form_box {
	border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin: 20px 20px;
    padding: 15px;
    box-shadow: 0 0 5px #e6e6e6;
}
.forgotblk{
	
}
.forgotblk{
	float: left;
	color: #4B8DE2;
	margin: 10px 0 0 0;
	line-height: 40px;
	font-size:18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.canDescTxt{
	color:#1A1A1A;
	font-size:14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	text-align:center;
	padding:0 0 10px 0;
	width:450px;
	margin:auto;
	/*text-align: left;*/
}
.canDescTxt span{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
}
.canback{
	margin: 25px;
	display: block;
}
.icon_content {
	text-align: left;
	padding: 0 0 0 17px;
}
.loading {
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 99999;
	left:0px;
	top:0px;
}

.loader {
	margin: 20% auto 0;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid #bcbcbc;
	border-right: 5px solid #bcbcbc;
	border-bottom: 5px solid #bcbcbc;
	border-left: 5px solid #e2e2e3;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loader, .loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.canqslogo{
	position: absolute;
	left:40px;
	top:25px;
}

.canqslogo1{
	position: absolute;
	right:10px;
	top:63px;
}

.canqslogo img{
	/*width: 150px;*/
}

div.selector {
	
	border: 1px solid #e6e6e6;
	line-height: 55px; 
	height: 55px;
	display: inline-block; 
	vertical-align: middle; 
	zoom: 1; 
	margin: 0; 
	padding: 0 0 0 10px; 
	cursor: pointer; 
	font-size: 20px;
	overflow: hidden; 
	border-radius:5px;
	background:#fff;
	width:440px;
}

div.selector span {
	display: block;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	color: #636363; 
	padding: 0 20px 0 0; 
	background: url(../images/fliarw.png) no-repeat 97%; 
	cursor: pointer; 
	font-size: 20px; 
	height: 55px; 
	line-height: 55px;
	text-align:left;
}
div.selector select {
	position: absolute; 
	opacity: 0; 
	filter: alpha(opacity:0); 
	height: 55px; 
	border: none; 
	background: none; 
	font-size: 20px; 
	border: solid 1px #e6e6e6;
	top: 0px; 
	left: 0px;
	color: #636363;
	 width: 460px;
	 margin:0 15px 0 0;
	 
} 
div.selector.disabled, div.selector.disabled.active {
    background: #dddddd;
}
.cntryDD{
	height:55px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0;
	padding:0 10px;
	width:430px;
	color:#636363;
	font-size:20px;
	border:1px solid #e6e6e6;
	background: url(../images/fliarw.png) no-repeat 97%; 
	position: relative;
	cursor: pointer;
}
.cntryIcon{
	width: 35px;
	height: 35px;
	float: left;
	display: block;
	margin: 10px 0 0 5px;
}
.cntryIcon img{
	width: 35px;
	height: 35px;
}
.cntryName{
	color:#000;
	font-size:18px;
	line-height: 50px;
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
}
.cntryDrpDwn{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 55px;
	left: 0;
	width: 450px;
	border: solid 1px #e6e6e6; 
	background: #fff;
		-moz-box-shadow: 0 0 8px rgba(14, 14, 14, 0.19);
	-webkit-box-shadow:  0 0 8px rgba(14, 14, 14, 0.19);
	-o-box-shadow:  0 0 8px rgba(14, 14, 14, 0.19);
	box-shadow:  0 0 8px rgba(14, 14, 14, 0.19);

}

.cntryDrpDwn li{
	border-bottom: solid 1px #e6e6e6; 
	padding: 0 10px;
	display: block;
	cursor: pointer;
	width: 430px;
	display: block;
}

.cntryDrpDwn li span.drdwntxt{
	color:#000;
	font-size:18px;
	line-height: 50px;
	float: left;
	padding: 0 0 0 20px;
	width: 350px;
	text-align: left;
}
.cntryDrpDwn li span.drdwnimg{
	float: left;
	width: 35px;
	height: 35px;
	padding: 8px 0 0 5px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#mobile_login {
	display: none;

}

.welcome_login {
	padding:20px;
}
.welcome_login h1 {
	color: #1A1A1A;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
.invalid_error_pop {
	color: #D42D31;
    font-size: 18px;
    line-height: 16px;
    padding-top: 15px;
}
@media (max-width: 480px) {

body {
	overflow: auto;

}
.login {
	background: rgba(59,146,228,1) !important;
}
 .home-left{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 20px 0;
}
.canqslogo{
    position: relative;
    left:auto;
    top:auto;
    float: left;
    padding: 0 0 0 20px;
}
.canqslogo img{
    width: 100px;
    height: auto;
}
.canqslogo1 img{
    width: 60px;
    height: 60px;
}

.canqslogo1{
    position: relative;
    right:auto;
    top:auto;
    float: right;
    padding: 0 25px 0 0;
}
.home-left h1{
  display: none;
}
.home-left h2{
	 width: 100%;
   float: left;
   text-align: center;
   padding: 10px 0 10px 0px;
    /*display: none;*/
}
.home-right{
    float:left;
    width:100%;
    height:auto;
        
}   
.middle{
    vertical-align: top;
}
.homebtmlogo{
    display: none;
}

.loginCon{
    width:90%;
    margin:10px auto 10px auto ;
   
}

.loginForm h1{
   width:90%;
   font-size:20px;
   padding:0 0 20px 0;
    
}
.loginForm h2{
     width:90%;
}
.formLable{
     width:90%;
}
.frmTxt{
     width:90%;
}

.cntryDD{
    width:90%;
}
.cntryIcon{
    
}
.cntryIcon img{
   
}
.cntryName{
    color:#000;
    font-size:18px;
    line-height: 50px;
    float: left;
    width: 200px;
    padding: 0 0 0 20px;
}
.cntryDrpDwn{
   width:95%;

}

.cntryDrpDwn li{
   width:90%;
}

.cntryDrpDwn li span.drdwntxt{
    width: 150px;
}

.frmTxtbox{
   
    width:90%;
    
    
}
.frmBtm, #candidateotp{
    width:100%;

}


.outer {
    width: 100%;
    float: left;
    /*padding-bottom: 40px;*/
    height:auto;
}

.loginLnk,.canotpLnk{
    width:120px;
    font-size:18px;
    line-height:40px;
    margin: 0px auto;
    float: none;
   
}
.home-footer {
	width: 100%;
	float: left;
}
.loginForm {
	padding: 30px 0 50px 0;
}
.home-footer {
	padding-top: 15px;
}

.canback {
	margin: 0px;
	display:inline-block;
	/*padding-left: 20px;*/
}
.canDescTxt {
	display: inline-block;
	vertical-align: middle;
	padding:0px 0px 20px 0px;
	width: 100%;
}
.invalid_success {
	top:10px;
}
.loginForm .invalid_errors {
	top: 3px;
}
.invalid_errors {
	font-size: 15px;
	line-height: 15px;
}
}

@media (min-width: 320px) and (max-width: 568px) {
	body {
	overflow: auto;

}
* {
	box-sizing:border-box;
}
.login {
	background: rgba(59,146,228,1) !important;
}
 .home-left{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 20px 0;
}
.canqslogo{
    position: relative;
    left:auto;
    top:auto;
    float: left;
    padding: 0 0 0 20px;
}
.canqslogo img{
    width: 100px;
    height: auto;
}
.canqslogo1 img{
    width: 60px;
    height: 60px;
}
.welcome_login h1 {
	color: #1A1A1A;
    font-size: 24px;
   font-family: 'Work Sans', sans-serif;
   font-weight: 600;
    text-align: left;
}
.invalid_error_pop {
	color: #D42D31;
    font-size: 18px;
    line-height: 16px;
    padding-top: 15px;
}
.canqslogo1{
    position: relative;
    right:auto;
    top:auto;
    float: right;
    padding: 0 25px 0 0;
}
.home-left h1{
  display: none;
}
.home-left h2{
	 width: 100%;
   float: left;
   text-align: center;
   padding: 20px;
    /*display: none;*/
}
.home-right{
    float:left;
    width:100%;
    height:auto;
        
}   
.middle{
    vertical-align: top;
}
.homebtmlogo{
    display: none;
}

.loginCon{
    width:90%;
    margin:10px auto 10px auto ;
    padding: 0px;
   
}

.loginForm h1{
   width:90%;
   font-size:20px;
   padding:0 0 20px 0;
   float: left;
    
}
.loginForm h2{
     width:90%;
}
.formLable{
     width:90%;
     float: left;
}
.frmTxt{
     width:100%;
}

.cntryDD{
    width:100%;
}
.cntryIcon{
    
}
.cntryIcon img{
   
}
.cntryName{
    color:#000;
    font-size:18px;
    line-height: 50px;
    float: left;
    width: 200px;
    padding: 0 0 0 20px;
}
.cntryDrpDwn{
   width:95%;

}

.cntryDrpDwn li{
   width:90%;
}

.cntryDrpDwn li span.drdwntxt{
    width: 150px;
}

.frmTxtbox{
   
    width:100%;
    
    
}
.frmBtm, #candidateotp{
    width:100%;
}


.outer {
    width: 100%;
    float: left;
    /*padding-bottom: 40px;*/
    height:auto;
}

.loginLnk,.canotpLnk{
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    margin: 10px auto;
    float: none;
   
}
.home-footer {
	width: 100%;
	float: left;
}
.loginForm {
	padding: 20px 0 20px 0;
}
.home-footer {
	padding-top: 5px;
    padding-bottom: 15px;
}

.canback {
	margin: 0px;
	display:inline-block;
	/*padding-left: 20px;*/
}
.canDescTxt {
	display: inline-block;
	vertical-align: middle;
	padding:0px 0px 20px 0px;
	width: 100%;
}
.invalid_success {
	top:10px;
}
.loginForm .invalid_errors {
	top: -9px !important;
}
.invalid_errors {
	font-size: 15px;
	line-height: 15px;
}
}


@media (min-width: 375px) and (max-width: 667px) {
	body {
	overflow: auto;

}
* {
	box-sizing:border-box;
}
.login {
	background: rgba(59,146,228,1) !important;
}
 .home-left{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 20px 0;
}
.canqslogo{
    position: relative;
    left:auto;
    top:auto;
    float: left;
    padding: 0 0 0 20px;
}
.welcome_login h1 {
	color: #1A1A1A;
    font-size: 24px;
   font-family: 'Work Sans', sans-serif;
    text-align: left;
}
.invalid_error_pop {
	color: #D42D31;
    font-size: 18px;
    line-height: 16px;
    padding-top: 15px;
}
.canqslogo img{
    width: 100px;
    height: auto;
}
.canqslogo1 img{
    width: 60px;
    height: 60px;
}

.canqslogo1{
    position: relative;
    right:auto;
    top:auto;
    float: right;
    padding: 0 25px 0 0;
}
.home-left h1{
  display: none;
}
.home-left h2{
	 width: 100%;
   float: left;
   text-align: center;
   padding: 20px;
    /*display: none;*/
}
.home-right{
    float:left;
    width:100%;
    height:auto;
        
}   
.middle{
    vertical-align: top;
}
.homebtmlogo{
    display: none;
}

.loginCon{
    width:90%;
    margin:10px auto 10px auto ;
    padding: 0px;
   
}

.loginForm h1{
   width:90%;
   font-size:20px;
   padding:0 0 20px 0;
   float: left;
    
}
.loginForm h2{
     width:90%;
}
.formLable{
     width:90%;
     float: left;
}
.frmTxt{
     width:100%;
}

.cntryDD{
    width:100%;
}
.cntryIcon{
    
}
.cntryIcon img{
   
}
.cntryName{
    color:#000;
    font-size:18px;
    line-height: 50px;
    float: left;
    width: 200px;
    padding: 0 0 0 20px;
}
.cntryDrpDwn{
   width:95%;

}

.cntryDrpDwn li{
   width:90%;
}

.cntryDrpDwn li span.drdwntxt{
    width: 150px;
}

.frmTxtbox{
   
    width:100%;
    
    
}
.frmBtm, #candidateotp{
    width:100%;
}


.outer {
    width: 100%;
    float: left;
    /*padding-bottom: 40px;*/
    height:auto;
}

.loginLnk,.canotpLnk{
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    margin: 10px auto;
    float: none;
   
}
.home-footer {
	width: 100%;
	float: left;
}
.loginForm {
	padding: 20px 0 20px 0;
}
.home-footer {
	padding-top: 15px;
}

.canback {
	margin: 0px;
	display:inline-block;
	/*padding-left: 20px;*/
}
.canDescTxt {
	display: inline-block;
	vertical-align: middle;
	padding:0px 0px 20px 0px;
	width: 100%;
}
.invalid_success {
	top:10px;
}
.loginForm .invalid_errors {
	top: 3px;
}
.invalid_errors {
	font-size: 15px;
	line-height: 15px;
}
}


@media (min-width: 414px) and (max-width: 736px) {
	body {
	overflow: auto;

}
* {
	box-sizing:border-box;
}
.login {
	background: rgba(59,146,228,1) !important;
}
.inner h1 {
	font-size: 24px;
}
 .home-left{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 20px 0;
}
.canqslogo{
    position: relative;
    left:auto;
    top:auto;
    float: left;
    padding: 0 0 0 20px;
}
.canqslogo img{
    width: 100px;
    height: auto;
}
.canqslogo1 img{
    width: 60px;
    height: 60px;
}

.canqslogo1{
    position: relative;
    right:auto;
    top:auto;
    float: right;
    padding: 0 25px 0 0;
}
.home-left h1{
  display: none;
}
.home-left h2{
	 width: 100%;
   float: left;
   text-align: center;
   padding: 20px;
    /*display: none;*/
}
.welcome_login h1 {
	color: #1A1A1A;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    text-align: left;
}
.invalid_error_pop {
	color: #D42D31;
    font-size: 18px;
    line-height: 16px;
    padding-top: 15px;
}
.home-right{
    float:left;
    width:100%;
    height:auto;
        
}   
.middle{
    vertical-align: top;
}
.homebtmlogo{
    display: none;
}

.loginCon{
    width:90%;
    margin:10px auto 10px auto ;
    padding: 0px;
   
}

.loginForm h1{
   width:90%;
   font-size:20px;
   padding:0 0 20px 0;
   float: left;
    
}
.loginForm h2{
     width:90%;
     display: inline-block;
}
.formLable{
     width:90%;
     float: left;
}
.frmTxt{
     width:100%;
     margin-bottom: 10px;
}
.canDescTxt {
	text-align: center;
}
.icon_content {
	text-align: center;
	padding: 0px;
}
.cntryDD{
    width:100%;
}
.cntryIcon{
    
}
.cntryIcon img{
   
}
.cntryName{
    color:#000;
    font-size:18px;
    line-height: 50px;
    float: left;
    width: 200px;
    padding: 0 0 0 20px;
}
.cntryDrpDwn{
   width:95%;

}

.cntryDrpDwn li{
   width:90%;
}

.cntryDrpDwn li span.drdwntxt{
    width: 150px;
}

.frmTxtbox{
   
    width:100%;
    
    
}
.frmBtm, #candidateotp{
    width:100%;
}

#candidateotp{
    width:100%;
    text-align: center;
    /*float: left;*/
}
.outer {
    width: 100%;
    float: left;
    /*padding-bottom: 40px;*/
    height:auto;
}

.loginLnk,.canotpLnk{
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    margin: 0px auto;
    float: none;
   
}
.home-footer {
	width: 100%;
	float: left;
}
.loginForm {
	padding: 20px 0 20px 0;
}
.home-footer {
	padding-top: 15px;
}

.canback {
	margin: 0px;
	display:inline-block;
	/*padding-left: 20px;*/
}
.canDescTxt {
	display: inline-block;
	vertical-align: middle;
	padding:0px 0px 20px 0px;
	width: 100%;
	font-size: 14px;
}
.invalid_success {
	top:10px;
}
.loginForm .invalid_errors {
	top: 3px;
}
.invalid_errors {
	font-size: 15px;
	line-height: 15px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {

body {
	overflow: auto;

}
.login {
	background: rgba(59,146,228,1) !important;
}
 .home-left {
    float: none;
    width: 70%;
    height: auto;
    margin: 50px auto;
}
.welcome_login {
	padding:20px;
}
.welcome_login h1 {
	color: #1A1A1A;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    text-align: left;
}
.invalid_error_pop {
	color: #D42D31;
    font-size: 18px;
    line-height: 16px;
    padding-top: 15px;
}
.canqslogo{
    position: relative;
    left:auto;
    top:auto;
    float: left;
    padding: 0 0 0 20px;
}
.canqslogo img{
    width: 100px;
    height: auto;
}
.frmTxt span {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 10px 0;
}
.canqslogo1 img{
    width: 60px;
    height: 60px;
}

.canqslogo1{
    position: relative;
    right:auto;
    top:auto;
    float: right;
    padding: 0 25px 0 0;
}
.home-left h1{
  display: none;
}
.home-left h2{
	 width: 100%;
   float: left;
   text-align: center;
   padding: 10px 0 10px 0px;
    /*display: none;*/
}
.home-right{
    float:left;
    width:100%;
    height:auto;
    max-width: 100% !important;
        
}   
.middle{
    vertical-align: top;
}
.homebtmlogo{
    display: none;
}

.loginCon{
    width:70%;
    margin:10px auto 10px auto ;
   
}

.loginForm h1{
   width:90%;
   font-size:24px;
   padding:0 0 20px 0;
    
}
.formLable {
	font-size: 22px;
}
.loginForm h2{
     width:90%;
}
.formLable{
     width:90%;
}
.frmTxt{
     width:100%;
}

.cntryDD{
    width:90%;
}
.cntryIcon{
    
}
.cntryIcon img{
   
}
.cntryName{
    color:#000;
    font-size:20px;
    line-height: 50px;
    float: left;
    width: 200px;
    padding: 0 0 0 20px;
}
.cntryDrpDwn{
   width:95%;

}

.cntryDrpDwn li{
   width:90%;
}

.cntryDrpDwn li span.drdwntxt{
    width: 150px;
}

.frmTxtbox{
   
    width:100%;
    font-size: 16px;
    
}
.frmBtm, #candidateotp{
    width:100%;
}


.outer {
    width: 100%;
    float: left;
    /*padding-bottom: 40px;*/
    height:auto;
}

.loginLnk,.canotpLnk{
    width:100%;
    font-size:18px;
    line-height:45px;
    margin: 10px auto;
    float: none;
   
}
.home-footer {
	width: 100%;
	float: left;
}
.loginForm {
	padding: 30px 0 50px 0;
}
.home-footer {
	padding-top: 15px;
	font-size: 20px;
}

.canback {
	margin: 0px;
	display:inline-block;
	/*padding-left: 20px;*/
}
.canDescTxt {
	display: inline-block;
	vertical-align: middle;
	padding:0px 0px 20px 0px;
	width: 100%;
}
.invalid_success {
	top:10px;
}
.loginForm .invalid_errors {
	top: 6px;
}
.invalid_errors {
	font-size: 18px;
	line-height: 15px;
}
.invalid_success {
	font-size: 20px; 

}
}


@media(max-width: 992px) {
	.welcome_login {
		padding: 0px;
	}
}


.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
        
        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
            
            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, .5);
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}



.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
  position: absolute;
  top: 46%;
  left: 50%;
}

@keyframes loadingD {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.frmTxt{
  position: relative;
  overflow:hidden;
}

.frmTxt > .toggleMask{
  position: absolute;
  top: 5px;
  right: -20px;
  text-indent: -30px;
  height:100%;
  line-height: 2;
  pointer-events: auto;
  z-index: 5;
  cursor: pointer;
}

.frmTxt > .toggleMask ~ input{
  padding-right: 30px;
}

.frmTxt > .toggleMask:checked::before{
  content:"\e105";
}

