@font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/material/MaterialIcons-Regular.eot); /* For IE6-8 */
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/material/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/material/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/material/MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Thin.woff') format('woff'), url('../fonts/roboto/Roboto-Thin.ttf') format('truetype'), url('../fonts/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-style: normal;
    font-weight: 700;
}

.material-icons {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;  /* Preferred icon size */
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;

      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;

      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;

      /* Support for IE. */
      font-feature-settings: 'liga';
}

* {
    outline: none !important;
}
body {
    font-family: 'Roboto';
    margin: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset!important;
}
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset!important;
}

.loginBox {
    max-width: 90%;
    width: 500px;
}

/* lms loader */

/* Removed nexgurukul login loader multiple css

 .lms_loader {
  width: 75px !important;
  height: 75px !important;
  text-align: center;
  background: transparent;
  border: 1px solid #f6f6f6;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lms_loader img, .lms_loader svg {
  width: 50px !important;
  margin: inherit !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lms_loader svg {
  width: 75px !important;
  height: 75px !important;
}
.lms_loader .rect {
  fill: none;
  stroke-width: 2px;
  stroke: #ffd32f;
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  -webkit-animation: movedash 1s forwards 0s infinite;
          animation: movedash 1s forwards 0s infinite;
}

@keyframes movedash {
  to {
    stroke-dashoffset: 250%;
  }
} */

