body {
  background-image: url("https://static.wixstatic.com/media/61cf14_cac98d4ee08541e7972baf878bf9a1e4~mv2.jpg/v1/fill/w_640,h_426,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/61cf14_cac98d4ee08541e7972baf878bf9a1e4~mv2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ps-login {
  padding: 15px;
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  margin: 5rem auto;
}

.ps-main-heading {
  display: flex;
  justify-content: center;
}

.ps-login-forms {
  margin-bottom: 10px;
  display: flex;
}

.form-input-wrapper {
  position: relative;
  width: 100%;
}

.form-control {
  width: 100%;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.375rem;
  color: #212529;
  background-clip: padding-box;
  background-color: #fff;
  box-sizing: border-box;
  height: 45px;
}

.form-control:not(:placeholder-shown):focus + label,
.form-control:not(:placeholder-shown):valid + label {
  background: #fff;
  font-size: 12px;
  left: 10px;
  padding: 0 5px;
  top: -7px;
}

.form-input-wrapper label {
  color: #6b7078;
  font-size: 14px;
  left: 0;
  padding: 14px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
}

.form-control:focus {
  outline: none;
}

.ps-login-forms p {
  color: #666;
  margin: 0;
}

.login-agree-terms-policy {
  display: flex;
  gap: 5px;
  align-items: center;
}

.login-agree-terms-policy-checkbox {
  height: 18px;
  width: 18px;
}

.ps-login-form-center {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.login-btn {
  background-color: var(--secondary-color-new);
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  padding: 10px 35px;
  width: 100%;
}

.login-btn:hover {
  background-color: var(--primary-color);
}

.label-login-btn {
  font-weight: bold;
}

.ps-signup {
  color: #06c;
  text-decoration: none;
}

.invalid-user {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
  background: #ff3232;
  border-radius: 5px;
  gap: 10px;
}
