* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffe3dd;
}

.logo {
  width: 75%;
}

.loginForm {
  border: none;
  border-radius: 10px;
  padding: 15px;
}

.btnmasuk .webix_el_box button,
.btnmasuk .webix_el_box button:hover,
.btnmasuk .webix_el_box button:focus {
  background-color: #be1e2d;
  color: white;
  border-radius: 7px;
  text-align: center;
}


.btndaftar .webix_el_box button {
  background-color: transparent;
  border: 1px solid #d5d7da;
  color: #414651;
  border-radius: 7px;
  text-align: center;
}

section.auth {
  display: flex;
  flex-wrap: wrap;
}

.auth-left {
  display: none;
  background: #be1e2d;
}

.logo-left{
  width: 100px;
}

.logo-right{
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .auth-left {
    display: block;
    width: 50%; /* Adjust width as needed */
  }
}

.auth-left .d-flex {
  display: flex;
  align-items: center;
  margin-top: 200px;
  margin-left: 70px;
}

.auth-left img:first-child {
  width: 100px;
}

.auth-left img:last-child {
  width: 180px;
  height: auto;
  margin-left: 15px;
}

.auth-left p {
  text-align: left;
  font-size: 16px;
  color: white;
  padding: 40px;
  margin-left: 30px;
}


.auth-right {
  background: #ffdfe1;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.btn-social {
  border: none;
  background: transparent;
}

.btn-social .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;                
  padding: 8px 9px;
  background-color: #f5f5f5;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  color: #444;
  transition: background-color 0.2s;
}

.btn-social .social-btn:hover {
  background-color: #e0e0e0;
}
.btn-social .icon {
  width: 22px;
  height: 22px;
}


@media (min-width: 992px) {
  .auth-right {
    width: 50%;
  }
}

.max-w-464-px {
  max-width: 464px;
  margin: 0 auto;
  width: 100%;
}
