/* Login root element css property */

.login {
    max-width: 523px;
    /* width: 60%; */
    margin: auto;
    border-radius: 12px;
    padding: 15px;
    background: white;
}

/* css of create account page  */
.alredy-have-account-text {
	text-align: center;
}

/* css of for login page  */
.portlet-create-account-text{
	text-align: center;
	color: #6B6C7E;
	display: none;
}

/* css of create account page  */
.tnc-container {
	display: inline-flex;
	margin: 00px 00px 32px 00px;
}

/* css of create account page  */
.tnc-container .tnc-text {
	width: 70%;
	font-size: 16px;
}

/* css of for login page  */
.welcome-container {
	color: #6B6C7E;
	margin-bottom: 44px;
}

/* css of for login page  */
.welcome-txt {
	text-align: center;
	font-weight: 400;
	height: 24px;
	font-family: 'Inter';
	font-size: 16px;
}

/* css of for login page  */
.forgot-password-container {
	display: table;
	margin-bottom: 46px;
	width: 100%;
}

/* css of for login page  */
.forgot-password-web {
	display: table-cell;
	width: 35%;
}

/* css of for login page  */
.forgot-password-mob {
	display: none;
}

/* css of for login page  */
.keep-me-sign-in {
	display: table;
}

/* css of for login page  and create account page*/
.password-group {
	position: relative;
	margin: 32px 00px 32px 00px;
}

/* css of for login page */
#togglePassword {
	position: absolute;
	bottom: 9px;
	right: 15px;
	z-index: 1;
}

/* css of for craete account */
.togglePassword1 {
	position: absolute;
	right: 15px;
	z-index: 1;
}

.togglePassword2 {
	position: absolute;
	right: 15px;
	z-index: 1;
}

/* css for create account page  */
.phone-number-container:last-child{
    margin: 0 0 5px 0;
}

/* css for create account page  */
.phone-number-input .help-block {
	position: absolute;
}

/* css for create account page  */
.phone-number-input label{
	display: none;
}

/* css for create account page  */
.phone-number-input{
	display: flex;
}

/* css for create account page  */
#phone-number-div{
	margin-left: 10px;
}

/* css for create account page  */
div#first-name-input-container {
	margin: 20px 0px 32px 0px;
}


/* css for create account page  */
div#email-input-container {
	margin: 32px 0px 32px 0px;
}



/* css for conform phone page */
.resend-code-button .btn-secondary {
	border: 1px solid #CDCED9;
	width: 100%;
	background: white;
	height: 40px;
	margin-top: 15px;
	color: #6B6C7E;
}

/* css for conform phone page */
.resend-code-button .btn-secondary:hover {
	border: 1px solid #6B6C7E;
	width: 100%;
	background: white;
	height: 40px;
	margin-top: 15px;
	color: #6B6C7E;
}


/* css for create account page */
.alredy-have-account-text {
	text-align: center;
}

/* css for create account page */
.tnc-container {
	display: flex;
	flex-direction: row;
}


/* css for  Conform phone page  */
.otp-input input {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 0px;
	text-align: center;
	background-color: #dedede;
	width: 40px;
	height: 40px;
	left: 0px;
	top: 0px;
	position: static;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	margin: 8px 9px;
}

/* css for  Conform phone page  */
.otp-input div {
	display: inline-block;
	text-align: center;
	margin-bottom: 56px;
}

/* css for  Conform phone page  */
.digit-input:focus {
	box-shadow: none;
	border: 2px solid green
}



/* css propery for complete profile / create account  */
.country-state-conatiner {
	display: flex;
}

/* css propery for complete profile / create account  */
.country-container {
	width: 47.5%;
	margin-right: 5%;
}

/* css propery for complete profile / create account  */
.state-container {
	width: 47.5%;
}

/* css propery for complete profile / create account  */
.browse-btn {
	margin-bottom: 10%;
	border-radius: 4px;
}

/* css propery for complete profile / create account  */
.photo-main-container .btn-secondary {
	width: 100%;
	color: white;
	font-weight: 500;
}

/* css propery for complete profile / create account  */
.photo-header-txt {
	font-size: 24px;
	color: black;
	font-weight: 400;
	font-family: 'Lora';
}

/* css propery for complete profile / create account  */
.photo-detail-txt {
	font-family: 'Inter';
	font-weight: 400;
	width: 82%;
	font-size: 16px;
	line-height: 24px;
	color: #6B6C7E;
}

/* css propery for complete profile / create account  */
.complete-profile-detail-txt {
	text-align: center;
	height: 48px;
	font-weight: 400;
	color: #6B6C7E;
}

/* css property for varify email page */
.verify-email-btn {
	margin-bottom: 28px;
}


/* css propety for forgot password page  */
.back-to-login-btn .btn-secondary {
	background-color: transparent;
	width: 100%;
	color: #6B6C7E;
	font-weight: 500;
	height: 40px;
	margin-top: 16px;
	border: 1px solid #CDCED9;
}

/* css property for conform email */
.change-button .btn.btn-primary {
	border: none;
	color: #287D3C;
	margin-bottom: 44px;
}

/* css property for conform phone */
.change-phone-button .btn.btn-primary {
	background-color: #ffffff;
	border: 1px solid white;
	color: #287D3C;
	margin-top: 12px;
    margin-bottom: 44px;	
}


/* css property for conform email */
.email-varification-code-input .lexicon-icon{
	color: white;
}

.text-warning{
	display: none;
}

@media only screen and (max-width: 650px) {
	.portlet-create-account-text{
    	display: block;
    }
}

.progress-div{
	display: none;
}


.responsive-stage-division{
	display: none;
}
.error-color{
	color: red;
}
.tpr{
	bottom: 32px;
}
.tp{
	bottom: 9px;
}