@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;600;700&display=swap');

:root {
	--loginBlue: #337AB7;
	--white: #FFFFFF;
}

.language-highlighter {
	color: #1C64F2 !important;
}

.error-container-message{
	display         : block !important;
	font-size       : 12px !important;
	margin-bottom   : 2px;
	color           : #ff0000;
	text-align: left;
}
.input-validation.has-error {
	color           : unset;
	color           : #000000;
}
.field-icon {
	display: flex;
	float: right;
	position: relative;
	top: -33px;
	left: -11px;
}

.field-eye-icon {
	cursor: pointer;
	float: right;
	margin-right: 8px;
	margin-top: -52px;
}

.field-eye-icon2 {
	cursor: pointer;
	float: right;
	margin-right: 8px;
	margin-top: -34px;
}

.font-style-poppins {
	font-family: 'Poppins', sans-serif;
}

.has-error {
	display: block;
}

.has-error-border {
	border: 1px solid red !important;
}

#reg_email-error {
	color: red;
}

.no-error {
	display: none;
}

.top-margin-15px {
	margin-top: 15px;
}

input#toggle {
	display: none;
	visibility: hidden;
}

label[for=toggle] {
	padding: 0.5em;
	text-align: center;
	color: #666;
}

label[for=toggle]:hover {
	color: #000;
}

label[for=toggle]::before {
	font-family: Consolas, monaco, monospace;
	font-weight: bold;
	content: "+";
	vertical-align: text-top;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
}

#expand {
	height: 0px;
	overflow: hidden;
	transition: height 0.5s;
}

#toggle:checked~#expand {
	height: 350px;
}

#toggle:checked~label::before {
	content: "-";
}

.or-text {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 0.1em;
	margin: 20px 0 30px;
}

.or-text span {
	background: #fff;
	padding: 0 30px;
}

.facebook-sign {
	color: #337ab7;
	cursor: pointer;
}

.facebook-sign :hover {
	background-color: #f0f0ff;
}

.google-sign {
	color: red;
	cursor: pointer;
}

.google-sign :hover {
	background-color: #ffefef;
}

.birthday-content {
	display: none !important;
	border: 1px solid #E1E5EC;
	margin-top: 10px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	width: 20em !important;
}

#powered-by-img {
	max-height: 30px;
	width: auto;
	margin-top: 10px
}

.language-link {
	padding: 20px !important;
	background-color: var(--loginBlue);
}

.language-link a {
	color: var(--white);
}

.social-signin-signup {
	margin-bottom: 10px;
}

.social-btn-container {
	height: 50px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #eee;
	border-radius: 10px !important;
	padding: 10px;
}

.social-btn {
	border-radius: 15px !important
}

.login-btn {
	margin-top: 1px;
	font-weight: 600;
	padding: 10px 20px!important;
	color: #FFF;
	width: 15rem;
	margin: 0 auto;
	display: block;
	border-radius: 5px !important;
	background-color: var(--loginBlue) !important;
	/* background-color: #3598dc; */
	/* border-color    : #3598dc; */
	background-color: maroon;
	border-color: maroon;
}

.ask-inv-lbl {
	margin: 20px 0px 20px 0px !important; 
	color:#234C7B !important
}

.field-div {
	margin-bottom:0px;
}

.lang-div {
	display:none; 
	padding: 15px 25px 15px 25px !important;
}

.fname-field {
	margin: 0px 0px 10px 0px;
}

.top-bot-10 {
	margin: 10px 0px;
}

.reason-field {
	margin: 0px 0px 5px 0px; 
	height: 100px; width: 100%; 
	resize: none;
}

.inv-btn {
	margin: 0px 10px 0px 0px;
}

.non-iframe {
	display:none; 
	visibility:hidden
}

.lang-link-a {
	text-decoration: underline;
	margin: 0px 0px 0px 20px !important
}

.text-deco-underline {
	text-decoration: underline;
}
.color-blue {
	color: #234C7B !important
}

.h3-forgot {
	color:#234C7B; 
	padding: 0px 0px 5px 0px;
}

.language-link-separator {
	border-left: 2px solid black;
	opacity: 1;
	margin: 0 10px;
}

.login-remember-forgot {
	margin-bottom: 1em !important;
}

.login-remember-forgot :nth-child(1) {
	order: 2;
}

.login-remember-forgot :nth-child(2) {
	order: 1;
}

.password-forgot {
	float: none !important;
	margin-top: 0 !important;
	height: 50px;
}

