*,
body,
html {
  font-family: "Poppins", sans-serif;
  padding: 0%;
  margin: 0%;
  font-size: 14px;
}

body {
  display: flex;

  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;

  width: 100%;
  height: 100vh;
  background: #f0f4ff;
  overflow: hidden;
}

.log {
  display: flex;
  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  padding: 10px;
  position: relative;
  width: 350px;
  height: 580px;

  background: #ffffff;
  box-shadow: 6px 9px 28px -11px rgba(0, 0, 0, 0.25);

  border-radius: 15px;
  /* border: black solid 1px; */
}

.log img {
  width: 150px;
}

.log form h1 {
  font-size: 25px;
  margin-bottom: 20px;
}

.log form {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

.log section {
  width: 300px;
  /* border:  black solid 1px; */
  margin-bottom: 10px;
}

.log section p {
  font-size: 12px;
  margin-bottom: 5px;
}

.log section input {
  width: 100%;
  height: 50px;
  border: transparent;
  border-radius: 5px;
  background: #d9d9d9;

  padding-left: 5px;
}

.log section button {
  width: 100%;
  height: 45px;

  background: linear-gradient(
    90.87deg,
    #21ac94 -5.08%,
    #1a658f 62.95%,
    #21ac94 100.26%
  );
  border-radius: 25px;
  border: transparent;

  color: #ffffff;

  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.log section button:hover {
  background: linear-gradient(
    90.87deg,
    #1a658f -5.08%,
    #21ac94 62.95%,
    #1a658f 100.26%
  );
}

.log-adv {
  margin-bottom: 10px;
}

.log-adv p {
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  color: #1a658f;
}

.log-adv p:hover {
  font-size: 10px;
  cursor: pointer;
  color: #000000;
}

/* log-up */
.log-up {
  display: flex;
  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  padding: 10px;
  position: relative;
  width: 350px;
  height: 580px;

  background: #ffffff;
  box-shadow: 6px 9px 28px -11px rgba(0, 0, 0, 0.25);

  border-radius: 15px;
  /* border: black solid 1px; */
}

.log-up img {
  width: 150px;
}

.log-up form h1 {
  font-size: 25px;
  margin-bottom: 20px;
}

.log-up form {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

.log-up section {
  width: 300px;
  /* border:  black solid 1px; */
  margin-bottom: 10px;
}

.log-up section p {
  font-size: 12px;
  margin-bottom: 5px;
}

.log-up section input {
  width: 100%;
  height: 30px;
  border: transparent;
  border-radius: 5px;
  background: #d9d9d9;

  padding-left: 5px;
}

.log-up section button {
  width: 100%;
  height: 45px;

  background: linear-gradient(
    90.87deg,
    #21ac94 -5.08%,
    #1a658f 62.95%,
    #21ac94 100.26%
  );
  border-radius: 25px;
  border: transparent;

  color: #ffffff;

  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.log-up section button:hover {
  background: linear-gradient(
    90.87deg,
    #1a658f -5.08%,
    #21ac94 62.95%,
    #1a658f 100.26%
  );
}

.log-adv {
  margin-bottom: 10px;
}

.log-adv p {
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  color: #1a658f;
}

.log-adv p:hover {
  font-size: 10px;
  cursor: pointer;
  color: #000000;
}
