html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #306284;
  font-family: "Open Sans";
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  line-height: 18px;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a {
  color: #337ab7;
  text-decoration: none
}
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.text-center {
  text-align: center
}
.btn-primary {
  color: #fff;
  border-color: #306284;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #306284;
  border-color: #306284;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
#body-template {
  display: flex;
  flex-direction: column;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  height: 100%
}
::selection {
  color: #fff;
  background: #306284
}
#header-login-page {
  height: 64px;
  background-color: #d4d4d4;
  box-shadow: 0 0 5px #92969a;
  z-index: 2;
}
#prodname-login-page a {
  color: #152e31;
  float: left;
  font-family: Dosis;
  padding: 23px 0 0 5px;
  text-decoration: none;
  font-size: 13px
}
.auth_navbar {
  color: #152e31;
  float: right;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 23px;
}
.auth_navbar a {
  color: #152e31;
}
#main-content {
  background-color: #306284;
  position: relative;
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  overflow: hidden
}
#main-container-without-sidebar, .fullscreen {
  margin: 0;
  background-color: #f4f9ff;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  transition: all 500ms linear;
  width: 100%;
}
#login_page_container {
  padding: 64px 74px 25px;
  background: #306284;
  background-size: 100%;
  min-height: calc(100vh);
  background-repeat: no-repeat;
  background-position: bottom;
}
.login-container-card {
  min-width: 400px;
}
#login_page_main_card {
  background: #fff;
  min-height: calc(100vh - 128px);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 15px rgb(106, 104, 104);
  -webkit-box-shadow: 0px 0px 15px rgb(106, 104, 104);
  box-shadow: 0px 0px 15px rgb(106, 104, 104);
}
#login_jnaapti_logo {
  text-align: center;
  font-size: 45px;
  font-family: Dosis;
  padding: 50px 30px;
  color: #306284;
  cursor: pointer;
}
#login_jnaapti_logo a {
  text-decoration: none;
  color: #4a6469;
}
#login_product_name {
  font-size: 16px;
  letter-spacing: 1px;
}
#login_scroll_down {
  font-size: 25px;
  color: #fff;
  padding-top: 15px;
  margin: auto;
  width: 28px;
  display: block;
  -webkit-animation: fadeinout 4s linear infinite;
  animation: fadeinout 4s linear infinite;
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
.hide-scroll-icon {
  visibility: hidden;
}
.login-card {
  background-color: rgb(255, 255, 255);
  padding: 20px 30px 30px;
  margin: auto;
  max-width: 400px;
  width: 400px;
}
.input-title {
  color: rgba(164, 164, 164, 0.95);
  padding-left: 3px;
  margin-bottom: 2px;
  font-family: Ubuntu;
}
.welcome {
  font-family: "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #152e31;
  margin: 0px;
  font-size: 25px;
}
.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  border-radius: 0;
  background: #306284;
  height: 44px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}
