
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

hr {
    margin: 4px 0px !important;
}

.col-md-3 {
  display: inline-block;
  margin-left: -4px;
}

.col-md-3 img {
  width: 100%;
  height: auto;
}

body .carousel-indicators li {
  background-color: red;
}

body .carousel-control-prev-icon,
body .carousel-control-next-icon {
  background-color: red;
}

body .no-padding {
  padding-left: 0;
  padding-right: 0;
}

.main-slider {
  margin: 0 !important;
}

.carousel-item {
  height: 100%;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custum-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(3, 53, 27, 0.35);
  /* background-color: rgba(128, 128, 128, 0.252); */
  display: flex;
  justify-content: center;
}

.main-slider {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.slider-msg {
  max-width: 80%;
  position: absolute;
  bottom: 110px;
}

.slider-heading {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px;
}

.slider-desc {
  color: #ffffff !important;
  font-size: 15px !important;
  text-align: center !important;
  margin: 0 !important;
}

.carousel-indicators {
  display: flex;
  gap: 5px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color:  rgba(46, 49, 146, 1)  !important;
  border: none;
}

.carousel-indicators .active {
  background-color: #fff !important;
}
.myclass a {
    color: rgba(46, 49, 146, 1) !important;
    text-decoration: none;
}
.school-logo-section {
  width: 200px;
  height: 130px;
  margin-bottom: 30px;
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.school-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.rounded-7 {
  border-radius: 8px;
}

.btn-submit {
  width: 100%;
  height: 45px;
  color: #ffffff;
  background-color: rgba(46, 49, 146, 1);
  border-color: rgba(46, 49, 146, 1);
  font-weight: 600;
}

.btn-submit:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  color: #ffffff;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -ms-transition: transform .2s ease-in-out;
}

.alert-position {
  max-width: 350px;
  position: absolute !important;
  top: 20px;
  width: fit-content;
  right: 10px;
  border-radius: 8px;
  z-index: 99;
}

input {
  height: 45px !important;
  font-weight: 400;
}

label {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 500;
}

.forgot-password-label {
  font-size: 15px;
  font-weight: 600;
  color: #282f30;
  float: right;
  margin: 20px 0;
}

.forgot-password-label:hover {
  color: #282f30;
}

.download-icon {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px auto;
    /* position: absolute; */
    /* bottom: 15px; */
}

.login-footer {
    /* height: 70px; */
    width: 100%;
    margin-top: 40px;
    /* bottom: 0; */
}

.left-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative;
}

.form-section {
  width: 60%;
  margin: auto;
  padding-bottom: 20px;
}

.ct-logo {
  width: 60%;
  margin: 20px auto 0;
  display: flex;
  justify-content: start;
  position: fixed;
  left: 20px;
}

.download-icon {
  width: 60%;
}

.left-panel {
  width: 42%;
}

.right-panel {
  width: 58%;
  /* border-top-left-radius: 6%;
        border-bottom-left-radius: 6%; */
  /* border-top-right-radius: 6%;
        border-bottom-right-radius: 6%; */
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 52px;
}

.carousel-indicators li{
    width: 12px !important;
    height: 12px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    border: 0 !important;
}

.ct-logo img {
  width: 110px;
  height: 100%;
}

.parsley-errors-list {
  padding: 0;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #FFFFFF !important;
}

.parsley-required {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  list-style: none;
}

.alert-dismissible .close{
  padding: 0 !important;
}


/* Base transition */
.alert {
    transition: transform 0.5s ease, opacity 0.5s ease !important;
}

/* Slide out to right */
.alert-slide-out {
    transform: translateX(100%) !important;
    opacity: 0 !important;
}

.footer-agreement-text {
    font-size: 12px;
    color: #332f2f;
    margin-top: 40px;
    text-align: center;
    /* padding: 0 30px; */
}
.custom-divider-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 15px 0; */
}

.custom-divider-icon .line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.custom-divider-icon .icon {
  color: #888;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@media screen and (max-width: 1450px) {
  .form-section {
    width: 70%;
    margin: auto;
  }

  .ct-logo {
    width: 70%;
  }

  .download-icon {
    width: 70%;
  }

  .slider-msg {
    bottom: 80px !important;
  }
  .form-control{
    font-size: 14px;
    height: 38px !important;
}

label{
    font-size: 14px;
    margin-bottom: 3px !important;
    font-weight: 500;
}

button{
    font-size: 14px;
    height: 38px !important;
}

.download-icon img {
    width: 100px !important;
}
  .school-logo-section {
    width: 150px;
    height: 100px;
    margin-bottom: 15px;
  }

  .forgot-password-label {
    margin: 15px 0;
  }
}

@media screen and (max-width: 768px) {

  .form-section {
    width: 100%;
    margin: auto;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-center {
    height: 100vh;
  }

  .mobile-padding {
    padding: 0 20px;
  }

  .school-logo-section {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 0;
  }

  .school-logo {
    border-radius: 0;
  }

  .login-footer {
    height: 70px;
    position: relative;
  }

  .left-section {
    height: 100%;
    display: flex;
    padding-bottom: 0;
    position: relative;
  }

  .download-icon {
    width: 100%;
  }

  .ct-logo {
    margin: 10px;
  }

  .left-panel {
    width: 100%;
  }

  .right-panel {
    width: 100%;
  }

  .ct-logo img {
    width: 90px;
    height: 100%;
  }

  /* .login-footer {
            display: none;
        } */
}