body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
 }

.login-card .card-body{
  padding: 15px;
height:75px;
  align-items: center;

}
.login-card{
  margin-top:5rem;
  cursor: pointer;
  transition: 0.5s;
  background: #FFFFFF;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
border-radius: 5px;
width: 230px;
}
.login-card:hover{
  transform: translateY(-5px);
      box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;

}
.login-card .card-body img{
  position: relative;
 top: -45px;

}
.login-card .card-body h1{
  font-size:1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1rem;
}
  .intro-section {
    /* background-image: url(../images/login-bg.jpg); */
    background: #F9F9F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 95px;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    color: #ffffff; }
    @media (max-width: 991px) {
      .intro-section {
        padding-left: 50px;
        padding-rigth: 50px; } }
    @media (max-width: 767px) {
      .intro-section {
        padding: 28px; } }
    @media (max-width: 575px) {
      .intro-section {
        min-height: auto; } }

  .brand-wrapper .logo {
    height: 35px; }

  @media (max-width: 767px) {
    .brand-wrapper {
      margin-bottom: 35px; }
     /* .form-section{
           min-height:auto !important;
        }*/
        .doddle{
          height:350px !important;
        }
        .login-type{
          padding-top: 5rem;
          text-align: center;
        }
        .teacher-card{
   margin-left: 0rem !important;
}
.login-card{
  margin-left: auto;
    margin-right: auto;
}
      }

  .intro-content-wrapper {
 width: 371px;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto; }
    .intro-content-wrapper .intro-title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 18px; }
    .intro-content-wrapper .intro-text {
      font-size: 14px;
      line-height: 1.29;
      color: #ffffff; }
    .intro-content-wrapper .btn-read-more {
      background-color: #fff;
      padding: 13px 30px;
      border-radius: 0;
      font-size: 16px;
      font-weight: bold;
      color: #000; }
      .intro-content-wrapper .btn-read-more:hover {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff; }

  @media (max-width: 767px) {
    .intro-section-footer {
      margin-top: 35px; } }

  .intro-section-footer p {
    font-size: 14px;
    color: #f6f6f6;
    margin-bottom: 0; }

  .form-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
            min-height: 100vh}
    @media (max-width: 767px) {
      .form-section {
        padding: 35px; } }
    @media (max-width: 575px) {
      .form-section {
        padding: 26px; } }

  .login-wrapper {
    width: 410px;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 575px) {
      .login-wrapper {
        width: 100%; } }
    .login-wrapper .form-control {
      min-height: 55px;
      border: 0;
      border-radius: 4px;
      font-size: 15px;
      background-color: #f4f4f4;
      padding: 19px 25px 18px;
      margin-bottom: 18px; }
      .login-wrapper .form-control::-webkit-input-placeholder {
        color: #919aa3; }
      .login-wrapper .form-control::-moz-placeholder {
        color: #919aa3; }
      .login-wrapper .form-control:-ms-input-placeholder {
        color: #919aa3; }
      .login-wrapper .form-control::-ms-input-placeholder {
        color: #919aa3; }
      .login-wrapper .form-control::placeholder {
        color: #919aa3; }

  .login-title {
    font-size: 29px;
    color: #0d2366;
    margin-bottom: 18px; }

  .login-check-box {
    padding-left: 33px;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .login-check-box {
        margin-bottom: 10px; } }
    .login-check-box .custom-control-label::before {
      width: 20px;
      height: 20px;
      border: solid 1px #d5dae2;
      left: -33px;
      top: 0px;
      background-color: transparent; }
    .login-check-box .custom-control-label::after {
      left: -33px;
      width: 20px;
      height: 20px;
      top: 0; }

  .login-btn {
    padding: 17px 40px 16px 41px;
    border-radius: 4px;
    background-color: #f0004f;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 20px; }
    .login-btn:hover {
      border: 1px solid #f0004f;
      background-color: transparent;
      color: #f0004f; }

  .forgot-password-link {
    font-size: 14px;
    color: #919aa3; }

  .social-login-title {
    font-size: 15px;
    color: #919aa3;
    display: -webkit-box;
    display: flex;
    margin-bottom: 23px; }
    .social-login-title::before, .social-login-title::after {
      content: "";
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
      background-image: linear-gradient(#f4f4f4, #f4f4f4);
      -webkit-box-flex: 1;
              flex-grow: 1;
      background-size: calc(100% - 20px) 1px;
      background-repeat: no-repeat; }
    .social-login-title::before {
      background-position: center left; }
    .social-login-title::after {
      background-position: center right; }

  .social-login-links {
    text-align: center;
    margin-bottom: 0; }

  .social-login-link {
    display: inline-block;
    border-radius: 4px;
    border: solid 1px #d5dae2;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #000000;
    margin-top: 14px; }
    @media (max-width: 767px) {
      .social-login-link {
        font-size: 10px;
        padding: 10px 12px; } }
    .social-login-link img {
      width: 12px;
      height: 12px;
      margin-right: 5px;
      -o-object-fit: contain;
         object-fit: contain; }
    .social-login-link + .social-login-link {
      margin-left: 24px; }
      @media (max-width: 767px) {
        .social-login-link + .social-login-link {
          margin-left: 6px; } }

  .login-wrapper-signup-text {
    font-size: 18px;
    color: #000;
    padding-top: 50px;
    width: 410px;
    max-width: 100%; }
    @media (max-width: 575px) {
      .login-wrapper-signup-text {
        -webkit-box-ordinal-group: 2;
                order: 1; } }
    .login-wrapper-signup-text a {
      color: #240aad; }
  .doddle{
    background: url(../msimg/doodle.svg) no-repeat 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 400px;
    background-size:cover;
  }
.teacher-card{
   margin-left: 15rem;
}
.d-flex {
  display: flex;
  }
.space-between{
justify-content: space-between;
}
.space-arround{
  justify-content: space-around;
}

.btn-success-gradient{
  background: linear-gradient(90.28deg, #42CBA2 -8.17%, #1A609D 114.75%);
  border:none;
  color: #fff;

}
.btn-back{
  position: absolute;
  top: 50px;
  left: 50px;
}
.login-form{
  padding-top: 5rem;
}
.login-form .form-control{
  background: #FFFFFF;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
height: 50px;
border:none;
}
.form-control.success-gradient{
  background: linear-gradient(180deg, #3DBDA2 0%, #20709E 100%);
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.pincode .form-control{
  width: 50px;
  margin-right:5px;

}
.pincode .row{
  display: flex;
}
input.form-control.success-gradient.fw-700.text-white.text-center::placeholder {color:#fff;}
.cnfrm-btn>button{
  width: 150px;
  display: block;
  height: 50px;
  font-weight: 700;
  margin: 15px auto;
}
