@font-face {
  font-family: "Gotham-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/gotham/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/gotham/GothamBook.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/gotham/Gotham-Bold.otf") format("opentype");
}
:root { 
  --dove-gray: #707070;
  --fountain-blue: #4EB8B8;
  --fuscous-gray: #545454;
  --gallery: #ededed;
  --mercury: #e5e5e5;
  --red: #ff0000;
  --ronchi: #e8c64e;
  --stack: #8e8e8e;
  --white: #ffffff;
 
  --font-size-l: 14px;
  --font-size-m: 12px;
  --font-size-s: 10px;
  --font-size-xl: 16px;
  --font-size-xs: 9px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 20px;
 
  --font-family-gotham-bold: "Gotham-Bold", Helvetica;
  --font-family-gotham-book: "Gotham-Book", Helvetica;
  --font-family-gotham-medium: "Gotham-Medium", Helvetica;
}
div p span body {
	font-family: var(--font-family-gotham-medium);
	line-height: 1.0 !important;
}
* {
  box-sizing: border-box;
  font-family: var(--font-family-gotham-medium);
}
img {
	max-width: 100%;
}
.dot-line-img {
	height: 4px;
}
.no-padding {
	padding: 0px;
}
.rightside {
	margin: 40px;
	text-align: center;
	min-height: 82.5vh;
}
.rightside .logodiv {
	background-image: url(https://myrewards-media.s3.ap-southeast-2.amazonaws.com/webroot/tlc/group-1710-11x.png);
	background-position: 50% 50%;
	background-size: cover;
	height: 64px;
	left: 0;
	position: absolute;
	top: 0;
	width: 212px;
}
.rightside .logo {
	/*width: 212px;*/
	margin-bottom: 40px;
}
.mob-img {
	display: none;
}
.rightside .login-label {
	font-size: 22px;
	font-family: var(--font-family-gotham-medium);
	color: var(--fuscous-gray);
}
.frm-element {
	background-color: var(--mercury);
	border-radius: 26px;
	height: 35px;
	padding: 6.5px 20px;
	width: 55%;
	border: none;
	max-width: 512px;
	color: var(--fuscous-gray);
}
/*.frm-element::placeholder {
 	font-family: var(--font-family-gotham-book);
 	text-align: center;
 	color: var(--fuscous-gray);
 	font-size: 14px;
}*/
::placeholder {
  text-align: center;
 	color: var(--fuscous-gray);
 	font-size: 14px; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-family: var(--font-family-gotham-book);
 	text-align: center;
 	color: var(--fuscous-gray);
 	font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
 font-family: var(--font-family-gotham-book);
 	text-align: center;
 	color: var(--fuscous-gray);
 	font-size: 14px;
}

.frm-a-div {
	color: var(--fuscous-gray);
	font-size: 14px;
	font-family: var(--font-family-gotham-book);
	text-align: center;
}
.frm-a {
	color: var(--fuscous-gray);
	font-weight: normal;
	text-decoration: underline;
}
.frm-a:hover {
	color: var(--fuscous-gray);
}
.frm-sbtn {
	background-color: var(--stack);
	font-family: Helvetica;
	border-radius: 26px;
	height: 35px;
	padding: 6.5px 20px;
	width: 22%;
	border: none;
	color: var(--white);
	font-size: 14px;
	max-width: 225px;
}
.frm-atbtn {
	background-color: var(--fuscous-gray);
	font-family: Helvetica;
	border-radius: 26px;
	height: 35px;
	padding: 6.5px 10px;
	width: 30%;
	border: none;
	color: var(--white);
	font-size: 14px !important;
	max-width: 225px;
}
.hding {
	color: var(--fountain-blue);
	font-family: var(--font-family-gotham-bold);
	font-size: 22px;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 0px;
	line-height: 1.2;
}
.blw-hding {
	color: var(--fuscous-gray);
	font-family: var(--font-family-gotham-medium);
	font-size: var(--font-size-xl);
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 1.2;
}
.blw-img {
	height: 90px;
}
.blw-p {
	color: var(--dove-gray);
	font-family: var(--font-family-gotham-medium);
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.2;
}
.team-perks {
	height: 52px;
}
.team-perks-blw {
	font-size: 14px;
	font-family: var(--font-family-gotham-medium);
	color: var(--dove-gray);
	line-height: 1.2;
}
.team-perks-list{
	color: var(--fuscous-gray);
	font-family: var(--font-family-gotham-book);
	font-size: 10px;
}
.team-perks-img {
	height: 61px;
	margin-top: 30px;
}
.btm-content{
	color: var(--dove-gray);
	font-family: var(--font-family-gotham-medium);
	font-size: 12px;
	margin-top: 40px;
	line-height: 1.2;
}
.footer-row {
	background-color: var(--stack);
	color: var(--white);
	font-family: var(--font-family-gotham-book);
	padding: 18px 12px 10px;
	text-align: center;
	font-size: 12px;
}
.footer-row span {
	margin-left: 50px;
}
.footer-row a {
	color: var(--white);
}

.m-banner {
	display: none;
}
.row-eq-height {
	min-height: 650px;
}
.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.row-eq-height > [class^=col]:first-of-type .banner {
  flex-grow: 1;
}
.blw-m-img {
	height: 64px;
}
.blw-m-p {
	color: var(--dove-gray);
	font-family: var(--font-family-gotham-medium);
	font-size: 12px;
	font-weight: 500;
	margin-top: 20px;
	text-align: left;
}
.foot-p {
	margin-top: 15px;
}
.footer-row1 span {
	margin-left: 30px;
}
.frm-sub {
	margin: 20px 0px 30px;
}
.frm-a-div1 {
	text-align: center;
	margin-left: 0%;
}
.mail-box {
	height: 94px;
	margin: 30px 0px;
}
.mail-p {
	color: var(--fuscous-gray);
	font-weight: 400;
	font-size: 12px;
	font-family: var(--font-family-gotham-book);
	margin-bottom: 30px;
}
.tick-p {
	color: var(--fuscous-gray);
	font-weight: 400;
	font-size: 14px;
	font-family: var(--font-family-gotham-book);
	margin-bottom: 30px;
}
.lable-blw {
	color: var(--fuscous-gray);
	font-weight: 400;
	font-family: var(--font-family-gotham-medium);
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.btm-content1 {
	font-size: 14px;
	font-family: var(--font-family-gotham-book);
	color: var(--fuscous-gray);
	margin: 30px 0px;
	line-height: 1.2;
}
.frm-ele1 {
	width: 95%;
}
.frm-select {
	font-family: var(--font-family-gotham-book);
	text-align: center;
	width: 95%;
	padding: 6px 20px 1.5px;
	color: var(--fuscous-gray);
}
.valid {
	/*color: var(--fuscous-gray);
	font-size: 12px;
	margin-top: -10px;
	margin-left: 15px;
	font-family: inherit;*/
}
.terms {
	margin: 20px 0px;
	font-family: var(--font-family-gotham-book);
	color: var(--fuscous-gray);
	font-size: 13px;
}
.round {
  position: relative;
  margin: 20px 0px;
}
.round label {
  background-color: var(--mercury);
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 9px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
  background-color: var(--stack);
  border-color: var(--stack);
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.check-content {
	margin-left: 25px;
	margin-top: -22px;
	font-family: var(--font-family-gotham-book);
	color: var(--fuscous-gray);
	font-size: 12px;
	text-align: left;
}
.hide {
	display: none;
}
.reset-tick-p {
	font-size: 18px;
	margin-top: 50px;
	color: var(--fuscous-gray);
	line-height: 1.2;
}
.form-group label {
	color: #f00;
	display: block;
	font-size: 14px;
}
.error-message{
	color:red;
	display: none;
	margin-bottom: 10px;
	line-height: 1.2;
}

.error-message a {
	color: red;
}
#login_error_flash{
	display: block;
}
#activate-your-account, #activate-fill-details, #activate_error2{
	display: none;
}
.lable-blw a, .btm-content a, .btm-content1 a {
	color: var(--fuscous-gray);
}
.form-group input[type=submit], .form-group input[type=button] {
	cursor: pointer;
	color: #fff;
}
#activate_user_form .form-row {
	width: 90%;
	margin: auto;
}
.check-content a {
	color: var(--fuscous-gray);
}
.tlc-logo {
	max-width: 300px;
}
.resend-otp, .resend-otp:hover {
	color: #545454;
  	text-decoration: none;
}
@media only screen and (max-width: 575px) {
	.blw-m-img-div {
		padding: 0px;
	}
	.team-perks-img {
		height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.frm-element {
		width: 94%;
	}
	.frm-sbtn { 
		width: 70%;
		margin-bottom: 20px;
	}
	.frm-atbtn {
		width: 70%;
		margin-left: 0px;
	}
	.frm-a-div {
		text-align: center;
		margin:  auto;
		font-size: 10px;
	}
	.rightside { 
		min-height: auto;
	}
	.m-banner {
		display: block;
	}
	.des-img {
		display: none;
	}
	.mob-img {
		display: block;
	}
	.blw-m-img {
		height: auto;
	}
	.blw-m-img {
		margin-top: 20px;
	}
	.team-perks {
		height: auto;
	}
	.blw-hding {
		font-size: 12px;
	}
	.hding {
		font-size: 18px;
	}
	.team-perks-blw {
		font-size: 12px;
	}
	.btm-content {
		font-size: 10px;
	}
	.rightside .login-label {
		font-size: 18px;
	}
	.lable-blw {
		font-size: 10px;
	}
	.btm-content1 {
		font-size: 10px;
	}
}
@media only screen and (min-width: 1500px) {
	.rightside .login-label {
		font-size: 30px;
	}
	.lable-blw {
		font-size: 18px;
	}
	.frm-a-div {
		font-size: 16px;
	}
	.btm-content1 {
		font-size: 16px;
	}
	.blw-img {
		height: 135px;
	}	
	.hding {
		font-size: 26px;
	}
	.team-perks-blw {
		font-size: 20px;
	}
	.blw-hding {
		font-size: 23px;
	}
	.btm-content {
		font-size: 14px;
	}
	.blw-p {
		font-size: 20px;
	}
	.team-perks {
		height: auto;
	}
	.team-perks-img {
		height: 94px;
	}
	.frm-a-div { 
		
	}
	.frm-atbtn {
		margin-left: 0%;
	}
	.footer-row {
		font-size: 18px;
	}
	.frm-ele1, .frm-select {
		max-width: 354px;
	}
	#activate_user_form .form-row {
		width: 80%;
	}
	.mail-p {
		font-size: 14px;
	}
}