/* @extend display-flex; */


@import "font.css";
@import "vendor/font-awesome/font-awesome.min.css";
@import "vendor/material-design-icon/material-design-iconic-font.min.css";

body {
	font-family: 'IBM Plex Sans';
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	background: #F6F6FB;
	margin:0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'IBM Plex Sans';
}

display-flex,
.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
	display: flex;
	display: -webkit-flex;
}


/* @extend list-type-ulli; */

list-type-ulli,
.socials {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:focus,
a:active {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
	outline: none;
	appearance: unset !important;
	-moz-appearance: unset !important;
	-webkit-appearance: unset !important;
	-o-appearance: unset !important;
	-ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	margin: 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}

input[type=checkbox] {
	appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
}

input[type=radio] {
	appearance: radio !important;
	-moz-appearance: radio !important;
	-webkit-appearance: radio !important;
	-o-appearance: radio !important;
	-ms-appearance: radio !important;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

.signup-content p {
	margin-top: 5px;
	font-size: 14px;
	color: #5f5e62;
	line-height: 19px;
	margin-bottom: 30px;
}

.signup h1 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 42px;
}

h2 {
	line-height: 1.66;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 24px;
	font-weight: 600;
}

.main {
	background: #f7f7fc;
	padding: 30px 0;
}

.clear {
	clear: both;
}

.container {
	    width: 760px;
    background: #fff;
    margin: 0 auto;
    /* box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05); */
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    /* -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05); */
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 2px 94px 0 rgba(138, 138, 138, 0.26);
  /*  position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: table;
}

.sigup-section {
	width: 430px;
	background: #fff;
	margin: 0 auto;
	/* box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05); */
	border-radius: 12px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
	border: solid 1px #eaeaea;
	background-color: #ffffff;
	
	/* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: table;*/
}

.display-flex {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.display-flex-center {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.signup {
	margin-bottom: 150px;
}

.signup-content {
	padding: 0px 0;
}

.signup-image {
	width: 50%;
	overflow: hidden;
}

.form-title {
	margin-bottom: 5px;
	margin-top: 30px;
}

.signup-title {
	    margin-top: 0px !important;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 600;
}

.signup-image {
	margin-top: 0px;
	background: #F7F7FC;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

figure {
	margin-bottom: 9px;
	text-align: left;
	margin-top: 33px;
	margin-left: 33px;
}

.form-submit {
	display: inline-block;
	background: #005fe1;
	color: #fff;
	border-bottom: none;
	width: auto;
	/* padding: 12px 25px; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	/* margin-top: 25px; */
	cursor: pointer;
	width: 58px;
	height: 58px;
}

.form-submit:hover {
	background: #005fe1;
}

#signin {
	margin-top: 5px;
}

.signup-head {
	line-height: normal;
	padding-left: 35px;
	font-size: 40px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -2px;
	color: #000000;
}

.term-service {
	font-size: 13px;
	color: #222;
}

.signup-form {
	margin-left: 0px;
	margin-right: 34px;
	padding-left: 34px;
	padding-bottom: 34px;
	width: 70%;
}

.signup-container {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	margin: 0px auto;
	width: 80%;
}

.register-form {
	width: 100%;
}

.signup .form-group {
	position: relative;
	margin-bottom: 10px;
	overflow: visible;
}

.form-group:last-child {
	margin-bottom: 0px;
}

input {
	width: 100%;
	display: block;
	border: none;
	border-radius: 5px;
	border: 1px solid #e2e0e0;
	padding: 11px 16px;
	font-size: 14px;
	height: 56px;
	box-sizing: border-box;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

 

input:focus::-webkit-input-placeholder {
	color: #222;
}

input:focus::-moz-placeholder {
	color: #222;
}

input:focus:-ms-input-placeholder {
	color: #222;
}

input:focus:-moz-placeholder {
	color: #222;
}

input[type=checkbox]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: none;
}

input[type=checkbox]:not(old)+label {
	display: inline-block;
	line-height: 1.5em;
	margin-top: 6px;
}

input[type=checkbox]:not(old)+label>span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 15px;
	margin-bottom: 3px;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	background: white;
	background-image: -moz-linear-gradient(white, white);
	background-image: -ms-linear-gradient(white, white);
	background-image: -o-linear-gradient(white, white);
	background-image: -webkit-linear-gradient(white, white);
	background-image: linear-gradient(white, white);
	vertical-align: bottom;
}

input[type=checkbox]:not(old):checked+label>span {
	background-image: -moz-linear-gradient(white, white);
	background-image: -ms-linear-gradient(white, white);
	background-image: -o-linear-gradient(white, white);
	background-image: -webkit-linear-gradient(white, white);
	background-image: linear-gradient(white, white);
}

input[type=checkbox]:not(old):checked+label>span:before {
	content: '\f26b';
	display: block;
	color: #222;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	font-family: 'Material-Design-Iconic-Font';
	font-weight: bold;
}

.signin-content {
	padding-top: 67px;
	padding-bottom: 87px;
}

.signin-form {
	margin-right: 90px;
	margin-left: 80px;
}

.signin-image {
	margin-left: 110px;
	margin-right: 20px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	.container {
		width: calc( 100% - 30px);
		max-width: 100%;
	}
	.sigup-section {
		width: calc( 100% - 30px);
		max-width: 100%;
	}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.main{
	overflow: scroll;
	max-height: 600px;
   }
}
 



@media screen and (min-width: 1024px) {
	.container {
		max-width: 1200px;
	}
	.sigup-section {
		max-width: 430px;
	}
	.signup .salg-1{
		float: left;
		width: 50% !important;
	 }
	 
}

@media screen and (max-width: 768px) {
	.signup .ck-wds {
    width: 60% !important;
}
	.signup .salg-1{
		float: left;
		width: 50% !important;
	 }
	 .signup .ckbox{
		font-size: 13px !important;
	 }
     .signup .ft-txt a{
		font-size: 13px !important;
	 }

	.main{
		overflow: scroll;
 		max-height: 600px !important;
	}
	.signup .chkem-txt{
		font-size: 13px;
		text-align: left !important;
	}

	.signup .searchclear {
		position: absolute !important;
		top: 24px !important;
   }












.signup div.rules-list {
        margin-top: 50px;
        padding-top: 8px;
        }


	.signup div.rules-list li{
		width: 100% !important;
	}
	.signup .field-icon {
		float: right;
		margin-left: -26px;
		top: -47px;
 		z-index: 2;
		right: 10px;
	}
	
	.signup .secure-field-icon {
   float: right;
    margin-left: -26px;
    margin-top: -240px;
    position: relative;
    z-index: 2;
    right: 10px;

  }
  
  
  	.signup .cre-field-icon {
float: right;
    margin-left: -26px;
    margin-top: -240px;
    position: relative;
    z-index: 2;
    right: 10px;
}
  
  
  
	
	
	.signup #password-error {
		position: absolute;
		display: block;
		font-size: 10px;
	}


	.signup .sc-pwd {
		font-size: 11px !important;
		text-align: left;
		padding-left: 5px;
	}





	.signup-content p {
		font-size: 13px !important;
	}
	h2 {
		font-size: 20px !important;
	}
	.nt-head {
		font-size: 15px !important;
	}
	.signup-content,
	.signin-content {
		flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
	}
	.signup-form {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		/* box-sizing: border-box; */
		padding: 0 30px;
	}
	.signup-container {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		/* box-sizing: border-box; */
		padding: 0 30px;
	}
	.signup-pdg{
		padding: 0 10px;
	}
	.signin-image {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 50px;
		order: 2;
		-moz-order: 2;
		-webkit-order: 2;
		-o-order: 2;
		-ms-order: 2;
	}
	.signup-form,
	.signup-image,
	.signup-container,
	.signin-form,
	.signin-image {
		width: auto;
	}
	.social-login {
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
	}
	.form-button {
		text-align: center;
	}
	.signin-form {
		order: 1;
		-moz-order: 1;
		-webkit-order: 1;
		-o-order: 1;
		-ms-order: 1;
		margin-right: 0px;
		margin-left: 0px;
		padding: 0 30px;
	}
	.form-title {
		text-align: center;
	}
	.signup-title {
		text-align: center;
		font-size: 32px !important;
	}
	.signup-head {
		font-size: 33px;
	}
	.signup-content ul {
		list-style-type: none;
		padding-top: 5px;
		line-height: 38px !important;
		font-size: 14px !important;
		color: #000000;
	}
	.lt-active {
		margin-bottom: 10px;
	}
	.ent-email,
	.ema-txt {
		font-size: 13px !important;
	}
	.ter-txt {
		font-size: 13px !important;
	}
	.fz-14 {
		font-size: 13px !important;
	}
	.info-txt {
		font-size: 13px !important;
	}
	.minfo-txt {
		font-size: 13px !important;
	}
	.ac-txt {
		font-size: 13px !important;
	}
	
	 .signup .invsub-txt  {
		font-size: 13px !important;
	 }
	  .signup .invld-fttxt  {
		font-size: 13px !important;
	 }
}

@media screen and (max-width: 400px) {

	.main{
		overflow: scroll;
 		max-height: 600px !important;
	}
	.social-login {
		flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
	}

	.social-label {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.ac-txt {
		font-size: 13px !important;
	}
	.lt-active {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 320px) { 

	.signup .salg-1{
		float: left;
		width: auto !important;
	 }
	 .signup .ckbox{
		font-size: 13px !important;
	 }
     .signup .ft-txt a{
		font-size: 13px !important;
	 }

	.main{
		overflow: scroll;
 		max-height: 600px !important;
	}
	.signup .sc-pwd {
		font-size: 9px !important;
		text-align: left;
		padding-left: 5px;
	}

	.signup .searchclear {
		position: absolute !important;
		top: 24px !important;
   }

	.signup-title {
		text-align: center;
		font-size: 27px;
	}
	.signup-head {
		font-size: 27px;
	}
	.nt-head {
		font-size: 15px !important;
	}
	.signup-content ul {
		list-style-type: none;
		padding-top: 5px;
		line-height: 40px !important;
		font-size: 16px !important;
		color: #000000;
	}
	.lt-active {
		margin-bottom: 10px;
	}
	h2 {
		font-size: 20px !important;
	}
	.signup-content p {
		font-size: 13px !important;
	}
	.ent-email,
	.ema-txt {
		font-size: 11px !important;
	}
	.ter-txt {
		font-size: 13px;
	}
	.info-txt,
	.minfo-txt {
		font-size: 13px;
	}
	.fz-14 {
		font-size: 13px;
	}
	.ac-txt {
		font-size: 13px !important;
	}
	
	.signup .invsub-txt {
		font-size: 13px !important;
	 }
	 .signup .invld-fttxt {
		font-size: 13px !important;
	 }
}

/*media query end */

.signup-content ul {
	list-style-type: none;
	padding-top: 40px !important;
	line-height: 60px;
	font-size: 16px;
	color: #000000;
}

.lt-active {
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.opty {
	opacity: 0.4;
}

.rounded-box-wt {
	background: #fff;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 50%;
	color: #000;
	display: inline-block;
	line-height: 30px;
	margin-right: 15px;
	text-align: center;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
	font-size: 16px;
	height: 30px;
	width: 30px;
}

.rounded-box-gy {
	background-color: #cdcee4;
	opacity: 0.2;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 50%;
	color: #000;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
	margin-right: 15px;
	text-align: center;
	/* width: 50px; */
	font-size: 16px;
	height: 30px;
	width: 30px;
}

.logo {
	width: 42px;
	height: 57px;
}

.grtik-icon {
    color: #15DB73;
    font-size: 26px;
    margin-right: 16px;
    padding-left: 4px;
}

.cmbox:after {
	content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #bfbfbf;
    right: 13px;
    top: -30px;
    padding: 0px 0 2px;
    position: relative;
    pointer-events: none;
    float: right;
    line-height: 0;
}

.cmbox:before {
	content: '';
	right: 4px;
	top: 0px;
	width: 23px;
	height: 18px;
	background: none !important;
	position: absolute;
	pointer-events: none;
	display: block;
}

.cmbox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #e2e0e0;
	padding-right: 25px;
	text-indent: .01em;
	font-size: 14px;
	color: inherit !important;
}

.signup .form-control {
	display: block;
	width: 100%;
	height: 56px;
	padding: 11px 39px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	/*border: 1px solid #e2e0e0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/
	border-radius: 5px;
}

span.bts {
	position: relative;
	float: right;
}

span.bts:after {
	font-family: Material-Design-Iconic-Font;
    content: "\f2fb";
    font-size: 42px;
    position: absolute;
    right: 20px;
    height: 58px;
    pointer-events: none;
    color: #ffffff;
    font-weight: normal;
    line-height: 58px;
}

.bts input:focus {
	border: none
}

span.btstk {
	position: relative;
	float: right;
}

span.btstk:after {
	font-family: Material-Design-Iconic-Font;
	content: "\f26b";
	font-size: 24px;
	position: absolute;
	right: 20px;
	height: 58px;
	pointer-events: none;
	color: #ffffff;
	font-weight: normal;
	line-height: 58px;
}

.btstk input:focus {
	border: none
}

.clear5 {
	clear: both;
	height: 5px;
}

.clear25 {
	clear: both;
	height: 25px;
}

.field-icon {
	float: right;
    margin-left: -26px;
    margin-top: -138px;
    position: relative;
    z-index: 2;
    right: 10px;
}
.cre-field-icon {
float: right;
    margin-left: -26px;
    margin-top: -140px;
    position: relative;
    z-index: 2;
    right: 10px;
}


.secure-field-icon {
	float: right;
    margin-left: -26px;
    margin-top: -140px;
    position: relative;
    z-index: 2;
    right: 10px;
}




.notes p {
	margin-bottom: 12px;
	margin-top: 5px;
	color: #5f5e62;
	font-size: 14px;
	line-height: 14px;
}

.nt-head {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}

.lk-ics {
	position: absolute;
	left: 13px;
	top: 18px;
	font-size: 21px !important;
	color: #b2b6c3;
}

.ema-txt {
	font-size: 16px;
	text-align: center;
	color: #5f5e62;
	margin-top: 2px;
	margin-bottom: 26px;
}

.pl-15 {
	padding-left: 15px !important;
}

.sign-up-btn {
	display: inline-block;
	background: #005fe1;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-bottom: none;
	width: auto;
	/* padding: 12px 25px; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	/* margin-top: 25px; */
	cursor: pointer;
	width: 100%;
	letter-spacing: -0.9px;
}

.sign-up-btn:hover {
	background: #005fe1;
}

.info-txt {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 25px;
}

.inf-cir-sz {
	position: absolute;
	font-size: 19px;
	padding-top: 3px;
	float: left;
	opacity: 0.4;
}

.inf-alg {
	float: left;
	padding-left: 24px;
	line-height: 22px;
}

.clear {
	clear: both;
}

.ter-txt {
	color: #2e354b;
	font-size: 14px;
	margin-top: 17px;
	letter-spacing: -0.31px;
}

.ter-txt a{
	color: #005fe1;
	font-size: 14px;
	margin-top: 17px;
	letter-spacing: -0.31px;
	text-decoration:underline;
}

.ter-txt a:link,
.ter-txt a:visited,
.ter-txt a:hover,
.ter-txt a:active {
	color: #005fe1;
}

.text-center {
	text-align: center;
}

.ac-txt {
	color: #717890;
	font-size: 16px;
}


.ac-txt a {
	font-weight: 600;
	text-decoration: underline;
	color: #005fe1;
}



.ac-txt a:link,
.ac-txt a:visited,
.ac-txt a:hover,
.ac-txt a:active {
	color: #005fe1;
}

.lg-section {
	margin: 0px auto;
	text-align: center;
}

.lg-section img {
	margin: 0px auto;
	text-align: center;
	margin-top: 36px;
	width: 255px;
	height: 65px;
}

.social-lk {
	width: 39%;
 	vertical-align: top;
    position: relative;
}
.sc-alg{
	position: relative;
    right: 15px;
	text-decoration:none;
}

.fz-14 {
	font-size: 14px;
}

.ent-email {
	color: #2c2c2c;
	font-weight: 600;
}

.emimg-section {
	margin: 0px auto;
	text-align: center;
}

.emimg-section img {
	margin: 0px auto;
	text-align: center;
	margin-top: 10px;
	width: 40%;
}

.m-bt-10 {
	margin-bottom: 0px !important;
}

.form-control[disabled] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.minfo-txt {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.3px;
}

.minfo-txt a {
	color: #005fe1;
}

.minfo-txt a:link,
.minfo-txt a:visited,
.minfo-txt a:hover,
.minfo-txt a:active {
	color: #005fe1;
}

.c-pt {
	cursor: pointer;
}

.txt-left {
	text-align: left;
}

.opt-5{
	    opacity: 0.8;
}
/*Validation css start*/
input.error {
    border: 2px solid #f25f25;
}
 label.error {
	color: #bf3e0b !important;
    font-size: 13px;
    font-weight: 500;
}
input.valid {
	border: 2px solid green !important;
    
}
select.valid {
    border: 2px solid green;
}
.has-error .form-control {
    border-color: #E51818;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
	border: 2px solid  #E51818;
}
.has-success .form-control {
    border-color: #3c763d  !important;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075)  !important;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.075)  !important;
	border: 2px solid #3c763d  !important;
}
.ht{
	height:0px;
}
/*Validation css start*/


/*new css class start*/

.signup label {
	text-align: left;
	color: #000000;
 }

.signup .mbt-5 {
	margin-bottom: 5px;
	
}
.signup .s-txt {
    position:relative;
  text-align: center;
	font-size: 14px;
  font-weight: 500;
  color: #424242;

}
.signup .s-txt:before {
	content: "";
    display: block;
    border-top: solid 1px #979797;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    opacity: 0.2;
}
.signup .s-txt span {
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.signup .clear15{
clear: both;
height: 15px;;
}

.signup .searchclear {
    position: relative;
    right: 8px;
    top: -32px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    float: right;
    color: #ccc;
    font-size: 17px;
    display: none;
    line-height: 10px;
}
.signup .chkem-txt{
	margin: 0px auto;
    text-align: center;
    font-weight: 500;
    background: #fbc9bd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 90%;
    border-radius: 5px;
}
.signup .chk-txt-alg{	
	font-size: 13px !important;
    padding-right: 12px  !important;
    padding-left: 12px  !important;
 }
.signup .ck-wds{
	 
	    width: 50%; 
 }
 
 
.signup .chk-txt-alg  a{
	text-decoration: underline;
    font-weight: bold;
    color: black; 
	
}


.signup .bicon{
	font-size: 17px;
	margin-right: 4px;
 
}
.signup .lbfz{
font-size: 15px;
}
.signup .lblfz{
font-size: 15px;
}
.signup .mtb-10{
	margin-top: 5px;
    margin-bottom: 5px;
}

.signup #signup-abtform input[type=text]{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}
.signup #signup-abtform input[type=text]:focus {
	box-shadow: 0 0 5px #005fe1; 
	border: 2px solid #005fe1;
  }
.signup .usn-info{
	color:#6e6e6e;
	display: none;
	font-size: 14px;
}
.signup .optxt{
	opacity: 0.42;
}

/*new css class start*/


/*password css class start*/


.signup #password-error{
	position: absolute;
    display: block;
}

.signup #signup-pwdform input[type=password]{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}
.signup #signup-pwdform input[type=password]:focus {
	box-shadow: 0 0 5px #005fe1; 
	border: 2px solid #005fe1;
  }

  .signup .pwd-bgtxt{
	margin-top: -64px;
    width: 95%;
    text-align: left;
    font-weight: 500;
    float: left;
    position: absolute;
    background: #d8eacc;
	padding: 10px;
	display: none;
}


/*password css class end*/

    .signup div.rules-list li.ko::before,
         .signup div.rules-list li.ok::before {
         width: 13px;
         display: inline-block;
         margin-right: 10px;           
         }
         
         .signup div.rules-list .rules {
         list-style-type: none;
         padding: 0;
         width: 100%;
         }
         .signup div.rules-list li {
         position: relative;
         width: 50%;
         float: left;
         line-height: 1.85;
         font-size: 13px;
         color: #000000;
         text-align: left;
         opacity: 0.70;
         }
         .signup div.rules-list li.ko::before {
         content: '\f111';
         font: normal normal normal 14px/1 FontAwesome;
         font-size: 10px;
         color: #5f5b5b;
         padding: 0px;
         margin-right: 5px;
         opacity: 0.70;
         }
         .signup div.rules-list li.ok::before {
         content: '\f111';
         font: normal normal normal 12px/1 FontAwesome;
         font-size: 10px;
         color: #005fe1;
         margin-right: 5px;
         }
         .signup div.rules-list li.ok{
         color: #000000;
         font-weight: 500;
         opacity: inherit;
         }
         .signup .sc-pwd{
         width: 93%;
         font-size: 14px;
         text-align: left;
         padding-left: 5px;
         font-weight: 500;
         }
		  





/*Sign In css class start */
.signup .ft-txt {
	text-align:right; 
}
.signup .ft-txt a{  
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  color: #005fe1;
  text-decoration: underline;
  margin-right: 5px;
  float: right;
 }


 /* The container */
 .signup .ckbox {
	display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #000000;
	letter-spacing: -0.4px;
	float:left;

  }
  
  /* Hide the browser's default checkbox */
  .signup .ckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .signup .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 3px;
  }
  
  /* On mouse-over, add a grey background color */
  .signup .ckbox:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .signup .ckbox input:checked ~ .checkmark {
	background-color: #005fe1;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .signup .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .signup .ckbox input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .signup .ckbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .signup .dbox{
     justify-content: left;
	width: 100%;
	float: left;
 }

 

 .signup #signup-form input{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}
