* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpt-login-wrap {
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px 0px rgb(0 0 0 / 0.1), 0 4px 6px 0px rgb(0 0 0 / 0.1);
  padding: 30px 20px;
  border-radius: 20px;
}
.wpt-login-wrap form {
  width: 100%;
  margin-top: 30px;
}
.wpt-form-group {
  width: 100%;
  margin-bottom: 15px;
}
.wpt-login-wrap h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1e40af;
  text-align: center;
}
.wpt-form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
}
.wpt-form-group input,
.wpt-form-group select {
  display: block;
  width: 100% !important;
  padding: 15px 15px 15px 15px;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  outline: 0;
}
.wpt-form-group a.reset-password {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #dc2625;
  text-align: right;
  padding: 10px 0 10px 0;
  text-decoration: none;
}
.wpt-form-group a.new-account {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #dc2625;
  text-align: center;
  padding: 10px 0 10px 0;
  text-decoration: none;
}
.wpt-form-group a:hover {
  color: #1e40af;
}
.wpt-form-group p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-top: 30px;
}
.wpt-login,
.wpt-register {
  width: 100% !important;
  background: #dc2625 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  cursor: pointersss;
}
