.swal2-html-container {
  padding: 10px !important;
}

.swal2-popup {
  background: white !important;
  border-radius: 24px !important;
}

.login-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.login-popup h2 {
  margin: 0;
  font-family: "Inter";
  color: #000000;
  font-size: 25px;
  margin-block: 10px 20px;
}

.login-popup .welcome {
  font-family: "Inter";
  color: #000000;
  font-size: 16px;
}

.login-popup label {
  color: #515b6f;
  font-family: "Inter";
  font-weight: 600;
  margin-bottom: 5px;
}

.login-popup input:not(input[type="checkbox"]) {
  border: 1px solid #d6ddeb;
  border-radius: 5px;
  transition: all 0.3s;
  outline-color: transparent;
  font-family: "Inter";
  font-size: 16px;
}

.login-popup input:not(input[type="checkbox"]) {
  margin-bottom: 10px;
  min-height: 40px;
  padding-inline: 15px;
  width: 100%;
  box-sizing: border-box;
}

.login-popup input:not(input[type="checkbox"]):focus-visible {
  outline-color: #ffbd59;
}

.login-popup .two-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.login-popup .two-cols>div {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 5px;
}

.login-popup label[for="rememberMe"] {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.login-popup .two-cols a {
  color: #424242;
  font-weight: 500;
  font-size: 16px;
}

.login-popup .login-btn {
  background: #00484c;
  border: none;
  width: 100%;
  padding-block: 15px;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  margin-top: 15px;
  font-family: "Inter";
  cursor: pointer;
}

.login-popup .or {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-direction: row;
  margin-block: 10px;
  width: 100%;
}

.login-popup .or hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

.login-popup .or-word {
  min-width: 20%;
}

.login-popup .social-login {
  width: 100%;
}

.login-popup .login-with {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  display: flex;
  padding: 15px;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  color: #616161;
  border-radius: 8px;
  font-family: "Inter";
  font-size: 16px;
  align-items: center;
}

.login-popup .login-with::before {
  background-image: url(../images/Google-Logo.png);
  content: " ";
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.login-popup .dont-have-account {
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
}

.login-popup .dont-have-account a {
  font-weight: 700;
  color: #00484c;
}