.signup #signup-form input:focus {
	box-shadow: 0 0 5px #005fe1; 
	border: 2px solid #005fe1;
  }
  .signup input:focus {
	box-shadow: 0 0 5px #005fe1; 
	border: 2px solid #005fe1;
  }

  .signup .clear10{
	clear: both;
	height: 10px;
	}

		  .signup .wd-full{
		width: 100% !important;
		 background: #efefef !important;
		 border: none;
          color: #848484;
		  cursor: not-allowed!important;
	}
	.signup .wd-fulls{
		width: 100% !important;
		 background: #005fe1 !important;
		 
	}
	.fdwd{
		width: 100% !important;
	}
	 .cu-ald{
		   cursor: not-allowed!important;
		 }


	.signup #signin-form input[type=email]{
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
	
	}
	.signup #signin-form input[type=email]:focus {
		box-shadow: 0 0 5px #005fe1; 
		border: 2px solid #005fe1;
	  }
	  .signup #signin-form input[type=password]{
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
	
	}
	.signup #signin-form input[type=password]:focus {
		box-shadow: 0 0 5px #005fe1; 
		border: 2px solid #005fe1;
	  }

	  .signup .sft-txt {
		color: #5f5e62;
		font-size: 15px;
		letter-spacing: -0.29px;
		font-size: 14px !important;
	}
	
    .signup .rst{
		font-size:16px;
		color:#005fe1;
		font-weight: 600;
		cursor: pointer;
		text-decoration:none; 
	}
	.signup .rst a{
		font-size:16px;
		color:#005fe1;
		font-weight: 600;
		cursor: pointer;
		text-decoration:none;
		
	}

	.signup .rst a:link,
	.signup .rst a:visited,
	.signup .rst a:hover,
	.signup .rst a:active{
		text-decoration:none;
	}
    .rst button {
            width: auto;
             border: none;
             border-radius: 0px;
             border: 0px;
             padding: 0px;
             background: none;
             font-size: 14px;
             color: #005fe1;
             cursor: pointer;
             text-decoration: none;
             height: 22px;
             box-sizing: border-box;
             outline: none;
         }
    .rst button[type="submit"] {
            margin: 10px 0px;
            padding-left: 0px;
    }
      