.form-remember-forgot {
	border-bottom: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.invitation {
	margin-bottom: 0 !important;
	color: #428BCA;
}

.get-app {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: var(--loginBlue);
	height: 8em;
	color: var(--white);
	padding: 0 30px;
}

.get-app p{
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}

.get-app-icons {
	text-align: center;
}

.get-app-icons a img{
	width: auto;
	object-fit: cover;
	object-position: 50% 50%;
}

.get-app-icons a:first-child {
	margin-right: 5px;
}
.get-app-icons a:nth-child(2) {
	margin-left: 5px;
}

.login-username:focus {
	border: 1px solid var(--loginBlue) !important;
}

.login-password:focus {
	border: 1px solid var(--loginBlue) !important;
}

.line-container {
	width: 45%;
}

.line-separator {
	border-top: 5px solid #E4E4E4 !important;
	opacity: 1;
	width: 100%;
}

#invitePhone {
	display: inline;
}

.width-country-code {
	width: 53%;
}

.width-phone {
	width: 100%;
}

.field-bg-white {
	background-color: white !important;
}

#countryCode {
	background-color: #F5F5F5;
	border-right: none !important;
}

.btn-light-blue {
	border: 1px solid #337AB7;
	background-color: white;
	color: #337AB7;
	height: 50px;
}

.btn-light-blue:hover {
	border: 1px solid #337AB7;
	background-color: #337AB7;
	color: white;
	box-shadow: 8px 10px 10px #00000029 !important
}

.text-blue {
	color: #1C64F2;
}

.small-button {
	width: 150px;
	height: 50px;
}

.large-button {
	width: 200px;
	height: 50px;
}

.btn-dark-blue {
	background-color: #1C64F2;
	color: white;
}

.btn-white-blue {
	background-color: white;
	color: #1C64F2;;
	border: 1px solid #1C64F2;
}
.btn-white-blue:hover {
	border: 1px solid #1C64F2;
	background-color: #1C64F2;
	color: white;
	box-shadow: 8px 10px 10px #00000029 !important
}

.btn-dark-blue, .btn-light-blue, .btn-white-blue {
	border-radius: 3px !important;
}

.btn-dark-blue:hover {
	border: 1px solid #1C64F2;
	background-color: white;
	color: #1C64F2;
	box-shadow: 8px 10px 10px #00000029 !important
}

.align-center {
	align-items: center !important;
}

.border-radius-5 {
	border-radius: 5px !important;
}

.frmRegister {
	display: none;
}
.login-icon {
	font-size: 16px;
	padding: 10px 0px 10px 10px;
	color: #6C727F;
}

#emailContainer, #passwordContainer, #forgotEmailContainer {
	border: 1px solid #6C727F;
	padding: 5px;
	background-color: white;
	border-radius: 5px !important;
}

#forgotEmailContainer {
	margin-top: 50px;
}

.form-forgot-email {
	padding: 70px 0;
}

#email, #password, #emailForgotPW {
	border: none !important;
}

.image-container {
	width: 50%;
	display: inline-block;
	/* background-color: lightcoral; */
	margin-top: 50px;
}

.field-container {
	width: 50%;
	display: inline-block;
	padding: 60px 90px 50px 90px;
	/* background-color: lightseagreen; */
}

.wrapper {
	width: 100%;
	height: 768px !important;
	padding: 0 100px;
}

.text-dark {
	color: black !important;
}

.text-bold {
	font-weight: 900;
}

.text-bold-500 {
	font-weight: 500;
}

.text-bold-600 {
	font-weight: 600;
}

#loginPhoneImage {
	width: 450px;
	height: auto;
}

.font-12 {
	font-size: 12px;
}

.copy-right-container {
	margin-top: 70px;
}

#forgot-password {
	width: 100% !important;
}

.get-the-app-field-container {
	display: none;
}

.d-none {
	display: none;
}

.custom-modal-body {
	display: grid;
	justify-items: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
    text-align: center;
    gap: 15px;
	position: relative;
}

.btn-resend {
	background-color: transparent;
	border: none;
	color: #1b64f2;
	font-weight: 550;
}

.btn-close {
	background-color: transparent;
	position: absolute;
    top: 5px;
    right: 5px;
}

.modal-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -16px !important;
	height: 100vh !important;
}

.modal-content {
	border-radius: 1rem !important; /* 16px */
	width: 75% !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.image-container {
		display: none !important;
	}
	.field-container {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.logo {
		margin-top: 2rem !important;
	}
	.wrapper {
		padding: 20px 40px;
	}

	.logo > a > img {
		width: 200px;
	}

	.welcome-label {
		font-size: 21px;
		margin-top: 2rem !important;
	}

	.form-group.form-password {
		margin-top: 5px !important;
	}

	.get-the-app-field-container {
		display: block;
	}

	.copy-right-container {
		margin-top: 30px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 992px) {
	.image-container {
		display: none !important;
	}
	.field-container {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.logo {
		margin-top: 2rem !important;
	}
	.wrapper {
		padding: 20px 40px;
	}

	.logo > a > img {
		width: 200px;
	}

	.welcome-label {
		font-size: 21px;
		margin-top: 2rem !important;
	}

	.form-group.form-password {
		margin-top: 5px !important;
	}

	.get-the-app-field-container {
		display: block;
	}

	.copy-right-container {
		margin-top: 30px;
	}
}