.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .inputEmail,
.form-signin .inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 14px;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus, button:focus {
  outline: none;
}
input[type=checkbox], input[type=radio] {
  vertical-align: text-bottom;
  height: 18px;
  width: 18px;
}
.login-options {
  padding-top: 15px;
}
.login-fields-wrapper {
  position: relative;
}
.login-box {
  background: #fff;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  padding-left: 30px;
  margin-bottom: 20px;
}
.login-fields-icon {
  position: absolute;
  left: 0px;
  z-index: 2;
  top: 14px;
  color: #8c9fa2;
}
.login-small-icon {
  top: 12px;
  left: 2px;
  font-size: 18px;
}
.signin-button-container {
  position: relative;
}
.signin-icon {
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}
.link-container {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
.link-container a, .link-container a:hover {
  color: #152e31;
  margin-top: 5px;
  display: inline-block;
}
.abcRioButtonIcon {
  display: none;
}
.abcRioButton {
  height: 44px !important;
  width: 100% !important;
  background: #dd4b39 !important;
}
.abcRioButton span {
  margin-left: 0px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: sub;
  font-family: 'Open Sans';
}
#login_remember_text {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
#login_home_text {
  color: #152e31;
  font-size: 80px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
#login_home_text > p {
  margin-bottom: 30px;
  line-height: 75px;
}
.login-home-subtext {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-family: monospace;
  margin-bottom: 10px !important;
}
.login-client-section {
  background: #fff;
}
.login-even-section, .login-odd-section {
  padding: 40px 100px;
}
.login-even-section {
  background-color: #eee;
}
.login-odd-section {
  background-color: #fff;
}
.login-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.login-subheading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #444;
  letter-spacing: 0.3px;
}
.login-text {
  font-size: 18px;
  color: #666;
  text-align: justify;
  letter-spacing: 0.3px;
}
.login-client-logo-container {
  text-align: center;
  padding: 15px 0px;
}
.login-client-logo {
  height: 40px;
}
.login-client-small-logo {
  height: 60px;
}
.login-feature-icon-container, .login-path-icon-container {
  border-radius: 50%;
  margin: 30px auto;
  overflow: hidden;
}
.login-feature-icon-container {
  background: #fff;
  height: 150px;
  width: 150px;
}
#login_lp_img {
  height: 100%;
  width: 100%;
}
.login-feature-icon {
  height: 70%;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.login-feature-text {
  text-align: center;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.5px;
}
.login-course-container {
  box-shadow: 0px 0px 5px #ddd;
  margin: 10px;
  padding: 20px;
}
.login-course-logo-container {
  height: 100px;
  width: 100px;
  margin: auto;
  text-align: center;
}
.login-course-logo-container img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 80%;
}
#login_carousel {
  width: 100%;
  min-height: 250px;
  margin: auto;
  background: #fff;
  padding: 30px 15px;
}
#login_carousel .carousel-control {
  background: none;
  text-shadow: none;
}
#login_carousel .carousel-control.left {
  left: 0px;
}
#login_carousel .carousel-control.right {
  right: 40px;
}
.carousel-indicators {
  margin-bottom: -50px;
}
#login_carousel .carousel-indicators li {
  background: #c0c0c0;
  border: none;
  border-radius: 0px;
  width: 30px;
  height: 3px;
  margin: 0px 3px;
}
#login_carousel .carousel-indicators .active {
  background: #828282;
  margin: 0px;
}
.login-testimonial-icon {
  font-size: 50px;
  color: #a6a6a6;
  position: absolute;
  top: 40%;
}
.login-testimonial-author {
  text-align: center;
  font-size: 22px;
  color: #444;
}
.login-testimonial-text {
  text-align: center;
}
.login-testimonial-organization {
  text-align: center;
  font-size: 18px;
  color: #444;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#login_chart_container {
  height: 550px;
  text-align: center;
}
#login_footer {
  background: #555;
  padding: 20px;
}
#login_footer a {
  color: #eee;
}
#login_footer a:hover, #login_footer a:focus {
  text-decoration: none;
  color: white;
  text-shadow: 2px 2px 1px black;
}
.login-footer-heading {
  color: #eee;
}
.login-shifted-section {
  padding-bottom: 70px !important;
}
.visible {
  display: inline-block;
}
.login-tabs-container {
	width: 100%;
	margin: 30px auto 0px auto;
}
ul.login-tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.login-tabs li {
	background: none;
	color: #666;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #d5d5d5;
  height: 60px;
  padding-top: 17px;
  transition: all 0.3s ease-in-out;
}
ul.login-tabs li.current {
	background: #ffffff;
	color: #444;
  border-bottom: 1px solid #fff;
}
.login-tab-content {
	display: none;
	background: #ffffff;
	padding: 20px;
  margin: 0px;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #fff;
}
.login-tab-content.current {
	display: inherit;
}
@-webkit-keyframes swipe {
  49% {
    -webkit-transform: translate(15%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-15%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes swipe {
  49% {
    -moz-transform: translate(15%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-15%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes swipe {
  49% {
    transform: translate(15%);
  }
  50% {
    opacity: 0;
    transform: translate(-15%);
  }
  51% {
    opacity: 1;
  }
}
.sneak-portrait-image {
  position: relative;
}
#login_lesson_gif {
  width: 100%;
}
#login_lesson1_gif {
  width: 72%;
  position: absolute;
  top: 97px;
  left: 111px;
}
.login-tablet-img {
  width: 100%;
}
.login-tabs-text {
  padding-top: 10%;
  padding-right: 100px;
  -webkit-animation: swipe 1s forwards;
  -moz-animation: swipe 1s forwards;
  animation: swipe 1s forwards;
}
.login-tabs-text-heading {
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  color: #aaa;
}
.login-tabs-even-text {
  padding-top: 10%;
  padding-left: 80px;
  padding-right: 0px;
  -webkit-animation: swipe 1s forwards;
  -moz-animation: swipe 1s forwards;
  animation: swipe 1s forwards;
}
.course-link {
  text-decoration: none;
  color: #666;
}
.course-link:hover {
  color: #444;
}

/* Phone styles */

@media (max-width: 768px) {
  #login_home_text {
    font-size: 27px;
  }
  #login_home_text p {
    margin-bottom: 5px;
  }
  .login-card {
    width: 330px;
  }
  #login_jnaapti_logo {
    padding: 30px 0px 0px;
  }
  #login_scroll_down {
    display: none;
  }
  #login_page_container {
    padding: 0px;
  }
  .login-container-card {
    min-width: 100%;
  }
  .login-home-subtext {
    font-size: 10px;
    margin-bottom: 5px;
    font-family: FreeMono, Courier, monospace;
    font-family: monospace;
  }
  #login_chart_container {
    height: 200px;
  }
  .login-even-section, .login-odd-section {
    padding: 20px;
  }
  .login-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .login-text {
    font-size: 16px;
  }
  .login-lp-section {
    margin-bottom: 15px;
  }
  #login_carousel {
    padding: 20px 15px;
  }
  #login_carousel .carousel-control.left {
    left: 4px;
  }
  #login_carousel .carousel-control.right {
    right: 40px;
  }
  .login-testimonial-icon {
    font-size: 35px;
    top: 45%;
  }
  .login-testimonial-author {
    font-size: 18px;
  }
  .login-testimonial-organization {
    font-size: 16px;
  }
  .login-subheading {
    font-size: 18px;
  }
  .login-client-logo {
    height: 25px;
  }
  ul.login-tabs li {
    font-size: 10px;
    height: 45px;
    padding-top: 5px;
  }
  .sneak-portrait-image {
    padding: 0px;
  }
  .login-tabs-text {
    padding-top: 2%;
  }
  .login-tabs-text-heading {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .login-client-small-logo {
    height: 45px;
  }
  #login_hero_image {
    height: 190px;
  }
  #login_page_main_card {
    min-height: 100vh;
  }
}
/* Phones Landscape styles */