.loginFooter {
    background-color: white;
    min-height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.loginFooter img {
	display: block;
}
.loginFooter .loginLogo img {
	width: auto;
	height: 34px;
}

.loginFooter {
		min-height: 54px;		
	}
	 
.loginFooter .loginAndroidApp img {
	height: 40px !important;
} 

p {
    margin: 0
}
.text-dark {
    color: rgba(0, 0, 0, 0.35) !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-normal {
	text-transform: none;
}
.font14 {
    font-size: 14px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-18 {
	margin-top: 18px;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-20 {
    margin-top: 20px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 50px;
}
.mr-20{
	margin-right: 20px;
}
.mt-30{
	margin-top: 30px;
}
.font12 {
	font-size: 12px;
}
.mobile-activation-block {
    display: table-cell;
    vertical-align: bottom;
}
.mobile-activation-block a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.login-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/assets/ln-login-bg.jpg') no-repeat center center/cover #30384a;
    opacity: 100%;
}
.lablogin-bg {
    position: absolute;
    width: 100%;
    height: 100%;
   /*  background: url('../images/assets/admisison-formLab-bg.png') no-repeat center center/cover #30384a; */
    opacity: 100%;
    background-image: url("../resources/workspace/lmscommon/images/lms/labcorner/labcorner-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
header {
    /* min-height: 10vh; */
    
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 1;
}
.school_name h2 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto';
    margin: 10px 0px;
}
.school_name h4 {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    margin: 10px 0px;
}
.school_name h4 span {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    text-decoration: underline;
    color: #6896de;
}
.grey_text {
    color: #666 !important;
}
.no-underline {
    text-decoration: none !important;
}
.loginForm {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -200px;
    width: 400px;
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 5px;
}
form {
    margin: 0;
}
/* .form-field{background: #fff;border-radius: 5px;margin: 10px 0px;width:100%;height: 45px;padding: 5px 15px;border: none; box-sizing:border-box;font-size:16px;} */

.forgot_password {
    color: #828282;
    font-weight: 400;
    font-size: 14px;
}
/*----------Login Form Style Start-------------- */

.login-Form {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border-radius: 0;
    box-sizing: border-box;
    float: left;
    left: 50%;
    margin: -160px 0 0 -30%;
    min-height: 320px;
    padding: 40px;
    position: absolute;
    top: 50%;
    width: 60%;
    z-index: 2;
}
.signin-one {
    width: 35%;
    height: 50px;
    background: #fff;
    float: left;
    padding: 30px 40px;
    border-radius: 4px;
    position: absolute;
    top: -55px;
    min-height: 360px;
    z-index: 1;
}
.form-field {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.signin-one h2 {
    color: rgba(0,0,0,.87);
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}
.signin-two {
    width: 48%;
    height: 50px;
    float: right;
    margin-left: 0%;
    display: table;
    height: 240px;
}
.signin-two .signup-inner {
    display: table-cell;
    vertical-align: middle;
}
.signin-two .signup-inner h2 {
    color: #fff;
    font-weight: 100;
    font-size: 28px;
    margin-bottom: 10px;
}
.signin-btn {
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 13px 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.signup-one {
    width: 35%;
    height: 50px;
    background: #fff;
    float: right;
    padding: 30px 40px;
    border-radius: 4px;
    position: absolute;
    top: -55px;
    right: 40px;
    min-height: 360px;
}
.form-field {
    background: #fff;
    border-radius: 3px;
    outline: none;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.signup-one h2 {
    color: rgba(0,0,0,.87);
   text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}
.signup-two {
    width: 50%;
    height: 50px;
    float: left;
    display: table;
    height: 240px;
}
.signup-two .signup-inner {
    display: table-cell;
    vertical-align: middle;
}
.signup-two .signup-inner h2 {
    color: #fff;
    font-weight: 100;
    font-size: 28px;
    margin-bottom: 10px;
}
.signup-btn {
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 13px 40px;
    text-transform: uppercase;
}
/*----------Login Form Style End--------------- */

.plr10 {
    padding: 0px 10px;
}
.relative {
    position: relative;
}
.ptb10 {
    padding: 10px 0px;
}
.pt-10{
	padding-top: 10px;
}
.text-white {
    color: #fff;
}
.text-center {
    text-align: center;
}
.sign-btn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #029f50;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0px;
    border: none;
    line-height: 45px;
    cursor: pointer;
    box-shadow: 0px 2px 0px #e3e3e3;
}
.sign-btn[disabled] {
    background: rgba(0, 0, 0, 0.18) !important;
    cursor: not-allowed;
}
.register-btn {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	font-weight: 500;
	margin: 10px 0px;
	font-size: 16px;
	background: #BEBEBE;
	box-shadow: none;
	border: 1px solid #BEBEBE;
}
.register-user {
	margin-right: 32px;
}

.inline-block {
	display: inline-block
}
.account-register {
	color: #029f50 !important;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0px;
	cursor: pointer;
	text-decoration:none;
}
.account-register.normal-text {
	color: #8B8A8A !important;
	font-weight: 400;
}
.border_line {
    border-top: 1px solid #bbb;
    width: 60%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.google-btn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    box-shadow: 0px 2px 0px #e3e3e3;
    background: #ddd;
}
footer {
    background: #00164a;
    /* opacity: 0.5; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    padding: 26px;
}
.footer_quote h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    font-family: 'Roboto';
    font-style: italic;
}
.footer_quote .app-image {
     margin: 5px 16px 5px 0px;  
}
.footer_quote .app-image a {
    display: block;
}
.footer_quote .app-image img {
	width: 100%;
	display: block;
	max-width: 130px;
}
.footer_quote p {
    color: #000;
    font-size: 13px;
    margin: 5px 16px 5px 0;
}
.footer_icons {
    text-align: right;
}
.social_icons {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
}
.social_icons i {
    padding-top: 10px;
}
.school_logo,
.school_name,
.next_logo,
.footer_quote,
.footer_icons,
.remember-block,
.forgot-block {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
}
/* .school_logo, .next_logo {
	width: 25%;
} */

.school_name {
    width: 100%;
    text-align: center;
}
.school_name img {
    height: 110px;
    position: relative;
    z-index: 1;
}
.next_logo {
    text-align: right;
}
.footer_quote {
    width: 68%;
}
.footer_icons {
    width: 30%;
}
.forgot-block {
    float: right;
}
.remember-block {
    position: relative;
    color: #808080;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control-indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.control input:checked ~ .control-indicator {
    background: #029f50;
    border-color: #029f50;
}
.control input:disabled ~ .control-indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
    transition: all 0.24s ease 0s;
}
.control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control-indicator:after {
    display: block;
}
.control-checkbox .control-indicator:after {
    left: 8px;
    top: 2px;
    width: 3px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.login-error {
    color: #ff1122;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.register-success {
    color: #029f50;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.email_data h4 {
    color: rgba(0, 0, 0, .87);
    padding: 20px;
    line-height: 20px;
}
.animate {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    opacity: 1;
    padding: 5px 0;
}
.animate.ng-hide {
    opacity: 0;
    padding: 0;
}
.animate.show-box::after {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(1, 1, 1, 0.72);
    border-top: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: -8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
}
.animate.show-box {
    background: rgba(1, 1, 1, 0.72) none repeat scroll 0 0;
    max-width: 220px;
    padding: 8px;
    position: absolute;
    right: -276px;
    top: -32px;
}
.animate.show-box.show-box1 {
    top: 0;
}
.show-box p {
    color: #ffffff;
    font-size: 12px;
}
.login-form .md-icon-right md-icon {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: 5px;
    right: -30px;
    cursor: pointer;
}
.school-login header {
    background: #fff;
    padding: 5px 0;
    text-align: center;
}
.school-login .school_name {
    padding-left: 20px;
    width: 80%;
}
.school-login .login-Form {
	width: 570px;
	background: none;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	margin: 0;
	transform: translate(-50%,-50%);
	min-height: 380px;
	padding-top:0;
	padding-bottom:0;
}
.school-login.swich-branch-login .login-Form {
	min-height: 480px;
}
.version-change a {
	color: #029f50 !important;
	font-weight: 400;
	text-decoration: none;
}
.version-change md-icon {
	color: #029f50 !important;
	margin-right: 5px;
}

.school-login .signin-one {
    box-sizing: border-box;
    float: none;
    height: auto;
    min-height: inherit;
    position: static;
    top: inherit;
    width: 100%;
    padding: 30px 40px;
}
.school-login .school_name h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0;
    text-transform: uppercase;
}
.school-login .school_name h4,
.school-login .school_name p {
    font-size: 14px;
    margin: 2px 0;
    text-transform: uppercase;
}
.school-login .school_name h4 {
    max-width: 80%;
    margin: 0 auto;
}
.school-login .school_name p {
    text-transform: none;
}
.school-login .signin-one h2 {
    font-size: 22px;
}
/* --- LATEST SCHOOL LOGIN ---*/
.latest-school-login .login-Form {
	width: 1100px;
}
.latest-school-login .signin-one h2 {
    font-size: 24px;
	font-weight: 500;
	margin: 10px 0px 20px 0px;
}
.latest-school-login .signin-one .login-info {
    padding: 0px 20px 0px 60px;
    border-left: 1px solid #e5e5e5;
}
.latest-school-login .md-errors-spacer {
	min-height: 16px;
}
.latest-school-login .forgot_password {
	color: #029f50;
	text-decoration: none;
	background: none;
	border: none;
}
.latest-school-login .school-code {
	padding: 5px 0px;
}
.latest-school-login .school-code span {
	font-weight: 500;
	color: #000;
}
.code-rest span{
	color: #000;
}
.code-rest p{
	width: 200px;
	word-wrap: break-word;
}
.latest-school-login .sign-btn {
	margin: 10px 0px;	
}
.latest-school-login  .google-btn {
	margin: 10px 0px;
	font-size: 16px;
	/* background: #fff; */
	box-shadow: none;
	border: 1px solid #e5e5e5;
}
.latest-school-login p.or-label::before, 
.latest-school-login p.or-label::after {
	content: none;
}
.latest-school-login p.or-label {
	margin: 5px auto;
	text-transform: uppercase;
}
.latest-school-login .google-btn img {
    width: 17px;
}
.latest-school-login .school-address {
	margin: 15px 0px;
}
.latest-school-login .school-address p {
	color: rgba(0, 0, 0, 0.57);
	font-size: 15px;
}
.latest-school-login .school-address a {
	color: rgba(0, 0, 0, 0.57);
	font-size: 15px;
	text-decoration: none;
}
.latest-school-login .upgrade p {
    font-size: 15px;
}
.latest-school-login .upgrade p a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.latest-school-login .school-info {
	padding-right: 40px;
}
.latest-school-login .login-error {
	font-size: 13px;
	text-align: left;
}
.latest-school-login .signin-one .forgot-password {
    padding: 0px 20px 0px 60px;
    border-left: 1px solid #e5e5e5;
    min-height: 340px;
}
.latest-school-login .forgot-info {
	margin-top: 100px;
}
.latest-school-login .back-login {
	color: #029f50;
	background: none;
	border: none;
	font-weight: 500;
	font-size: 15px;
}
.latest-school-login .company-info {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
	text-align: right;
	color: #fff;
}
.latest-school-login .company-info h5 {
	margin: 0;
	font-weight: 400;
}
.latest-school-login md-input-container label {
	/* color: rgba(0, 0, 0, 0.87); */
	font-size: 15px;
}
.latest-school-login md-input-container.md-input-focused label {
	color: #029f50;
}
.latest-school-login md-input-container.md-input-focused .md-input {
	border-color: #029f50
}
.latest-school-login .login-bg {
	background: url('../images/loginbg.jpg') no-repeat center center/cover #30384a;
}
/* .latest-school-login footer {
    background: #000;
    opacity: 0.6;
} */
.latest-school-login .company-footer-logo {
	width: 200px;
	float: right;
}
.latest-school-login .company-footer-logo img {
	width: 100%
}
.latest-school-login footer {
	background: #fff;
	/* opacity: 0.6; */
	padding: 5px 10px;
}
.latest-school-login .otp-error {
	font-size: 12px;
	color: #ff1122;
}
.latest-school-login .otp-error a {
	text-decoration: underline;
	color: #ff1122;
}
.latest-school-login .control-indicator {
	height: 16px;
	width: 16px;
}
.latest-school-login .control-checkbox .control-indicator::after {
	left: 6px;
	top: 1px;
	height: 10px;
}

.green-color{
	color: #029f50 !important;
}
/* --- LATEST SCHOOL LOGIN ---*/
/* --- LATEST NLP LOGIN ---*/


.latest-nlp .company-info {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
	text-align: right;
	color: #fff;
}
.latest-nlp .company-info h5 {
	margin: 0;
	font-weight: 400;
}
/* .latest-nlp footer {
	background: #000;
	opacity: 0.6;
} */
.latest-nlp .forgot-info {
	margin-top: 100px;
}
.latest-nlp .company-footer-logo {
	width: 200px;
	float: right;
}
.latest-nlp .company-footer-logo img {
	width: 100%;
}
.latest-nlp footer {
	background: #fff;
	/* opacity: 0.6; */
	padding: 0px 10px;
}
.latest-nlp .login-Form {
	max-width: 550px;
	background: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.latest-nlp .signin-one {
	box-sizing: border-box;
	float: none;
	height: auto;
	min-height: inherit;
	position: static;
	top: inherit;
	width: 100%;
	padding: 15px 30px;
}
.lnlogin-lab-corner .signin-one .labcorner-logo {display: block; margin:0 auto 24px; font-size: 20px; font-weight: 700; text-transform: capitalize; text-align: center; line-height: 36px;}
.lnlogin-lab-corner .signin-one .labcorner-logo md-icon {width: 36px; height:36px; line-height:36px; min-height:36px; min-width:36px; margin-right: 8px;}
.latest-nlp .control-indicator {
	height: 16px;
	width: 16px;
}
.latest-nlp .control-checkbox .control-indicator::after {
	left: 6px;
	top: 1px;
	height: 10px;
}
.latest-nlp md-input-container label {
	/* color: rgba(0, 0, 0, 0.57); */
	font-size: 15px;
}
.latest-nlp md-input-container.md-input-focused label {
	color: #029f50;
}
.latest-nlp md-input-container.md-input-focused .md-input {
	border-color: #029f50
}
.latest-nlp md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder,
.latest-nlp md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder{
	color: #029f50;
}
.latest-nlp .md-select-value{
	font-size: 15px;
}
.latest-nlp md-input-container .md-errors-spacer{
	min-height: auto;
}

.latest-nlp md-select:focus .md-select-value {
	border-color: #029f50
}
.latest-nlp md-select-menu md-content md-option[selected]{
	color: #029f50;
}

.latest-nlp .forgot_password {
	color: #029f50;
	text-decoration: none;
	background: none;
	border: none;
}
.latest-nlp .signin-one h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0px 20px 0px;
}
.latest-nlp .back-login {
	color: #029f50;
	background: none;
	border: none;
	font-weight: 500;
	font-size: 15px;
}
.forgot-block-new {
	text-align: right
}

.forgot-block-new 
.latest-nlp md-input-container {
	margin: 7px 0;
}
.help-link {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.help-link a {
    color: #f2c73a;
    text-decoration: none;
}
.help-link md-icon {
    color: #dddddd;
    font-size: 16px;
    width: auto;
    height: auto;
    min-height: inherit;
    line-height: inherit;
    min-width: inherit;
}

/* --- LATEST NLP LOGIN ---*/


/*---  INFO STYLES ---*/

.upgrade-info {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    background: #1c8c52;
    color: #fff;
    padding: 10px;
    max-width: 640px;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.upgrade-info a {
    color: #fff;
}
.upgrade-info p {
    font-size: 15px;
}

.select-field {
	width: 100%;
    margin: 10px 0;
    font-size: 14px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.select-field:invalid ,
.select-field [disabled] {
  color: rgba(0,0,0,.6);
  font-style: italic;
}
.select-field option {
  color: rgba(0,0,0,.87);
}


/*--- OTP SECTION NEW STYLES ---*/

.otp-block {    
    margin-bottom:10px;
    width: 96px;
    height: 96px;
    background: #f5f5f5;
    border-radius: 50%;
}
.md-button.resend-btn {
	margin: 0;
    color: #029f50;
    line-height: inherit;
    min-height: inherit;
}
.md-button.resend-btn:hover {
	background: none;
} 
.otp-box {
   	width:250px;
   	margin:0 auto;
}
.otp-data.signup-one {
    float: none;
    right: inherit;
    top: 55%;
    width: 420px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.otp-data p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.otp-data span {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.info-block {	
	text-align: center;
	margin: 15px 0 0 0;
}
.info-block span {
	font-size: 12px;
	line-height: 12px;
}

/*--- PRELOADER STYLES ---*/

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    background: url(../images/preloader.gif) no-repeat center center/100px;
}
.google-btn img {
    width: 18px;
    vertical-align: middle;
    display: inline-block;
}
p.or-label {
    text-align: center;
    margin-bottom: 7px;
    margin-top: -8px;
    position: relative;
}
p.or-label:before,
p.or-label:after {
    content: "";
    width: 45%;
    height: 1px;
    border-bottom: 1px dashed #a1a1a1;
    display: block;
    position: absolute;
    top: 10px;
}
p.or-label:before {
	  left: 0;
}
p.or-label:after {
	right: 0;
}
.upgrade-info ~ .otp-section .otp-data {
    top: 60%;
}


/*--- SELECT DROPDOWN STYLES ---*/

.select-dropdown {
    position: relative;
    margin-top: 0;
	margin-bottom: 10px;
}
.select-dropdown select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    color: rgba(0, 0, 0, .87);
    background-color: transparent;
    text-transform: capitalize;
    font-size: 15px;
}

.select-dropdown select option {
    padding: 10px;
    color: rgba(0, 0, 0, .87);
    background: #fff none repeat scroll 0 0;
    text-transform: capitalize;
}
.select-dropdown span::after {
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.87);
	bottom: 15px;
	content: "";
	position: absolute;
	right: 12px;
	z-index: 1;
	visibility: visible;
}
.select-dropdown select:invalid ,
.select-dropdown select [disabled] {
  color: rgba(0,0,0,0.38);
}


/*--- BROWSER UPGRADE ---*/

.upgrade-wrap {
    background: #f7f7f7 none repeat scroll 0 0;
    color: rgba(0, 0, 0, .87);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    overflow: hidden;
    height: 100vh;
}
.upgrade-section {
	background: #fff none repeat scroll 0 0;
	padding-bottom: 70px;
}
.container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    text-align: center;
}
.upgrade-wrap .main-logo {
	margin: 20px auto;
	width: 125px;
	height: 125px;
}
.upgrade-wrap .main-logo img {
	width: 100%;
	height: 100%;
}
.upgrade-wrap h1,
.upgrade-wrap h1 + p + p,
.download-block h3 {
	display: inline-flex;
	margin: 0;
}
.upgrade-wrap h1 span {
	padding-top: 5px;
}
.upgrade-wrap h1 span + img {
	height: 65px;
}
.upgrade-wrap h1 + p + p > span,
.download-block h3 > span {
	padding-top: 4px;
}
.upgrade-wrap h1 + p + p > img {
    height: 35px;
}
.browsers {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    text-decoration: none;
    margin: 20px 50px;
}
.upgrade-wrap a,
.browsers .label {
	color: #029f50;
}
.browsers .version {
	color: rgba(0,0,0,0.57);
}
.upgrade-wrap .footer p {
	color: rgba(0,0,0,0.57);
	padding-top: 70px;
}
.upgrade-wrap .footer .copyright {
	font-size: 13px;
	position: fixed;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
}


.download-block {
	background: #fff;
	padding: 25px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.download-block h3 img {
	height: 40px;
}
.download-block a {
	display: inline-block;
	margin: 10px 15px 0 15px;
	vertical-align: middle;
}

/*--- SCHOOL LOGINS ERROR MESSAGES  ---*/

.error-mgs {
    color: red;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
}
.error-mgs .md-button {
	line-height: inherit;
	height: inherit;
	min-height: inherit;
	width: inherit;
	min-width: inherit;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #029f50;
	vertical-align: middle;
}
.error-mgs span {
	margin-right: 5px;
}  
.error-mgs small {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.error-mgs span md-icon.sm-icon{
    font-size: 18px;
    color: red;
    line-height: inherit;
	height: inherit;
	min-height: inherit;
	width: inherit;
	min-width: inherit;
}
.error-mgs .md-button:not([disabled]):hover {
    background-color: transparent;
}
.custom-menu-item {
	max-width: 320px;
	padding: 15px;
	box-sizing: border-box;
}
.custom-menu-item md-menu-item{
	height: inherit;
	min-height: inherit;
}
.custom-menu-item md-menu-item div {
	padding: 0;
}
.custom-menu-item md-menu-item div p, .custom-menu-item md-menu-item div ol {
	font-size: 13px;
}
.custom-menu-item md-menu-item div ol {
	padding: 0 15px;
	margin:5px 0;
}
.custom-menu-item md-menu-item div p a{
	color: #029f50;
	text-decoration: none;
}
.custom-menu-item md-menu-item .md-button {
	margin: 10px 15px 0px;
    padding: 0;
    min-height: inherit;
    height: inherit;
    line-height: inherit;
    width: auto;
    min-width: inherit;
    text-align: right;
    background: none !important;
}    
.pr-20{
	padding-right: 20px;
}
.help-password {
    position: absolute;
    top: 6px;
    right: 0;
    width: 24px;
    background: #fff;
    border-radius: 50%;
}
.help-password .md-button.md-icon-button{
    line-height: inherit;
    height: inherit;
    min-height: inherit;
    width: auto;
    min-width: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.help-password .md-button.md-icon-button md-icon {
    font-size: 18px;
    line-height: 18px;
    height: inherit;
    min-height: inherit;
    color: rgba(0,0,0,0.37)
}
md-input-container input[type="password"] {
	padding-right: 20px;
}
.custom-menu-item md-menu-item div p .md-button {
    font-weight: normal;
    text-transform: none;
    margin: 0;
    font-size: 13px;
    vertical-align: top;
}
.no-bg {
	background: none !important;
}
/*--- MD DIALOG STYLES ---*/

.custom-dialog .md-toolbar-tools h2,
.custom-dialog .md-toolbar-tools h3 {
    font-size: 16px;
    text-transform: capitalize;
}
md-dialog md-dialog-actions .md-button {
    background: none !important;
}
.custom-dialog md-dialog-content p, ol {
        text-transform: none;
}
.custom-dialog .add-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.md-button.md-cancel-button.md-primary {
	color: rgba(0, 0, 0, 0.5);
}
.md-button.md-primary {
	color: #029f50;
}

.pad20 {
	padding: 20px !important;
}
.custom-dialog md-toolbar .md-toolbar-tools {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.custom-dialog .md-toolbar-tools h2, 
.custom-dialog .md-toolbar-tools h3, 
.custom-dialog .md-toolbar-tools md-icon {
    color: rgba(0,0,0,.87) !important;
}

.latest-school-login .beagle-block {
	position: absolute;
	bottom: 48px;
	left: 80px;
	padding-bottom:55px;
}
.latest-school-login  .beagle-block a {
    text-decoration: underline;
    font-size: 12px;
    color: #029f50;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
}
.latest-school-login .beagle-block a md-icon {
    font-size: 14px;
    line-height: inherit;
    height: auto;
    min-height: inherit;
    width: auto;
    min-width: inherit;
    margin-left: 5px;
    color: #029f50;
}
.latest-school-login .beagle-block p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
}
.beagle-logo {
	margin-right: 15px;
}
.beagle-logo img {
	width: 150px;
}
.custom-text {
	margin-top: -5px;
}
a.custom-link {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #029f50;
    vertical-align: top;
    font-size: 14px;
}
.header-link {
    padding: 10px;
    background-color: transparent;
    position: relative;
    z-index: 3;
}
.header-link a {
    display: block;
    text-decoration: none;
}
.header-link img {
    max-width: 125px;
    display: block;
}
.login-Form md-input-container {
	margin: 10px 0;
}
@media only screen and (max-height: 1160px) {
	.school-login .login-Form {
    	transform: translate(-50%,-29%);
	}
	.latest-school-login .login-Form {
    	transform: translate(-50%,-60%);
	}
	/* .latest-nlp .login-Form {
		transform: translate(0%,-56%);
	} */
	.school-login.swich-branch-login .login-Form {
    	transform: translate(-50%,-58%);
	}
	.upgrade-info {
		top: 120px
	}
}
@media only screen and (max-width: 1500px) {
	.animate.show-box {
        right: -102px;
        top: -130px;
    }
    .animate.show-box::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgba(1, 1, 1, 0.72);
        border-bottom: none;
        left: 50%;
        top: 100%;
        margin-left: -4px;
        margin-top: inherit;
    }
	
}
@media only screen and (max-width: 1366px) {
    header {
        padding: 0 30px;
    }
    .school_name {
        width: 100%;
        text-align: center;
    }
    .school_name img {
        height: 80px;
        position: relative;
        z-index: 1;
    }
    .login-Form {
        left: 50%;
        margin: -145px 0 0 -40%;
        top: 50%;
        width: 80%;
    }
    .signup-one,
    .signin-one {
        min-height: 355px;
        top: -30px;
        padding: 13px 30px;
    }
    .signin-two {
        width: 46%;
    }
    .form-field {
        height: 40px;
        font-size: 14px;
        padding: 5px 15px;
        outline: none;
    }
    .school-login .form-field {
        height: 50px;
    }
    footer {
        padding: 18px;
    }
    .signup-one h2 {
        font-size: 22px;
    }
    .signin-one h2 {
        font-size: 22px;
    }
    .signup-two .signup-inner h2 ,
    .signin-two .signup-inner h2 {
        font-size: 22px;
    }
    .animate.show-box {
        right: -102px;
        top: -130px;
    }
    .animate.show-box::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgba(1, 1, 1, 0.72);
        border-bottom: none;
        left: 50%;
        top: 100%;
        margin-left: -4px;
        margin-top: inherit;
    }
    .latest-school-login .login-Form {
    	 width: 80%;
    }
    .latest-school-login .sign-btn {
		margin: 10px 0px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.latest-school-login .google-btn {
		font-size: 14px;
		height: 35px;
	}
	.latest-school-login p.or-label {
		font-size: 14px;
	}
	.latest-school-login .school-code {
		padding: 10px 0px;
	}
	.sign-btn {
		margin: 10px 0px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.register-btn {
		height: 45px;
		font-size: 14px;
	}
	.account-register {
		margin-top: 0px;
	}
	.school-login .signin-one {
		padding: 20px 30px;
	}
	.latest-school-login .school-info {
		padding-right: 30px;
	}
	.latest-school-login .signin-one .login-info {
		padding: 0px 20px 0px 40px;
	}
	.latest-school-login .beagle-block { 
		left: 70px;
	}
}
@media (min-width: 1025px) and (max-width: 1150px) {
	/* .latest-nlp .login-Form {
		transform: translate(-20%,-56%);
	} */
	.beagle-logo img {
	    width: 120px;
	}
}
@media only screen and (max-width: 1024px) {
    header {
        padding: 0 30px;
    }
    .school_name {
        width: 100%;
        text-align: center;
    }
    .school_name img {
        height: 70px;
        position: relative;
        z-index: 1;
    }
    .login-Form {
        min-height: 290px;
        width: 100%;
        left: inherit;
        margin-left: 0;
    }
    
    .signin-one h2,
    .signup-one h2 {
        font-size: 18px;
    }
    .animate.show-box {
        right: -70px;
    }
    .animate.show-box::after {
        left: 76%;
    }
    .latest-school-login .login-Form {
    	 width: 90%;
    }
    /* .latest-nlp .login-Form {
		transform: translate(-50%,-56%);
		left: 50%;
	} */
	.beagle-logo img {
	    width: 120px;
	}
    
}
@media only screen and (max-width: 980px) {
    .school_logo img {
        width: 70px;
    }
    .next_logo img {
        width: 170px;
    }
    .school_name h4,
    .school_name h4 span {
        margin: 5px 0;
    }
    .social_icons {
        height: 32px;
        line-height: 32px;
        width: 32px;
    }
    .latest-school-login .forgot-block {
    	 float: inherit;
    	 margin-top: 15px;
    }
}
@media only screen and (max-width: 940px) {
	.beagle-logo img {
	    width: 80px;
	}
	.beagle-logo {
	    margin-right: 10px;
	}	
	.latest-school-login .beagle-block p {
		font-size: 12px;
	}
	.latest-school-login .beagle-block a{
		margin-bottom: 3px;
	}
	.upgrade-wrap .container {
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 768px) {
    .signin-btn {
        font-size: 14px;
    }
    .signup-two .signup-inner h2,
    .signin-two .signup-inner h2 {
        font-size: 21px;
    }
    .signin-one,
    .signup-one {
        min-height: 335px;
        top: -22px;
    }
    .forgot_password,
    .control {
        font-size: 13px;
    }
    .signin-one h2,
    .signup-one h2 {
        font-size: 18px;
    }
    .signin-two {
        width: 42%;
    }
    .upgrade-info {
    	max-width: 80%;
    }
	.latest-nlp .login-Form {
    	/* transform: translate(-50%,-56%);
    	left: 50%; */
    	padding: 20px;
	}
	.footer_quote {
    	width: 50%;
	}
	.latest-nlp .signin-one {
		padding: 20px;
	}
	.latest-school-login .login-Form {
	    width: 100%;
	    padding: 20px;
	    max-width: 540px;
	}
	
	.latest-school-login .school-info {
	    display: none;
	}
	.latest-school-login .signin-one .login-info,
	.latest-school-login .signin-one .forgot-password {
	    padding: 0 20px;
	    max-width: 100%;
	    border-left: none;
	}
	.school-login .signin-one {
    	padding: 20px;
	}
	.help-link {
		max-width: 100% !important;
	}
	.latest-school-login .beagle-block {
	    position: absolute;
	    bottom: -40px;
	    left: 20px;
	    border: 1px solid #fff;
	    border-radius: 5px;
	    width: calc(100% - 40px);
	    padding: 8px;
	    box-sizing: border-box;
	}
	.beagle-logo img {
	    width: 90px;
	}
	.latest-school-login .beagle-block a {
	   color: #f2c73a;
	}
	.latest-school-login .beagle-block a md-icon {
		 color: #dddddd;
	}
	.latest-school-login .beagle-block p {
		 color: #fff;
		 font-size: 12px;
	}
	.footer_quote p {
	    display: none;
	}
}
@media only screen and (max-height: 767px) { 
	.upgrade-wrap .main-logo {
		margin: 10px auto;
		width: 85px;
		height: 85px;
	}
	.upgrade-wrap h1 {
		font-size: 22px;
		margin-bottom: -8px;
	}
	.upgrade-wrap h1 span + img {
		height: 54px;
	}
	.browsers {
		margin: 10px 50px;
	}
	.latest-nlp .forgot-info {
      margin-top: 70px;
    }	
}
@media only screen and (max-width: 640px) {
	.login-Form md-input-container {
		margin: 8px 0;
	}
	.latest-nlp .company-footer-logo,
	.latest-school-login .company-footer-logo {
    	width: 40%;
    	text-align: right;
	}
	.footer_quote .app-image {
		margin: 0px 5px 0px 0px;
	}
	.footer_quote {
	    width: 60%;
	}
	.footer_quote .app-image img {
		max-width: 120px;
	}
	.latest-school-login .company-footer-logo img {
	    max-width: 180px;
	}
	.upgrade-wrap {
		height: auto;
	}
	.upgrade-wrap .container{
		padding: 10px 20px;
	}
	.upgrade-section {
		padding-bottom: 0;
	}
	.upgrade-wrap h1, 
	.upgrade-wrap h1 + p + p, 
	.download-block h3,
	.upgrade-wrap h1 + p + p > img,
	.download-block h3 img,
	.upgrade-wrap h1 span + img {
	    display: inline-block;
	    vertical-align: middle;
	}
	.download-block {
		position: static;
		padding: 10px;
		transform: none;
    	box-sizing: border-box;
	}
	.upgrade-wrap .footer .copyright {
		position: static;
		padding-top: 10px;
	}
}
@media only screen and (max-height: 640px) { 
	.upgrade-section {
		padding-bottom: 50px;
	}
	.upgrade-wrap .footer p {
		padding-top: 40px;
	}
	.download-block {
		top: -60px;
		padding: 15px;
	}
	.download-block a {
		margin: 0px 8px;
	}
}

@media only screen and (max-width: 359px) {
	.custom-text {
		display: none;
	}
	.latest-school-login .beagle-block {
	    border: none;
	    bottom: -45px;
	    padding: 0;
	}
	.beagle-logo img {
	    width: 120px;
	}
	.latest-nlp .forgot_password {
	   font-size: 13px;
      padding: 0;
	}
} 