body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.logo {
  padding: 10px 0 0 0; }

header {
  height: 100px;
  -webkit-box-shadow: 4px 11px 7px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 4px 11px 7px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 4px 11px 7px -8px rgba(0, 0, 0, 0.34);
  position: relative;
  z-index: 2; }

.call {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #676e78;
  margin-top: 40px;
  text-align: right; }
  .call span {
    color: #6699ff; }

.offer-content h1 {
  color: #d31448;
  font: 400 40px/45px "Montserrat", sans-serif; }
	.banner {
  height: 300px;
  position: relative; }
  .banner .ban-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    z-index: 0; }
  .banner:before {
    position: absolute;
    left: 0;
    content: '';
    height: 140%;
    opacity: 0.6;
    z-index: 2;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#61e2de+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, #61e2de 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #61e2de 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #61e2de 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61e2de', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }

.body {
  padding-top: 60px; }

.level-steps ul {
  margin: 0;
  padding: 0; }
.level-steps li {
  position: relative;
  float: left;
  width: 14.2%;
  list-style: none;
  text-align: center; }
  .level-steps li:first-child div {
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px; }
  .level-steps li:last-child div {
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px; }
    .level-steps li:last-child div span {
      width: 25px;
      height: 25px;
      top: -8px; }
  .level-steps li label {
    color: #2f3c4c;
    font: 11px/ 16px 'Montserrat', sans-serif;
    text-transform: uppercase; }
  .level-steps li div {
    display: block;
    background-color: #e9ecef;
    height: 10px;
    position: relative;
    margin-bottom: 20px; }
    .level-steps li div span {
      position: absolute;
      width: 18px;
      display: block;
      height: 18px;
      right: -2px;
      top: -4px;
      background-color: #e9ecef;
      border-radius: 50%; }
  .level-steps li.active div {
    background-color: #39b54a;
    z-index: 5; }
    .level-steps li.active div span {
      background-color: #39b54a; }

.student-details {
  margin: 30px auto 0;
  max-width: 980px; }
  .student-details h1 {
    font: 300 24px/ 30px 'Montserrat', sans-serif;
    color: #d31448;
    border-left: 2px #d31448 solid;
    padding-left: 20px; }
  .student-details label {
    color: #bdbdbd;
    font: 14px/ 18px 'Open Sans', sans-serif; }
  .student-details .details {
    padding: 0 15px 40px;
    margin-top: 20px; }
    .student-details .details h2 {
      color: #2f3c4c;
      font: 14px/ 18px 'Montserrat', sans-serif; }
    .student-details .details textarea, .student-details .details input {
      color: #2f3c4c;
      text-align: left;
      font-size: 14px; }
    .student-details .details input {
      height: 38px; }
    .student-details .details textarea {
      min-height: 150px; }

.save-button {
  text-align: center;
  margin-top: 30px; }
  .save-button button {
    text-align: center;
    background-color: #d31448;
    margin: auto;
    color: #fff;
    -webkit-box-shadow: 4px 11px 16px -8px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 4px 11px 16px -8px rgba(0, 0, 0, 0.42);
    box-shadow: 4px 11px 16px -8px rgba(0, 0, 0, 0.42);
    border: none;
    font: 600 14px/ 30px 'Montserrat', sans-serif;
    text-transform: uppercase;
    max-width: 250px; 
	-webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
	}
    .save-button button:hover {
      background-color: #e5e5e5 !important;
	  color:#d31448;}

footer {
  padding: 15px 0;
  -webkit-box-shadow: 0px -3px 5px 1px rgba(3, 3, 3, 0.11);
  -moz-box-shadow: 0px -3px 5px 1px rgba(3, 3, 3, 0.11);
  box-shadow: 0px -3px 5px 1px rgba(3, 3, 3, 0.11); }
  footer .footer-menu {
    text-align: center;
    margin-top: 25px; }
    footer .footer-menu ul {
      margin: 0;
      padding: 0; }
      footer .footer-menu ul li {
        display: inline-block;
        margin: 0px;
        padding: 0 14px;
        position: relative; }
        footer .footer-menu ul li a {
          color: #3f8ff8;
          text-transform: uppercase;
          font-size: 14px;
          display: inline-block;
          text-align: center;
          font-weight: 300; }
        footer .footer-menu ul li:before {
          background-color: #3f8ff8;
          width: 1px;
          height: 15px;
          position: absolute;
          left: 0;
          top: 3px;
          content: ''; }
        footer .footer-menu ul li:first-child:before {
          display: none; }
  footer .copyright {
    color: #001125;
    font: 600 12px/ 30px 'Montserrat', sans-serif;
    text-align: right;
    padding-top: 20px; }

.login-form {
  max-width: 500px;
  margin: auto; }
  .login-form .h3 {
    position: relative;
    font: 24px/30px 'Montserrat', sans-serif;
    padding-left: 15px;
    color: #d31448; }
	.login-form.signup-form .h3{color:#FFF;}
    .login-form .h3 span {
      position: relative; }
    .login-form .h3:before {
      content: '';
      position: absolute;
      background-color: #3f8ff8;
      width: 2px;
      height: 80%;
      left: 0;
      top: 7px; }
  .login-form input {
    color: #2f3c4b;
    font-size: 14px; }
  .login-form input[type='checkbox'] {
    border: 1px #e5e8eb solid; }
  .login-form .remember-me {
    color: #2f3c4b;
    font-size: 14px; }
  .login-form .save-button {
    margin-top: 20px; }
  .login-form.v2 {
    max-width: 380px; }

.login-logo {
  padding: 30px 0;
  text-align: center; }

.forgot-pass a {
  color: #3f8ff8;
  font-size: 14px; }

.app-info {
  background-color: #363636;
  color: #fff;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 4;
  -webkit-box-shadow: 3px -1px 5px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 3px -1px 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 3px -1px 5px 1px rgba(0, 0, 0, 0.19); }
  .app-info .app-arrow {
    position: absolute;
    right: -49px;
    height: 100%;
    top: 0; }
    .app-info .app-arrow a {
      position: relative;
      top: 35%; }
  .app-info .content {
    overflow: hidden;
    padding: 30px;
    display: none; }
  .app-info h1, .app-info h2 {
    color: #FFF;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif; }
  .app-info h1 {
    font-size: 24px;
    margin-bottom: 30px; }
  .app-info h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }
  .app-info ul {
    margin: 0 0 20px 14px;
    padding: 0; }
  .app-info.active {
    width: 50%; }
    .app-info.active .content {
      display: block; }
    .app-info.active.v2 {
      position: absolute;
      height: auto;
      top: 0;
      bottom: 0;
      width: 55%; }
      .app-info.active.v2 h1 {
        font-size: 40px; }
      .app-info.active.v2 .content {
        padding-top: 80px; }

.signup-form {
  margin-top: 50px;
  max-width: 300px;
  padding-top: 30px;
  margin: 0; }
  .signup-form .h3 {
    font-size: 20px !important;
    margin-bottom: 50px; }

.form-container {
  padding-bottom: 80px; }
  .form-container.active {
    width: 50%;
    float: right; }
    .form-container.active.v2 {
      width: 45%; }
  .form-container.v2 .login-logo {
    padding-top: 80px; }

.log-wrapper {
  max-width: 1500px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  min-height: 100%;
  background-color: #fff;
  position: relative; }

.log-body {
  height: 100%;
  min-height: 100%;
  padding: 80px 30px 0;
  position: relative; }
  .log-body .bg {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30d8cf+1,283955+100 */
    background: #30d8cf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #30d8cf 1%, #283955 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #30d8cf 1%, #283955 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #30d8cf 1%, #283955 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d8cf', endColorstr='#283955',GradientType=0 );
    /* IE6-9 */ }

html {
  min-height: 100%; }

.jwam-logo {
  padding: 50px 30px;
  position: relative;
  z-index: 1; }
  .jwam-logo .left {
    float: right; }
.offer-content {
  color: #2f3c4b;
  padding-top: 50px;
  padding-left: 30px;
  font: 16px/25px "Montserrat", sans-serif; }
  .offer-content h1 {
    margin-bottom: 30px; }
.offer-form {
  max-width: 300px;
  margin: 0;
  margin-bottom: 30px;
  padding-top: 50px; }
  .offer-form .h3 {
    margin-bottom: 40px; }
  .offer-form .form-offer {
    margin-left: 30px; }
  .offer-form .save-button .btn {
    font-size: 11px;
    max-width: 185px;
    margin: 0; }
  .offer-form .remember-me label {
    color: #fff; }
.offer-body {
  position: relative;
  padding-top: 0; }
  .offer-body .gray-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40vw;
    background-color: #363636; }
  .offer-body .gray-bg-box {
    background-color: #363636; }
.loading {
    opacity: .8;
    position: fixed;
    top: 0;
    z-index: 99999;
    text-align: center;
    padding-top: 10%;
	background: #fff;
    display: none;
    height: 100%;
    width: 100%;
}
.loading-txt {
    font-size: 17px;
}
.app-info.active.v2{position:relative;float:left;}
/*** media area ****/
@media (max-width: 991px) {
	.log-wrapper{
		max-width:500px;
	}
  .app-info.active.v2 {
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    width: 85%; }

  .form-container.active.v2 {
    float: none;
    width: 100%; }

  .signup-form {
    margin-bottom: 50px; }

  .log-body {
    padding: 40px 10px 0; } 
	
	.form-container.v2 .login-logo{padding-top:30px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  header .call {
    text-align: right;
    margin-top: 30px; }

  .level-steps li label {
    font-size: 11px; }

  footer .copyright {
    line-height: 23px; }
  footer .footer-menu ul li a {
    font-size: 12px; }

  .footer-logo {
    margin-top: 10px; } }
@media (max-width: 767px) {
  .banner {
    height: 240px; }

  header {
    height: auto;
    padding-bottom: 15px; }
    header .logo {
      text-align: center; }
    header .call {
      text-align: center;
      margin-top: 20px; }

  .body > .container, footer > .container {
    max-width: 100%; }

  footer .copyright {
    line-height: 23px; }
  footer .footer-menu ul li a {
    font-size: 12px; }

  .footer-logo {
    margin-top: 10px; }

  .level-steps li label {
    font-size: 11px; }

  .mobile-static {
    overflow: hidden; }

  .app-info.active {
    width: 90%; }
  .app-info .content {
    overflow-y: scroll;
    height: 100%; }

	.form-container, .form-container.active {width: auto;float: none; } 
	.offer-form .form-offer {margin-left: 0px;}	
	.log-body {	padding: 20px 10px 0;}	
	.form-container.v2 .login-logo {padding-top: 20px;}	
	.form-container.v2 .login-logo img{width:auto !important;height:100px;}
	.login-form .h3{font-size:17px;}
	.app-info .app-arrow{right:-30px;}
	.app-info .app-arrow a{top:29%;}
	.app-info .app-arrow img{width:30px;}
	.app-info.active.v2 h1{font-size:25px;}
	.app-info.active.v2 .content{padding-top:30px;}
	.signup-form.login-form .h3{margin:0;}
	.signup-form{margin-bottom:20px;}
}
@media (max-width: 600px) {
  .footer-logo {
    text-align: center; }

  footer .copyright {
    text-align: center; }

  .level-steps li {
    display: block;
    float: none;
    width: 100%; } 
	
		  .offer-body .gray-bg {
    display: none; }
  .offer-content {
    margin-bottom: 50px;
    padding-left: 0; } 
	
	}
@media (max-width: 420px) {
  html {
    min-height: 100%;
    position: relative;
    height: 100%; }

  .app-info {
    min-height: 100%; }
    .app-info.active {
      width: 85%; }
    .app-info .content {
      padding: 15px; } }

/*# sourceMappingURL=style.css.map */
