* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1040dfe0;
}

.row {
  background-color: #e72e2ee0;

  background-size: cover;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.side {
  /* background: url(/img/img.png) no-repeat; */
  background-size: 100% 101%;
}

.side img {
  width: 70%;
  /* position: fixed; */
  max-width: 100%;
  margin-left: 100px;
  margin-top: 15%;
  /* bottom: 0; */
  /* left: 60px; */
}
.login-container-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  max-height: 100%;
  margin-right: 20px; /* Menambahkan space di sebelah kanan */
}

.login-container {
  width: 600px; /* Sesuaikan lebar form login */
  padding: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-column; /* Form login berada di sebelah kiri */
  float: left;
}
.linee {
  height: 2px;
  width: 100%;
  background-color: #b4adad;
  flex: 1;
}

.judul {
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.header {
  font-size: 18pt;
  letter-spacing: 3px;
  font-weight: bold;

  align-self: center;
}

.separator {
  width: 500px;
  height: 1px;
  border-radius: 5px;
  background-color: #0051ff;
  margin: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.welcome-message {
  text-align: center;
  font-size: 1.1em;
  line-height: 28px;
  margin-bottom: 30px;
  color: #696969;
}

.login-formm {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-controll {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

input,
.buttonn {
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 1.1em;
}

input {
  width: 100%;
  background: #ebebeb;
  color: #000000;
  letter-spacing: 0.5px;
  padding: 0.375rem 0.75rem;
  padding-top: 0.375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  border-radius: 50px;
}
input.regis {
  padding-right: 64px;
  padding-left: 25px;
  border-radius: 10px;
}

input ~ i {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  transition: color 0.4s;
}

input:focus ~ i {
  color: #005eff;
}
.buatAKun:hover {
  text-decoration: underline !important;
}
button.submitt,
button.guru {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.4s;
}

button.submitt {
  padding: 10px 64px;
  margin: 10px auto;
  margin-top: 10px;
  background-color: #005eff;
}
button.guru {
  padding: 10px 30px;
  margin: auto;
  background-color: #005eff;
  /* background-image: linear-gradient(to right, #CB7250, #9D6574); */
}

.buatAKun:hover {
  opacity: 50%;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}

.atauu {
  color: #969393;
  padding: 0 16px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
button.submitt:hover,
button.buttonn:hover {
  opacity: 0.7;
}
/* No Koneksi */
.noKoneksi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    34,
    31,
    31,
    0.873
  ); /* Warna latar belakang semi-transparan */
  z-index: 9999;
  opacity: 1;
}

/* ----  Responsiveness   ----  */
@media (max-width: 780px) {
  body {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .side {
    display: none;
  }

  .loginSiswa {
    /* position: fixed;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; */
    float: left;
  }

  .login-container {
    max-width: 900px;
    padding: 8px 24px 8px 24px;
  }
}
