@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
}

a {
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}


@media (max-width: 991.98px) {
  .half .bg {
    height: 200px;
  }
}f
.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #29377C;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2f408f;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "";
  position: absolute;
  display: none;
  font-size: 16px;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #29377C;
  opacity: 0.2;
}

.eportal-bg {
  height: 100%;
  background: linear-gradient(80deg, rgba(41, 55, 124, 0.4262079832) 10%, rgba(229, 174, 50, 0.3617822129) 100%);
}

.eportal-text {
  color: #ffffff;
}

@media (min-width: 100px) and (max-width: 767.9px) {
  .eportal-text {
    display: none;
  }

  .half .contents {
    content: "";
    margin: 30px auto;
    width: 90% !important;
    border-radius: 22% 17% 12% 15% / 15% 15% 10% 16%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 8s linear infinite;
    display: block;
    z-index: 1;
    -webkit-animation: sliderShape 8s linear infinite;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 40px 12px 40px;
    right: 0;
  }

  @keyframes sliderShape{
    0%,100%{
      border-radius: 3% 8% 7% 13% / 5% 4% 15% 5%;
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    34%{
      border-radius: 14% 10% 16% 4% / 3% 9% 6% 16%;
      transform:  translate3d(0,0px,0) rotateZ(0.01deg);
    }
    50%{
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    67%{
      border-radius:20% 18% 15% 8% / 8% 7% 20% 10% ;
      transform: translate3d(0,0px,0) rotateZ(0.01deg);
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eportal-text {
    font-weight: 900;
    font-size: 3rem;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
 .eportal-text {
    font-weight: 900;
    font-size: 5rem;
    bottom: 20px;
    padding-left: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

.wrapper-bg {
  height: 100%;
  background: rgb(20,24,46);
  background: linear-gradient(52deg, rgba(176, 233, 255, 0.04) 0%, rgba(152, 192, 255, 0.25) 56%, rgba(205, 149, 16, 0.24) 100%);
  width: 100%;
  overflow: auto;
  position: fixed;
  box-shadow: 0 0 40px #1f75751a;
}

.half .contents {
  color: #666666;

}
.pos-z {
  position: relative;
  z-index: 9;
}
.pos-z h3 {
  margin-top: 26px;
  color: #28367b;
}
.half .contents {
  content: "";
  margin: 30px auto 0;
  width: 630px;
  background: #fff;
  border-radius: 32% 47% 72% 45% / 65% 35% 60% 46%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
  display: block;
  z-index: 1;
  -webkit-animation: sliderShape 8s linear infinite;

  left: 0;
  top: 0px;
  padding: 50px 0 80px;
  right: 0;
}

@keyframes sliderShape{
  0%,100%{
    border-radius: 32% 48% 70% 30% / 45% 45% 35% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
    border-radius: 40% 40% 66% 54% / 30% 29% 51% 60%;
    transform:  translate3d(0,0px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius:50% 40% 30% 50% / 50% 40% 40% 30% ;
    transform: translate3d(0,0px,0) rotateZ(0.01deg);
  }
}


@media (max-width: 1199.98px) {
  .half .contents, .half .bg {
    width:80%;
  }
}
.half .contents .form-control, .half .bg .form-control {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  height: 46px;
  background: #fff;
  margin-top: 5px;
}

.half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
  border: 1px solid #ededed;;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
  background-size: cover;
  background-position: center;
}

.half a {
  color: #29377b;
  text-decoration: none;
}

.half .btn:hover {
  background: linear-gradient(52deg, rgb(16, 110, 205) 0%, rgb(38, 48, 98) 40%, rgb(20, 24, 46) 100%);
}
.half .btn {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background: linear-gradient(52deg, rgb(20, 24, 46) 0%, rgb(38, 48, 98) 56%, rgb(16, 110, 205) 100%);
  border: none;
  color: #fff;
  transition: all 0.4s;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

@media (min-width: 100px) and (max-width: 767.9px) {
  .eportal-text {
    display: none;
  }

  .half .contents {
    content: "";
    margin: 30px auto;
    width: 90% !important;
    border-radius: 22% 17% 12% 15% / 15% 15% 10% 16%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 8s linear infinite;
    display: block;
    z-index: 1;
    -webkit-animation: sliderShape 8s linear infinite;
    position: relative;
    left: 0;
    top: 0px;
    padding: 40px 12px 40px;
    right: 0;
  }
  .footer-bar {position: relative !important; }

  .footer-bar ul {
    text-align: center !important;
  }
  .footer-bar p {
    text-align: center !important;
    margin: 10px 0 0 0 !important;
    padding-right: 0 !important;
  }
  .footer-bar a {
    padding: 0 8px !important;
  }
  @keyframes sliderShape{
    0%,100%{
      border-radius: 3% 8% 7% 13% / 5% 4% 15% 5%;
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    34%{
      border-radius: 14% 10% 16% 4% / 3% 9% 6% 16%;
      transform:  translate3d(0,0px,0) rotateZ(0.01deg);
    }
    50%{
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    67%{
      border-radius:20% 18% 15% 8% / 8% 7% 20% 10% ;
      transform: translate3d(0,0px,0) rotateZ(0.01deg);
    }
  }
}
.footer-bar {
  width: 100%;
  bottom: 0;
  padding:  12px 0;
  z-index: 9;
  position:fixed;
}
.footer-bar p {
  margin: 0;
  text-align: right;
  padding-right: 15px;
}
.footer-bar ul {
  list-style: none;
  margin: 0;
  float: right;
  text-align: left;
  width: 100%;
}
.footer-bar a {
  padding:
          0 10px;
  margin:
          0 2px;
}
.footer-bar ul li {
  display: inline-flex;
}
