/* Primary button */
.btn.btn-primary {
	background-color: #09492D;
	border-color: #09492D;
}

/* Secondary button */
.btn-secondary {
	background-color: transparent;
	width: 100%;
	color: black;
}

/* css for the static text on the page */
.default-text p {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	margin-bottom: 1rem;
	margin-top: 0;
	text-align: center;
}

.default-text p span {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
}

/* anchor tag property */
a {
	color: #287D3C;
}

a:hover {
	color: #20612f;
}

/* label property */
label {
	color: black;
	font-weight: 400;
}

.form-group {
	position: relative;
}

.row {
	display: block !important;
}


/* for form */
.form-inline label {
	font-size: 16px;
	font-weight: 400;
}




/* css for checkbox */
.form-group input[type="checkbox"], .form-group input[type="radio"] {
	height: 23px;
	width: 23px;
	margin: 0px;
	padding: 0;
	opacity: 1;
	appearance: none;
	border: 2px solid #E5E5E5;
	border-radius: 3px;
	background: #E5E5E5;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
	border: 2px solid;
}

.form-group input[type="checkbox"]:checked, .form-group input[type="radio"]:checked
	{
	border: 2px solid #008751;
	background: #008751;
}

.form-group input[type="checkbox"]:checked:before, .form-group input[type="checkbox"]:checked:after,
	.form-group input[type="radio"]:checked:before, .form-group input[type="radio"]:checked:after
	{
	content: "";
	position: absolute;
	height: 2px;
	background: #fff;
}

.form-group input[type="checkbox"]:checked:before, .form-group input[type="radio"]:checked:before
	{
	width: 8px;
	top: 11px;
	left: 2px;
	transform: rotate(44deg);
}

.form-group input[type="checkbox"]:checked:after, .form-group input[type="radio"]:checked:after
	{
	width: 14px;
	top: 8px;
	left: 5px;
	transform: rotate(-55deg);
}

.form-group input[type="checkbox"]:focus
.form-group input[type="radio"]:focus {
	outline: none;
}

.form-group input[type="radio"] {
	border-radius: 50%;
}

.form-group input[type="radio"]:checked:after {
	width: 15px;
	height: 15px;
	background: white;
	transform: inherit;
	border-radius: 50%;
	top: 2px;
	left: 2px;
}


/* The container */
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/* globle */
#footer-portlet{
	display: none;
}

/* To make responsive UI  */

@media only screen and (max-width: 650px) {
    .welcome-container{
    	display: none;
    }
    .portlet-create-account-text{
    	display: block;
    }
    .forgot-password-web{
    	display: none;
    }
    .forgot-password-mob{
    	text-align: center;
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	    font-weight: 600;
	    line-height: 24px;
    }   
    #footer-portlet {
    	display: block;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    margin-bottom: 20px;
	    margin-top: 84px;
	}
	#contact-us-portlet {
	    color: #6B6C7E;
	    font-weight: 600;
	    font-family: SF Pro Text;
	    padding-right: 20px;
	    font-size: 16px;
	}
	#privacy-terms-portlet {
		color: #6B6C7E;
	    font-weight: 600;	    
	    font-family: SF Pro Text;
	    padding-right: 20px;
	    font-size: 16px;
	}
	h2.portlet-title-text{
		font-size: 28px;
	}
	label.control-label, 
	.form-inline label,
	p,
	span {
		font-size: 14px;
	}
	#country-code-selector{
		min-width: 35%;
	}
	.tnc-container .tnc-text{
		font-size: 14px;
	}
	.otp-input input {
    margin: 0px 3.5px 0px 3.5px;
	}
	.default-text{
		font-size: 14px;
	}
	.title-txt-setup-complete {
    font-size: 28px;
	}
	
}

@media ( min-width : 768px) {
	.col-md-6 {
		max-width: 100% !important;
	}
}

/* css for lexicon icon */
svg.lexicon-icon.lexicon-icon-exclamation-full,
svg.lexicon-icon.lexicon-icon-times {
    fill: #721c24;
}