<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
  overflow-y: hidden;
}
.sso_block {
  display: none;
}
/* Base loader animation */
#ajax_loading_base {
  display: block;
}
/*#signup_banner {
    background: url('../images/bg-img.jpg') no-repeat fixed;
    color: #fff;
    margin: 0;
    width: 100%;
    background-size: cover;
    padding: 0px;
    height: 311px;
}*/
.signup_heading h1{
  font-weight: 700;
  font-size: 40px;
  margin: 21px 0 15px 0;
  text-align: center;
  color: #060814;
  font-weight: 700;
}
.signup_heading {
    margin-bottom: 40px;
  }
.listing {
    background-color: transparent;
}
.logo{
  width: 200px;
}
.nav2 {
    
    border: none;
  opacity: 0.6;
  padding: 14px 0px 14px 0px;
}
.nav2 .navbar-nav &gt; li &gt; a {
    color: black;
  font-weight: 600;
}
#signup_background_img{
    background-image: url("../images/bg-image.png");
    background-repeat: repeat;
    padding-bottom: 50px;
    margin-top: 35px;
}
.section_first {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    margin-top: -46px;
    padding-bottom: 30px;
    background-color: #FFF;
    /* height: 748px; */
}
.section_first h3 {
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bold;
}
.section_first form {
  border-bottom: 1px solid #e5e3e3;
padding: 48px;
}
.sign_up_group { 
  position:relative; 
  margin-bottom: 45px;
}
.sign_up_group label{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 17px;
  transition: 0.2s ease all;
}
.sign_up_group input{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:96%;
  border:none;
  border-bottom:1px solid #757575;
}
.sign_up_group input:focus{ 
  outline:none; 
}
/*input:valid 
{ 
  border-bottom: 1px solid #4fc24f;
}*/
/* BOTTOM BARS ================================= */
.sign_up_bar  { 
  position:relative; 
  display:block; 
  width: 96%;
}
.sign_up_bar:before, .sign_up_bar:after   {
  content:'';
  height:1px;
  width:0;
  bottom:0px; 
  position:absolute;
  background:#4285f4; 
  transition:0.2s ease all;
}
.sign_up_bar:before {
  left:50%;
}
.sign_up_bar:after {
  right:50%; 
}

.sign_up_group input:valid ~ .sign_up_bar:before, .sign_up_group input:valid ~ .sign_up_bar:after{
  background: #4285f4 !important;
}
.sign_up_group input:invalid {
  box-shadow: none;
}

/* HIGHLIGHTER ================================== */
/*.sign_up_highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  transition:0.2s ease all;
  opacity:0.5;
}*/

