
@font-face {
    font-family: inherit;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* General Demo Style */


.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: inherit;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	color:#FFF;
    padding: 0px 0px 5px 0px;
	font-weight:600;
}
.container > header h1 span{
	color: #7cbcd6;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
.codrops-demos span{
	display: inline-block;
	padding-right: 15px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.codrops-demos a,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	font-style: italic;
	font-size: 12px;
	padding: 3px 5px;
	margin: 0px 3px;
	font-weight: 800;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05) inset;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: rgba(104,171,194,0.5);
}
.codrops-demos a:hover{
	background: #4fa2c4;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: rgba(104,171,194,1);
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

/* remove codrops styles and reset the whole thing */
/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/* Commend by laxmi B. for disable bg img on 20-10-2022 */
/*body{
	background:url(../../images/body-bg.jpg) no-repeat;
    background-position-y: 31.5em;
    background-position-x: 65em;
}*/
#container_demo{
	 text-align: left;
	 margin: 0;
	 padding: 0;
	 margin: 0 auto;
	 font-family: inherit;
	 margin-top: 2em;
}

a.hiddenanchor{
	display: none;
}
/** The wrapper that will contain our two forms **/

/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h1{
	font-size: 41px;
    color: rgb(6, 106, 117);
    padding: 2px 0 10px 0;
    font-family: inherit;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
    background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	
	-webkit-background-clip: text;
}
#wrapper h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}


#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	
	position: relative;
	margin-top: 5px;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	    padding: 9px 6px 4px 11px;
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: inherit;
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input{
	        width: fit-content;
    margin-right: 13px;
    cursor: pointer;
    background: rgb(255, 116, 35);
        padding: 0px 0px 2px 2px;
    font-family: inherit;
    color: #fff;
    font-size: 21px;
    border: 1px solid rgb(24, 81, 144);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
 0px 0px 0px 3px rgb(254, 254, 254),
 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}

#wrapper div.submit input{
	        width: 20%;
    margin-right: 13px;
    cursor: pointer;
    background: rgb(255, 116, 35);
        padding: 0px 0px 2px 2px;
    font-family: inherit;
    color: #fff;
    font-size: 21px;
    border: 1px solid rgb(24, 81, 144);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
 0px 0px 0px 3px rgb(254, 254, 254),
 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#wrapper div.submit input:hover{
	background: rgb(74, 179, 198);
}
#wrapper div.submit input:active,
#wrapper div.submit input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}


/* styling the checkbox "keep me logged in"*/
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}


/*styling the links to change from one form to another */

p.change_link{
	width: 100%; 
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	
	padding: 17px 50px 50px 30px;
	font-size: 16px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
	margin-top: -12px;
}
#wrapper p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
/** Styling both forms **/

@media only screen and (min-width: 500px) and (max-width: 600px) {

#register, #login {
   
    width: 88%;
    padding: 18px 8% 60px 6%!important;
    margin: 0px -8px!important;
  
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* added sign button in left by laxmi B. on 21-10-22 */
.text-right {
    text-align: left;
}
#wrapper div.submit input {
    width: 37%;
}
#wrapper p.change_link a {
    margin-top: -20px;
}
.to_register{
	 top: -37px;
    left: 35px;
    position: relative;
}
/*end */
}
@media only screen and (min-width: 420px) and (max-width: 499px) {

#register, #login {
       width: 72%!important;
    padding: 18px 1% 63px 4%!important;
    margin: 0px -8px!important
  
}
/* added sign button in left by laxmi B. on 21-10-22 */
.text-right {
    text-align: left;
}
#wrapper div.submit input {
    width: 37%;
}
#wrapper p.change_link a {
    margin-top: -20px;
}
.to_register{
	 top: -37px;
    left: 35px;
    position: relative;
}
/*end */

}
@media only screen and (min-width: 320px) and (max-width: 419px) {
/* edited by laxmi b. 21-10-22*/
 #login {
   
          width: 100%!important;
    padding: 18px 0% 72px 2%!important;
    margin: -28px -21px!important;
  
}
#register{
	 width: 100%!important;
    padding: 18px 0% 72px 2%!important;
}
/* added sign button in left by laxmi B. on 21-10-22 */
.text-right {
    text-align: left;
}
#wrapper div.submit input {
	
    width: 37%;
}
#wrapper p.change_link a {
    margin-top: -20px;
}
.to_register{
	 top: -37px;
    left: 35px;
    position: relative;
}
/*end */


}