@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  #login_header {
    padding: 5px 20px;
    font-size: 16px;
  }
  .login-home-subtext {
    font-size: 12px;
  }
  #login_chart_container {
    height: 300px;
  }
  .login-tabs-text {
    padding-left: 45px;
    padding-right: 45px;
  }
  .login-tabs-even-text {
    padding-left: 45px;
    padding-right: 45px;
  }
  ul.login-tabs li {
    padding-top: 12px;
  }
}
/* Tablets Portrait styles */

@media (width: 768px) {
  #login_home_text {
    font-size: 45px;
  }
  .login-home-subtext {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #login_jnaapti_logo {
    padding: 50px 30px;
  }
  #login_scroll_down {
    display: block;
  }
  #login_page_container {
    padding: 64px 74px 25px;
  }
  #login_chart_container {
    height: 220px;
  }
  .login-even-section, .login-odd-section {
    padding: 30px;
  }
  .login-heading {
    font-size: 22px;
  }
  .login-lp-section {
    margin-bottom: 15px;
  }
  #login_carousel {
    padding: 20px 15px;
  }
  #login_carousel .carousel-control.left {
    left: 4px;
  }
  #login_carousel .carousel-control.right {
    right: 40px;
  }
  .login-testimonial-icon {
    font-size: 35px;
    top: 45%;
  }
  .login-testimonial-author {
    font-size: 18px;
  }
  .login-testimonial-organization {
    font-size: 16px;
  }
  .login-tabs-text {
    padding-top: 10%;
  }
  ul.login-tabs li {
    font-size: 12px;
    height: 45px;
    padding-top: 12px;
  }
}
/* Tablets Landscape styles */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .login-even-section, .login-odd-section {
    padding: 40px 50px;
  }
  .login-testimonial-icon {
    font-size: 35px;
    top: 45%;
  }
  .login-tabs-text-heading {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .login-tabs-text {
    padding-top: 10%;
  }
  ul.login-tabs li {
    font-size: 12px;
    height: 45px;
    padding-top: 12px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #login_carousel {
    width: 100%;
    padding: 20px 15px;
  }
  #login_carousel .carousel-control.left {
    left: 42px;
  }
  #login_carousel .carousel-control.right {
    right: 72px;
  }
  .login-testimonial-icon {
    font-size: 35px;
    top: 45%;
  }
}
