body {
  background: #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

* {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

  box-sizing: padding-box;
}

.arab-member-login h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 24px;
  text-align: center;
  color: #555559;
}

.arab-login-wrapper {
  width: 960px;
}
.arab-login-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.arab-login-left-content,
.arab-login-right-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.arab-login-left-content {
  box-shadow: 5px -3px 10px #352f2fc7;
  background: #fff;
  padding: 100px 30px 70px;
  height: 380px;
}
.sign-up span {
  display: block;
}

h2 {
  text-align: center;
  color: #ccc;
  margin-bottom: 40px;
}

.brand-logo {
  display: flex;
  margin: auto;
  justify-content: center;
  padding-top: 15px;
}

.brand-logo img {
  max-width: 300px;
  height: auto;
  object-fit: cover;
}

input {
  display: block;
  border: 2px solid #ccc;
  width: 93%;
  padding: 10px;
  margin: 10px auto;
  border-radius: 5px;
}

label {
  color: #ccc;

  font-size: 18px;

  padding: 10px;
}

button {
  background-color: rgb(244, 130, 48);
  padding: 10px 60px;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}

button:hover {
  background-color: #50c8fc;
}

.error {
  background: #f2dede;

  color: #0c0101;

  padding: 10px;

  width: 95%;

  border-radius: 5px;

  margin: 20px auto;
}

h1 {
  text-align: center;

  color: rgb(134, 3, 3);
}
.sign-up {
  text-align: center;
  padding: 15px 0;
}
.sign-up .not-member {
  font-size: 25px;
  color: #004aad;
  margin: 15px 0 10px;
  font-weight: 600;
}
.sign-up .sign-up-join-today a {
  color: rgb(244, 130, 48);
  padding-left: 5px;
  text-decoration: none;
  font-size: 27px;
  text-transform: uppercase;
}

.sign-up a:hover {
  color: #50c8fc;
}

.arab-forget-password {
  margin-top: 30px;
}
.arab-forget-password a {
  background: #004aad;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.arab-forget-password a:hover {
  background: #50c8fc;
}
.arab-login-users img {
  max-width: 550px;
  object-fit: cover;
}

.is-mobile-arab {
  display: none;
}

@media (max-width: 768px) {
  /* body {
    height: auto;
  } */
  .arab-login-wrapper {
    width: 100%;
    margin: 0 15px;
  }
  .arab-login-inner {
    display: block;
  }
  .arab-login-left-content,
  .arab-login-right-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .arab-login-left-content {
    padding: 60px 15px 60px;
    height: auto;
  }
  input {
    width: 90%;
    padding: 10px;
    font-size: 18px;
  }
  .brand-logo img {
    max-width: 250px;
  }
  .arab-login-users {
    display: flex;
    justify-content: center;
  }
  .arab-login-users img {
    max-width: 100%;
  }
  .sign-up .not-member {
    font-size: 20px;
    margin: 15px 0px;
  }
  .sign-up .sign-up-join-today a {
    font-size: 27px;
  }
  button {
    padding: 15px 60px;
  }
  .arab-forget-password a {
    padding: 15px 0;
  }
  .arab-member-login h2 {
    font-size: 25px;
  }
  .is-desktop-arab {
    display: none;
  }
  .is-mobile-arab {
    display: block;
    margin-bottom: 30px;
  }
}