.sign-in-field-in{
		float: right;
    margin-left: -26px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    right: 10px;
		
	}
	.bt-popup-ht{
		overflow: hidden !important;
    height: 70vh  !important;
    overflow-y: scroll  !important;
		
	}


	  .ffl-wrapper .ffl-label {
		transition-property: all;
		transition-duration: 200ms;
		transition-timing-function: ease;
		transition-delay: 0s;
		position: absolute;
		white-space: nowrap;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		pointer-events: none;
		top: 1.25rem;
		left:39px;
		background:#fff;
		color:rgb(137, 137, 137);
	  }	  
	  .ffl-wrapper.ffl-floated .ffl-label {
		   top: -8px;
		   left:10px;
		   padding:0px 5px 0px 5px;
		   font-size:12px;
		   color:#555;  
	  }
	  
	  .ffl-label {
		color: #909090;
		line-height: 1.2;
	  }
	  
	  .ffl-floated .ffl-label {
		color: #000;
		font-size: 13px;
		left:39px;
		background:#fff;
	  }
      .ffl-lt {
		left: 20px !important;
	  }
     .sub-tle{
		font-size: 31px;
		text-align: center;
		color: #000;
		line-height: 42px;
		font-weight: 600;
	 }
	 
	 .signup .spe-txt{
	 /*font-weight:bold;*/
	 color:#000;
    }
	
	.signup .ftw-bd{
	 font-weight:bold;	 
    }
	.signup input[type=email]::-ms-clear{
      display:none;
    }
	.signup .scmsg {
     display:none;
	 color:#3c763d; 
	 font-size: 13px;
    font-weight: 500;
   }
   
   
  .signup .bksign-in-btn {
	    display: inline-block;
    background: #005fe1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-bottom: none;
    cursor: pointer;
    width: 100%;
    letter-spacing: -0.9px;
    border: 1px solid #e2e0e0;
    padding: 11px 16px;
    height: 56px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

  .signup .invld-tle{
		font-size: 24px;
		text-align: center;
		color: #000;
		line-height: 42px;
		font-weight: 600;
	 }
	 
	  .signup .invsub-txt {
		    color: #5f5e62;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: -0.29px;
    margin-bottom: 40px;
	line-height:20px;
	}
	
	.signup .invld-fttxt {
	letter-spacing: -0.74px;
    color: #6e6e6e;
    font-size: 16px;
    top: -15px;
    position: relative;
    margin-right: 16px;
	}
	
	
	.signup .sus-msg{
	margin: 0px auto;
text-align: center;
font-weight: 500;
background: #d8eacc;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
width: 98%;
border-radius: 5px;
}
.signup .title-lht{
	  line-height: 1.08;
  letter-spacing: -2.4px;
  font-weight: 500;

}

/*Sign In css class END */





@media screen and (-webkit-min-device-pixel-ratio:0) { 
	
	
	::i-block-chrome, .signup .container {
	 width: 760;
	}
	::i-block-chrome, .signup .signup-image{
		width: 40%;
		overflow: hidden;
		float: left;
	 }
	 ::i-block-chrome,  .signup .signup-form{
		margin-left: 0px;
		margin-right: 34px;
		padding-left: 34px;
		padding-bottom: 34px;
		width: 50%;
		float: right;
	 }

	 ::i-block-chrome,  .signup .lg-section img {
		margin: 0px auto;
		text-align: center;
		margin-top: 36px;
		width: auto;
		height: 65px;
		}

} 

.sc-ins a{text-decoration:none;}
.signup-password-details{display:none;}
.reg-next-button button{ border: none; background: #005fe1;}
.reg-next-button button:hover{ border: none; background: #005fe1;}
.signup-password-txt-section{display:none;}			
.signup .un-invalid {
	display:none;
	color:#ff0000; 
	font-size: 13px;
	font-weight: 500;
	}
			   
input#username.scmsg-add{
  border: 2px solid red !important;
}

.keypwd img {
  width:30%;
}

.check-email {
	margin-top: -10px!important;
}