/* active state -------------------------------------------- */
.sign_up_group input:focus ~ label, .sign_up_group input:not([value=""]) ~ label /*.sign_up_group input:valid ~ label*/ {
  top:-15px;
  font-size:12px;
  color:#4285f4;
}
.sign_up_group input:focus ~ .sign_up_bar:before {
  width:50%;
}
.sign_up_group input:focus ~ .sign_up_bar:after {
  width:50%;
}
.sign_up_group input:focus ~ .sign_up_highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
}
.sign_up_group input:valid ~ .sign_up_highlight {
    -webkit-animation:validHighlighter 0.3s ease;
}
.sign_in_btn {
  background-color: #4ecdc4;
  border: none;
  padding: 12px 46px 12px 25px;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 39px !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  display: table;
  margin: 0 auto;
}
.sign_in_btn:hover {
    background-color: #33a29a;
}
.form_first img {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}
.form_second img {
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}
.new_member {
    padding-top: 30px;
}
.new_member p {
  float: left;
  margin-right: 10px;
  margin-left: 33%;
}
.sign_up_btn {
  float: left;
  background-color: #f2f2f2;
  border: none;
  color: #9b9b9b;
  padding: 6px 15px;
  border-radius: 50px;
 cursor: pointer !important;
  font-weight: bolder;
  font-size: 14px;
  margin-top: -6px;
  transition: 0.2s;
}
.sign_up_btn:hover {
    background-color: #ffb628;
    color: #fff;
}
.select_box label{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 17px;
  transition: 0.2s ease all;
}
.select_box {
   margin-bottom: 45px;
    position: relative;
}
.select_box select:focus ~ label, .select_box select:valid ~ label {
  top: -25px;
  font-size: 12px;
  color: #4285f4;
  left: 0px;
}
.select_box .select2.select2-container.select2-container--default {
    max-width: 100%;
    min-width: 98%;
}
.select_box .select2-search__field {
  width: 100% !important;
  color: #454545 !important;
  font-size: 14px !important;
}
/*.select_box .select2-selection__rendered {
    position: absolute;
    margin-top: 47px !important;
}*/
.select_box .select2-selection__choice {
  background-color: #dbf1ff !important;
  border: none !important;
  color: #4b93ce;
  padding: 5px 8px !important;
  margin-right: 14px !important;
  border-radius: 50px !important;
}
.select_box .select2-selection__choice__remove {
  color: #3693ce !important;
  float: right;
  margin-left: 5px;
}
.select2-selection.select2-selection--multiple {
  border: none !important;
  border-bottom: 1px solid #757575 !important;
  border-radius: 0px !important;
}
.select_box .select2-selection.select2-selection--single {
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 0px;
}
.select-label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 25px;
  transition: 0.2s ease all;
}
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
 top:-11px;
  font-size:12px;
  color:#4285f4;
}
.select_box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
}
.sign_up_checkbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.sign_up_checkbx {
  display: block;
  position: relative;
  margin-top: -15px;
text-align: center;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.checkmark {
    position: absolute;
   left: 20%;
   height: 19px;
width: 19px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.sign_up_checkbx:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sign_up_checkbx input:checked ~ .checkmark {
    background-color: #45c9be;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.sign_up_checkbx input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.sign_up_checkbx .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 280px) and (max-width: 767px) {
  .section_first {
      height:auto;
  }
  .new_member {
      padding-bottom: 26px;
  }
  .new_member p {
      margin-left: 15%;
  }
  .checkmark {
      left: -6%;
      margin-top: -3px;
  }
  .test_series_modal-content {
    width: 91% !important;
  }
  .signup_heading h2{
    font-size: 24px;
  }
  .signup_heading {
    margin-bottom: 40px;
  }
  .section_first form {
  padding: 20px;
  }
  .ts_mobile_form {
    padding: 0 0;
    margin: 0px -10px 0 -10px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
    .checkmark {
    left: 12%;
}
}

.test_series_modal {
    /*display: none;  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.test_series_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 35%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 28px 25px;
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.test_series_close {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: -7px;
  top: -15px;
  background: #4ecdc4;
  border-radius: 50%;
  padding: 0px 11px;
}
.test_series_close:hover,
.test_series_close:focus {
    color: #5a594b;
    text-decoration: none;
    cursor: pointer;
}
.test_series_modal-body {padding: 2px 16px;}
.sign_in_btn[disabled] {
  background-color: lightgray;
  cursor: not-allowed;
}
.test_series_modal-body .rotate_icon {
  position: absolute;
  font-size: 1.4em;
  margin-top: -17px;
  margin-left: -5px;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.test_series_modal-body .ro {
  width: 1.2em;
  display: inline-block;
}

.rotate_icon {
  position: absolute;
  font-size: 1.4em;
  margin-top: -3px;
  margin-left: 5px;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.social_signin {
  text-align: center;
  padding-top: 39px;
}
#fb_go_signup {
  display: none;
}
.update_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba( 0, 0, 0, 0.6);
  z-index: 9999;
  margin: auto;
  top: 0;
}
.update_loading center {
  margin-top: 25%;
}
.update_loading img {
  width: 4%;
}
.Ins_ModeSelect {
  margin-bottom: 45px;
  position: relative;
}
.Ins_ModeSelect p {
  width: 29%;
  color: #999;
}
.Ins_ModeSelect p,.Ins_typeSelect_Section,.DirD_form_radio{
  display: inline-block;
}
.Ins_typeSelect_Section {
  width: 69%;
}
.DirD_form_radio {
  margin: 0 10px 0 0;
}
.DirD_form_radio [type=radio]:checked,.DirD_form_radio [type=radio]:not(:checked){
  position:absolute;
  left:-9999px;
}
.DirD_form_radio [type=radio]:checked+label,.DirD_form_radio [type=radio]:not(:checked)+label{
  position:relative;
  padding-left:22px;
  cursor:pointer;
  line-height:20px;
  display:inline-block;
  color:#666;
}
.DirD_form_radio label{
  font-weight:400;
  font-size:15px;
  color:#999!important;
}
.DirD_form_radio [type=radio]:checked+label::before,.DirD_form_radio [type=radio]:not(:checked)+label::before{
  content:'';
  position:absolute;
  left:-1px;
  top:-1px;
  width:16px;
  height:16px;
  border:1px solid #2581cc;
  border-radius:100%;
  background:#fff;
}
.DirD_form_radio [type=radio]:not(:checked)+label::before{
  border:1px solid #b5b5b5;
}
.DirD_form_radio [type=radio]:checked+label::after,.DirD_form_radio [type=radio]:not(:checked)+label::after{
  content:'';
  width:10px;
  height:10px;
  background:#2480cb;
  position:absolute;
  top:2px;
  left:2px;
  border-radius:100%;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}
.DirD_form_radio [type=radio]:not(:checked)+label:after{
  opacity:0;
  -webkit-transform:scale(0);
  transform:scale(0)
}
.DirD_form_radio [type=radio]:checked+label:after{
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.select_box label{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 17px;
  transition: 0.2s ease all;
}
.select_box select ~ label {
  top: -25px;
  font-size: 12px;
  color: #4285f4;
  left: 0px;
}
.select-label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 25px;
  transition: 0.2s ease all;
}
#testSModal {
  display: none;
}

.TestSeriesLoginPage {
	padding: 60px 0px;
	background-color: #f2f9ff !important;
}
.ts_lgSide_image span {
	color: #7db0df;
	font-size: 33px;
	width: 75%;
	margin: 90px auto 0px;
	font-weight: 700;
}
.Ts_loginPage {
	width: 448px;
	margin: 0px auto 0px;
	padding: 30px 40px;
}
.ts_lg_heading, .ts_lg_text,.ts_lgConnect,.ts_lgSide_image span {
	display: block;
}
.ts_lg_heading {
	color: #555555;
	font-size: 29px;
	font-weight: 400;
}
.ts_lg_text {
	color: #9e9e9e;
	font-size: 19px;
	margin: 2px 0 20px 0;
}
.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.ts_lg_seePass {
	position: relative;
}
.ts_lg_seePass span {
	cursor: pointer;
	color: #797979;
	position: absolute;
	right: 10px;
	top: 15px;
}
.ts_log_btn {
	display: block;
	width: 100%;
	background: #3dbf55;
	color: #fff;
	font-size: 20px;
	transition: .5s all;
	margin-bottom: 12px;
}
.ts_log_btn:hover {
	background: #39a44d;
	color: #fff;
}
.ts_lgAccText {
	text-align: center;
	font-size: 16px;
	margin: 6px 0 6px 0;
	color: #797979;
}
.ts_lgAccText a {
	color: #4b4949;
	text-decoration: underline;
}
.ts_lgConnect {
	text-align: center;
	color: #555555;
	font-size: 15px;
	margin-top: 21px;
}
.ts_lgConnect::before, .ts_lgConnect::after {
	display: inline-block;
	content: "";
	border-top: 1px solid #e3e3e3;
	width: 10rem;
	margin: 0 1rem;
	transform: translateY(-4px);
}
.eduSignBtn {
	width: 240px;
	margin: 15px auto 5px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	display: block;
	height: 40px;
	cursor: pointer;
}
.ts_lg_eduLogo, .ts_lg_eduText {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 8px;
}
.ts_lg_eduLogo {
	width: 23%;
}
.ts_lg_eduLogo img {
  width: 30px;
  margin-top: 5px;
}
.ts_lg_eduText {
	color: #6d6d6d;
	font-size: 15px;
	width: 73%;
}
.ts_lg_leftPart {
  height: auto;
	width: 100%;
  background: url(../images/slice2.png) no-repeat center;
  background-size: contain;
  background-position: center bottom -100px;
  margin-right: -10px;
}
.ts_lg_rightPart, .ts_lg_leftPart {
	display: inline-block;
	float: left;
}
.ts_lg_rightPart {
	width: 38%;
	position: fixed;
	height: 100%;
	top: 0;
	background-color: #fff !important;
	display: block;
	right: 0;
	overflow: auto;
	background: url(../images/slice4.png) no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.tS_center_form {
	display: table;
	margin: 0px auto 0px;
	height: 100%;
}
.tS_Form_Scroll {
	display: table-cell;
	vertical-align: middle;
}
.log_Forget_pass {
	display: block;
	text-align: right;
	color: #999;
	margin: -7px 0 12px 0;
}
.logPage_seprator .ts_lgConnect {
	margin: 40px 0 25px 0;
}
.ts_lgText_section {
	margin: 0 0 50px 0;
}
@media (min-width:768px) and (max-width:1024px){
	.ts_lgSide_image span {
		font-size: 22px;
		width: 95%;
	}
	.Ts_loginPage {
		width: 100%;
		margin: 0px auto 0px;
		padding: 22px 22px;
	}
	.ts_lgConnect::before, .ts_lgConnect::after {
		width: 8rem;
  }
  .ts_lgSide_image span {
      font-size: 23px;
      margin: 65px auto 0px !important;
  }
  .ts_lg_leftPart {
      width: 52%;
  }
  .ts_lg_rightPart {
    width: 47% !important;
  }
  .Ts_loginPage {
    padding: 30px 20px;
  }
  .TestSeriesLoginPage {
    background-position: left -112px bottom -74px !important;
  }
}
@media (min-width:801px) and (max-width:1000px){
	.ts_lgSide_image span {
		font-size: 22px;
		width: 95%;
	}
	.ts_lg_leftPart {
		width: 56%;
	}
	.ts_lg_rightPart {
		width: 46%;
	}
	.Ts_loginPage {
		width: 100%;
		margin: 0px auto 0px;
		padding: 22px 22px;
	}
	.ts_lgConnect::before, .ts_lgConnect::after {
		width: 8rem;
	}
}
@media (min-width:1001px) and (max-width:1280px){
	.ts_resize_form .Ts_loginPage {
		width: 96%;
		padding: 30px 29px;
	}
	.ts_lgSide_image span {
		font-size: 27px;
		width: 90%;
		margin: 66px auto 0px;
	}
	.ts_lgConnect::before, .ts_lgConnect::after {
		width: 6rem;
	}
}
.ts_lg_rightPart {
  width: 38%;
  position: absolute;
  height: 100%;
  top: 62px;
  background-color: #fff !important;
  display: block;
  right: 0;
  overflow: auto;
  background: url(../images/slice4.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.Ts_headerFull_W {
  position: relative;
  z-index: 9;
}
.TestSeriesLoginPage {
  height: calc(100vh - 120px);
}
.ts_lg_rightPart {
  height: calc(100% - 120px);
}
.ts_lgSide_image span {    
  margin: 25px auto 610px;
}

.TestSeriesLoginPage {
  height: 100%;
  padding: 0px 0px 0 0;
}
.ts_lg_rightPart {
  height: 100%;
  width: 39%;
  position: relative;
  overflow: unset;
  top: 0px;
  display: inline-block;
  right: -13px;
}
.ts_lg_rightPart, .ts_lg_leftPart {
  float: unset;
  vertical-align: middle;
}
.Ins_ModeSelect p, .Ins_typeSelect_Section, .DirD_form_radio {
  vertical-align: middle;
}
.Ins_ModeSelect {
  margin-bottom: 25px;
}
.ts_lgText_section {
  margin: 0 0 23px 0;
}

.ts_lgSide_image span {
  margin-top: 2%;
}
.ts_lg_rightPart, .ts_lg_leftPart {
  vertical-align: top;
}
.ts_lg_rightPart {
  right: -7px;
}
.SignUp_Section_tst input.ng-touched.ng-invalid {
  border-color:red;
}
.remove_margin_top {
  margin-top: -25px;
}

.referral_code_btn {
  display: flex;
  height: 47px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single {
  height: 47px;
  border: 1px solid #d0d0d0;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(146, 145, 145);
  line-height: 47px;
}

.form-group .iti {
  width: 100%;
}

.iti__country-list {
  width: 250px;
}
</pre></body></html>