/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Raleway', sans-serif !important;
	background-color: #605ca8;
}
/*-- main --*/
.main{
	width: 30%;
    margin: 4em auto 0;
    padding: 4em 3em 4em;
    background:#FFFFFF;
    border-radius: 10px;
}
.main h1{
	/* color:#85C8C5; */
	color:#3b911c;
	text-align:center;
	font-size:2em;
	margin:0 0 1em;
}
.input_form input[type="text"],.input_form input[type="password"]{
	outline: none;
    border: 1px solid #999;
    background: none;
    border-radius: 11px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 15px 10px;
    width: 96%;
    font-size: 1em;
    color: #999;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin: 6px 0px;
}
.input_form input[type="password"]{
	margin:1.5em 0;
}
.footer{
	text-align:center;
	padding:2em 0;
}
.footer p{
	font-size:1em;
	color:#fff;
	margin:0;
}
.footer p a{
	color:#1C6EB2;
}
.footer p a:hover{
	color:#fff;
}
.check{
	margin:1em 0 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 14px;
	color:#1C6EB2;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
	position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background:#85C8C5;
}
.checkbox input + i:after {
	content: '';
    background:#fff;
    top: 8px;
    left: 6.4px;
    width: 7px;
    height: 5px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
	}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
 input[type="submit"], .frgCls {
	border: none;
    outline: none;
    color: #fff;
    padding: .7em 3em .8em;
    font-size: 1.2em;
    -webkit-appearance: none;
    background:#1C6EB2;
    font-family: 'Raleway', sans-serif;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
    cursor: pointer;
}
.check-right{
	float:right;
}
 input[type="submit"]:hover{
	background:#175A91;
}	
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.main {
		width: 24%;
	}
}
@media (max-width: 1280px){
	.main {
		width: 30%;
	}
}
@media (max-width: 1024px){
	.main {
		width: 40%;
		margin: 5em auto 0;
	}
}
@media (max-width: 768px){
	.main {
		width: 55%;
		padding: 3em 3em 3em;
	}
}
@media (max-width: 736px){
	.main h1 {
		font-size: 1.8em;
		margin: 0 0 1.5em;
	}
}
@media (max-width:640px){
	input[type="submit"] {
		padding: .6em 2.5em .7em;
	}
	.check {
		margin: 0.8em 0 0;
	}
}
@media (max-width:600px){
	.main h1 {
		font-size: 1.6em;
	}
	.main {
		margin: 3em auto 0;
	}
	.ckeck-bg {
		min-height: 72px;
	}
	.footer p {
		line-height: 1.8em;
	}
}
@media (max-width:568px){
	.main {
		width: 80%;
		padding: 2em 2em 2em;
	}
}
@media (max-width:414px){
	.main h1 {
		font-size: 1.4em;
	}
	.input_form input[type="text"], .input_form input[type="password"] {
		padding: 10px;
		width: 93%;
		font-size: 14px;
	}
	.check-left,.check-right {
		float: none;
	}
	.check {
		margin: 0 0 1em;
	}
	 input[type="submit"] {
		font-size: 14px;
	}
	.ckeck-bg {
		min-height: 100px;
	}
	.footer p {
		font-size: 14px;
	}
}
@media (max-width:384px){
	.footer p {
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width:320px){
	.main {
		width: 80%;
		padding: 1.5em;
		margin: 2em auto 0;
	}
	.main h1 {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.input_form input[type="text"], .input_form input[type="password"] {
		font-size: 13px;
	}
	.ckeck-bg {
		min-height: 88px;
	}
	.footer p {
		font-size: 13px;
		width: 90%;
	}
	.checkbox {
		padding-left: 35px !important;
		font-size: 13px;
	}
}


.sub_btn
{
	text-align: center;
    padding-top: 10px;
}



span
{
	cursor: pointer;
	color : green;
}


#l-email, #l-password, #passwordKey
{
	color: #000;
    font-weight: 500;
}




/* input::-webkit-input-placeholder {
    color: #999;
} */
input:focus::-webkit-input-placeholder {
      color: #c3c0c0;
}

/* Firefox < 19 */
/* input:-moz-placeholder {
    color: #999;
} */
input:focus:-moz-placeholder {
       color: #c3c0c0;
}

/* Firefox > 19 */
/* input::-moz-placeholder {
    color: #999;
} */
input:focus::-moz-placeholder {
    color: #c3c0c0;
}

/* Internet Explorer 10 */
/* input:-ms-input-placeholder {
    color: #999;
} */
input:focus:-ms-input-placeholder {
       color: #c3c0c0;
}


.smallBootStrapBtn
{
	
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basicBtn {
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Primary Button (Login) */
.blueBtn {
    background-color: #007BFF; /* Blue */
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.3);
}

.blueBtn:hover {
    background-color: #0056b3;
}

.purpleBtn {
    background-color: #6F42C1 !important;/* Purple */
    color: white;
    box-shadow: 0px 4px 6px rgba(111, 66, 193, 0.3)!important;
}

.purpleBtn:hover {
    background-color: #5A36A0 !important;
}

.lgBtn {
    background-color: #17A2B8; /* Teal */
    color: white;
    box-shadow: 0px 4px 6px rgba(23, 162, 184, 0.3);
}

.lgBtn:hover {
      background-color: #138496;
}

.orgBtn {
    background-color: #FF9800; /* Orange */
    color: white;
    box-shadow: 0px 4px 6px rgba(255, 152, 0, 0.3);
}

.orgBtn:hover {
      background-color: #E68900;
}