body { 
  overflow-y: hidden;
}
/* Base loader animation */
#ajax_loading_base {
  display: block;
  z-index: 10000;
}
.sso_block {
  display: none;
}
#login_banner {
    background: url('../images/bg-img.jpg') no-repeat fixed;
    color: #fff;
    margin: 0;
    width: 100%;
    background-size: cover;
    padding: 0px;
    height: 311px;
}
.signin_heading {
  margin-bottom: 40px;
}
.signin_heading h1{
  font-weight: 700;
  font-size: 40px;
  margin: 21px 0 15px 0;
  text-align: center;
  color: #060814;
  font-weight: 700;
}
.listing {
    background-color: transparent;
}
.logo{
  width: 200px;
}
.nav2 {
    
    border: none;
  opacity: 0.6;
  padding: 14px 0px 14px 0px;
}
.nav2 .navbar-nav > li > a {
    color: black;
  font-weight: 600;
}
#login_background_img{
    background-image: url("../images/bg-image.png");
    background-repeat: repeat;
    padding-bottom: 50px;
    margin-top: 35px;
}
.section_first h3 {
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 30px;
    font-weight: bold;
}
.section_first form {
  border-bottom: 1px solid #e5e3e3;
padding: 48px;
}
.sign_in_group { 
  position:relative; 
  margin-bottom:30px; 
}
.sign_in_group label{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 17px;
  transition: 0.2s ease all;
}
.sign_in_group input{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:96%;
  border:none;
  border-bottom:1px solid #757575;
}
.sign_in_group input:focus{ 
  outline:none; 
}
/*input:valid 
{ 
  border-bottom: 1px solid #4fc24f;
}*/
/* BOTTOM sign_in_barS ================================= */
.sign_in_bar  { 
  position:relative; 
  display:block; 
 width: 96%;
}
.sign_in_bar:before, .sign_in_bar:after   {
  content:'';
  height:1px;
  width:0;
  bottom:0px; 
  position:absolute;
  background:#4285f4; 
  transition:0.2s ease all;
}
.sign_in_bar:before {
  left:50%;
}
.sign_in_bar:after {
  right:50%; 
}

.sign_in_group input:valid ~ .sign_in_bar:before, .sign_in_group input:valid ~ .sign_in_bar:after{
  background: #4285f4 !important;
}
.sign_in_group input:invalid {
  box-shadow: none;
}
/* HIGHLIGHTER ================================== */
/*.sign_in_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_in_group input:focus ~ label, .sign_in_group input:valid ~ label    {
  top:-15px;
  font-size:12px;
  color:#4285f4;
}

.sign_in_group input:focus ~ .sign_in_bar:before {
  width:50%;
}
.sign_in_group input:focus ~ .sign_in_bar:after {
  width:50%;
}
.sign_in_group input:focus ~ .sign_in_highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
}
.sign_in_group input:valid ~ .sign_in_highlight {
    -webkit-animation:validHighlighter 0.3s ease;
}
button.sign_in_btn[disabled] {
  background-color: lightgray;
  cursor: not-allowed;
  transition: all 1s;
}
.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: 21px !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  display: table;
  margin: 0 auto;
}
.section_first a {
  color: #a9a9a9;
  text-decoration: none;
  display: block;
  margin-top: -18px;
  text-align: right;
  padding-right: 11px;
  transition: 0.3s;
}
.section_first a:hover {
    color: #4285f4;
}
.sign_in_btn:hover {
    background-color: #33a29a;
}
.section_first form img {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}
.new_member {
    padding-bottom: 14px;
    padding-top: 34px;
}
.new_member p {
    float: left;
    margin-left: 33%;
    margin-right: 7px;
}
/*  We define iti(international tel input) css for input box to obtain 100% width. */
.form-group .iti {
    width: 100%;
}
/* .iti__country-list class of library dropdown conatainer width is more than our phone field. */
.iti__country-list {
    width: 20vw !important;
}
.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: -5px;
 transition: 0.2s;
}
.sign_up_btn:hover {
    background-color: #ffb628;
    color: #fff;
}
.facebook_btn, .google_btn {
  padding: 12px 21px;
  font-size: 18px;
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.7s;
}
.facebook_btn{
   background-color: #3b5999;
}
.google_btn {
    background-color: #de4b39;
}
.google_btn:hover{
  background-color:#de3621;
  }
.facebook_btn:hover {
  background-color: #29498c;
}
.social_signin {
  text-align: center;
  padding-top: 39px;
}
.section_first {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    margin-top: -46px;
    padding-bottom: 30px;
}
.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);
  }
}
@media (min-width: 280px) and (max-width: 767px) {
  .test_series_modal-content {
    width: 91% !important;
  }
}
.test_series_modal {
    /*display: none;  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* 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;}
.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;
}
.fp_cl {
  cursor: pointer;
}
.sign_in_group .show_password {
  display: block;
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

.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%;
}

.TestSeriesLoginPage {
	height: 100vh;
}
.ts_lgSide_image span {
	color: #7db0df;
	font-size: 33px;
	width: 75%;
	margin: 18px auto 610px;
	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: 14px;
	top: 14px;
}
.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;
  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 {
	position: fixed;
	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;
}
.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;
  }
  .Ts_loginPage {
    padding: 30px 20px;
  }
  .TestSeriesLoginPage {
    background-color: #f2f9ff!important;
  }
}
@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%;
	}
	.ts_lgConnect::before, .ts_lgConnect::after {
		width: 6rem;
	}
}
.ts_lg_rightPart {
  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: 100%;
    padding: 0px 0px 0 0;
    background-color: #f2f9ff!important;
    margin-top: -12px;
}
.ts_lg_rightPart {
    background-color: #fff !important;
    right: 0;
    background: url(../images/slice4.png) no-repeat;
    position: relative;
    overflow: unset;
    top: 0px;
    display: inline-block;
    background-position: center bottom;
    background-size: contain;
}
.tS_center_form {
    margin: 30px auto 30px;
}