#register{
	position: absolute;
	top: 0px;
	padding: 2em;
	margin:0  350px;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#login{
	position: absolute;
	top: 0px;
	/*width: 88%;	*/
	width: max-content;	
	padding: 2em;
	/*set margin by laxmi B. on 20-10-2022*/
	margin:0  350px;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#register{	
	z-index: 21;
	height: 43em;
}
#login{
	z-index: 22;
	height: 29.5em;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.36);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.36);
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	-moz-animation-name: scaleIn;
	-ms-animation-name: scaleIn;
	-o-animation-name: scaleIn;
	animation-name: scaleIn;
}
.login_title{
	color: #22a722;
    text-align: justify;
    padding: 7px;
    font-weight: 600;
    margin-left: -15px;
        font-size: initial;
  }
.required{
	
	color:black;
}
.footer-bg {
    background: -moz-linear-gradient(268deg, rgba(46,63,101,1) 0%, rgba(24,33,51,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,63,101,1)), color-stop(100%, rgba(24,33,51,1)));
    background: -webkit-linear-gradient(268deg, rgba(46,63,101,1) 0%, rgba(24,33,51,1) 100%);
    background: -o-linear-gradient(268deg, rgba(46,63,101,1) 0%, rgba(24,33,51,1) 100%);
    background: -ms-linear-gradient(268deg, rgba(46,63,101,1) 0%, rgba(24,33,51,1) 100%);
    background: linear-gradient(182deg, rgba(46,63,101,1) 0%, rgba(24,33,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3f65', endColorstr='#182133',GradientType=0 );
    padding: 20px 0px 5px 0px;
    margin-top: 88px;
}

div.submit{
	    text-align: right;
	    display: contents;
}
.fontweight500{
	font-weight:500;
}.fontweight300{
	font-weight:300;
}

.width26{
	width: 26%
}.width10{
	width: 10%
}.width55{
	width: 55%
}
.img-responsive{
	margin-left: 10px;    
	position: relative;
	margin-top: 5px;    
	cursor: pointer;
}


.h4_tag_class{
	background-color: white;
    height: 156px;
    padding: 6px;
    margin-left: -29px;text-align: center;
	}
.font_class{
color:green;
font-weight:600 ;
font-size: 17px;

}
.id_font{
font-size: 21px;
font-weight:600;
color: #2a60c1;

}	
.msgtouser{
	color:green;font-weight:600 ;font-size: 17px;
}
.height50{
	height: 50%;
}
.postdetailsblock{
	    border: 2px solid rgb(128 128 128);
    border-radius: 1em;
    padding: 1.2em;
}
.alreadyapplicant{padding: 4px 4px 70px 0px !important;}

.bgpos-y-45{background-position-y: 45.5em;}

.height75{height: 75%;}


@media only screen and  (min-width: 100px) and  (max-width: 800px){
.height75{height: 85%;}
.bgpos-y-45 {background-position-y: 46.5em;    background-position-x: 20em;}
#wrapper p.change_link a{margin-top: 12px;}
/*#register{margin: unset;width: 30em;    left: -55px;}*/
/* aaded by Laxmi B. on 21-10-2022 */
p.login.button, p.signin.button {
    text-align: left;
    margin: 5px 0;
}
#register{margin: unset;width: 30em;    left: 0px;}
#wrapper p.change_link a {
    margin-top: -20px;
}
.to_register{
	 top: -37px;
    left: 35px;
    position: relative;
}
.alreadyapplicant .to_register{
	left: 3px !important;
}
.alreadyapplicant{
	text-align:center;
}
/*end */
}

@media only screen and  (min-width: 800px) and  (max-width: 1100px){
.height75{height: 85%;}
.bgpos-y-45 {background-position-y: 50em;    background-position-x: 35em;}
}


@media only screen and  (min-width: 1100px) and  (max-width: 1599px){
.height75{height: 80%;}
.bgpos-y-45 {
    background-position-y: 43.5em;
    background-position-x: 55em;
}
}
@media only screen and  (min-width: 1610px) and  (max-width: 1800px){
.height75{height: 85%;}

}