:root {
  --latobold: "latobold";
  --latosemibold: "latosemibold";
  --gang_of_threeregular: "gang_of_threeregular";
}

body {
  font-family: var(--latosemibold);
}

.reg-btn button {
  font-family: var(--gang_of_threeregular);
}

body.register {
  width: 100vw;
  background: url("../asset/images/bg-register.png") center/cover no-repeat;
  position: relative;
  padding: 20px;
}

.logo-big {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.language-wrapper {
  padding: 20px 80px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-wrapper select {
  background: none;
  color: #5e2c38;
  margin-left: 12px;
  font-size: 1rem;
  border: none;
}

.login-wrapper {
  margin-top: 200px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-card {
  padding: 5px;
  background: transparent;
}

.main-card {
  background: #25213eb7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  gap: 20px;
}

.main-card h3 {
  text-align: center;
  display: grid;
  gap: 20px;
  color: #ffd67a;
  font-size: 2rem;
}

.username {
  display: flex;
  gap: 20px;
}

.first {
  background: #f8e6eb;
  padding: 12px;
  display: flex;
  border-radius: 12px;
  width: 100%;
  box-shadow: #dc8689 0px -3px;
}

.first input {
  background: transparent;
  border: none;
  padding: 6px;
  /* color: #c39ca6; */
}

.last {
  background: #f8e6eb;
  padding: 12px;
  border-radius: 12px;
  box-shadow: #dc8689 0px -3px;
}

.last input {
  background: transparent;
  border: none;
  padding: 6px;
  color: #c39ca6;
}

.last input::placeholder {
  /* background: transparent;
  border: none;
  padding: 6px; */
  color: #c39ca6;
}

.first input::placeholder {
  color: #c39ca6;
}

.email {
  width: 100%;
}
topup .reg-btn {
  width: 100%;
}

.reg-btn button {
  border: none;
  padding: 12px;
  width: 100%;
  background: #8c4f60;
  color: #ffdfe0;
  border-radius: 12px;
  box-shadow: #dc8689 5px 5px;
}

.main-card h5 {
  color: #dc8689;
  margin-top: 20px;
  font-size: 1rem;
}

.main-card h5 a {
  color: #ffdfe0;
}

.first input {
  background: transparent;
  border: none;
  padding: 6px 12px;
  color: black!important;
}

.last input {
  background: transparent;
  border: none;
  padding: 6px 12px;
  color: black!important;
}

.main-card {
  background: #25213eb7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 120px 40px 120px;
  gap: 20px;
}

.main-card h3 {
  font-family: var(--gang_of_threeregular);
}

.reg-btn button {
  margin-top: 18px;
}

.forgot {
  width: 100%;
}

.forgot h6 {
  text-align: end;
  color: #ffdfe0;
  font-size: 1rem;
}

.login-btn {
  margin-top: -30px;
}

body.forgot-password {
  width: 100vw;
  background: url("../asset/images/bg-2.png") center/cover no-repeat;
  position: relative;
  padding: 20px;
}

.submit-btn button {
  margin-top: 26px;
}

/* =========mediaquery==================== */

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .main-card {
    background: #25213eb7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 20px;
  }

  .language-wrapper {
    padding: 15px 5px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .language-wrapper select {
    font-size: 0.75rem;
    background: none;
    color: #5e2c38;
    font-size: 0.75rem;
    font-size: 0.75rem;
    border: none;
    margin-left: 3px;
  }

  .language-wrapper img {
    width: 25px;
  }
}

@media (max-width: 576px) {
  .main-card {
    gap: 12px;
  }

  .username {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .logo-big img {
    width: 180px;
  }

  .login-wrapper {
    margin-top: 120px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .first {
    background: #f8e6eb;
    padding: 6px;
    display: flex;
    border-radius: 12px;
    width: 100%;
    box-shadow: #dc8689 0px -3px;
  }

  .first input {
    background: transparent;
    border: none;
    padding: 6px 12px;
    color: black!important;

    font-size: 0.75rem;
  }

  .last {
    padding: 6px;
  }

  .last input {
    font-size: 0.75rem;
  }

  body.register {
    width: 100vw;
    background: url("../asset/images/bg-register.png") center/cover no-repeat;
    position: relative;
    padding: 20px;
  }

  .main-card h5 {
    color: #dc8689;
    margin-top: 20px;
    font-size: 0.75rem;
  }

  .reg-btn button {
    border: none;
    padding: 12px;
    width: 100%;
    background: #8c4f60;
    color: #ffdfe0;
    border-radius: 12px;
    box-shadow: #dc8689 5px 5px;
    font-size: 0.75rem;
  }

  .main-card h3 {
    text-align: center;
    display: grid;
    gap: 20px;
    color: #ffd67a;
    font-size: 1.5rem;
  }

  .logo-big img {
    width: 130px;
  }

  .login-wrapper {
    margin-top: 80px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

