.login-page-EN {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.btn-login {
  width: 100%;
  background-color: #2563eb;
  color: #fff;
  padding: 14px 0;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-login:hover {
  background-color: #1d4ed8;
}


.login-page-EN .overlap-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
}

.login-page-EN .overlap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.login-page-EN .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 465px;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  margin: 0 auto;
  padding: 2rem 1rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .login-page-EN .frame {
    position: absolute;
    top: 30%;
    right: 5%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .login-page-EN .frame {
    top: 326px;
    right: auto;
    left: 949px;
    padding: 0;
  }
}

.login-page-EN .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page-EN .frame-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 419px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.login-page-EN .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #235cd3;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.login-page-EN .p {
  position: relative;
  width: 100%;
  max-width: 447px;
  opacity: 0.7;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  padding: 0 1rem;
}

.login-page-EN .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page-EN .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-page-EN .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

.login-page-EN .fa-user {
  position: relative;
  width: 24px;
}

.login-page-EN .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #808080;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.login-page-EN .frame-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 44px;
  border-radius: 24px;
  border: 1px solid;
  border-color: #808080;
  padding: 0 16px;
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  transition: border-color 0.3s;
}

.login-page-EN .frame-6:focus {
  outline: none;
  border-color: #235cd3;
  box-shadow: 0 0 0 2px rgba(35, 92, 211, 0.2);
}

.login-page-EN .loading {
  position: relative;
  overflow: hidden;
}

.login-page-EN .loading:after {
  content: "";
  position: absolute;
  left: -45%;
  width: 45%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    left: -45%;
  }
  100% {
    left: 100%;
  }
}

.login-page-EN .solid-lock {
  position: relative;
  width: 24px;
  height: 24px;
}

.login-page-EN .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #235cd3;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.login-page-EN .div-wrapper:hover {
  background-color: #1a4aad;
}

.login-page-EN .div-wrapper:active {
  transform: scale(0.98);
}

.login-page-EN .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.login-page-EN .vector {
  width: 100%;
  height: auto;
  max-width: 950px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

@media (min-width: 768px) {
  .login-page-EN .vector {
    display: block;
  }
}

.login-page-EN .frame-7 {
  display: flex;
  width: 100%;
  max-width: 465px;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  margin: 2rem auto 1rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .login-page-EN .frame-7 {
    position: absolute;
    top: 20%;
    right: 5%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .login-page-EN .frame-7 {
    top: 234px;
    right: auto;
    left: 949px;
  }
}

.login-page-EN .frame-8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.login-page-EN .logo {
  position: relative;
  width: 32px;
  height: 38px;
  object-fit: cover;
}

.login-page-EN .universitas-islam {
  position: relative;
  width: fit-content;
  font-family: "Georgia-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.login-page-EN .logo-tersier {
  position: relative;
  width: 132px;
  height: 52px;
  object-fit: cover;
}

.login-page-EN .SIBELA-is-an-online {
  position: relative;
  width: 90%;
  max-width: 648px;
  margin: 1rem auto;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  z-index: 10;
  text-align: center;
}

@media (min-width: 768px) {
  .login-page-EN .SIBELA-is-an-online {
    position: absolute;
    bottom: 15%;
    left: 10%;
    text-align: left;
    color: #ffffff;
  }
}

@media (min-width: 1200px) {
  .login-page-EN .SIBELA-is-an-online {
    top: auto;
    bottom: auto;
    left: 119px;
    top: 794px;
  }
}

.login-page-EN .span {
  font-weight: 700;
}

.login-page-EN .text-wrapper-4 {
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
}

.login-page-EN .text-wrapper-5 {
  position: relative;
  width: 90%;
  max-width: 419px;
  margin: 0 auto;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #235cd3;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  z-index: 10;
}

@media (max-width: 767px) {
  .login-page-EN .vector,
  .login-page-EN .span,
  .login-page-EN .img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .login-page-EN .text-wrapper-5,
  .login-page-EN .text-wrapper-4{
    position: top;
    width: 100%;
    height: auto;
    max-width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 0;
  }
}
@media (max-width: 767px) {
.login-page-EN .logo {
 
  width: 32px;
  height: 38px;
  object-fit: cover;
  display:none;
}
}
@media (max-width: 767px) {
.login-page-EN .universitas-islam {
  position: relative;
  width: fit-content;
  font-family: "Georgia-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  display:none;
}
}
@media (max-width: 767px) {
.login-page-EN .logo-tersier {
  position: relative;
  width: 132px;
  height: 52px;
  object-fit: cover;
  display:none;
}
}


@media (max-width: 767px) {
  .login-page-EN .vector.hide-mobile,
  .login-page-EN .img.hide-mobile {
    display: none;
  }
}


@media (min-width: 768px) {
  .login-page-EN .text-wrapper-5 {
    position: absolute;
    bottom: 25%;
    left: 10%;
    text-align: left;
    color: #ffffff;
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .login-page-EN .text-wrapper-5 {
    top: 712px;
    bottom: auto;
    left: 116px;
    font-size: 32px;
  }
}

.login-page-EN .image {
  position: relative;
  width: 90%;
  max-width: 611px;
  height: auto;
  margin: 2rem auto;
  object-fit: cover;
  display: none;
  z-index: 5;
}

@media (min-width: 768px) {
  .login-page-EN .image {
    display: block;
    position: absolute;
    width: 50%;
    top: 30%;
    left: 10%;
  }
}

@media (min-width: 1200px) {
  .login-page-EN .image {
    width: 611px;
    height: 363px;
    top: 279px;
    left: 172px;
  }
}

.login-page-EN .img {
  width: 100%;
  max-width: 532px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

@media (min-width: 768px) {
  .login-page-EN .img {
    display: block;
  }
}

.login-page-EN .group {
  position: relative;
  width: 90%;
  max-width: 156px;
  height: auto;
  margin: 1rem auto;
  box-shadow: 0px 4px 14.1px #77777740;
  display: none;
  z-index: 5;
}

@media (min-width: 768px) {
  .login-page-EN .group {
    display: block;
    position: absolute;
    top: 25%;
    left: 10%;
  }
}

@media (min-width: 1200px) {
  .login-page-EN .group {
    width: 156px;
    height: 418px;
    top: 248px;
    left: 126px;
  }
}

.login-page-EN .overlap-group {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 245%; /* Maintain aspect ratio */
  background-image: url(https://c.animaapp.com/mbyokntgBiY6uA/img/image-11.png);
  background-size: 100% 100%;
}

@media (min-width: 1200px) {
  .login-page-EN .overlap-group {
    width: 180px;
    height: 442px;
    top: -12px;
    left: -12px;
    padding-bottom: 0;
  }
}

.login-page-EN .image-2 {
  position: absolute;
  width: 87%;
  height: auto;
  top: 15%;
  left: 7%;
}

.login-page-EN .image-3 {
  position: absolute;
  width: 76%;
  height: auto;
  top: 7%;
  left: 14%;
}

@media (min-width: 1200px) {
  .login-page-EN .image-2 {
    width: 156px;
    height: 113px;
    top: 66px;
    left: 12px;
  }

  .login-page-EN .image-3 {
    width: 137px;
    height: 382px;
    top: 31px;
    left: 25px;
  }
}
