* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.forget-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 100%;
  margin: 90px auto 40px;
}
.box-1-forget {
  background-color: white;
  padding: 40px 30px 50px;
  box-shadow: 0 5px 25px #aeaeae;
  text-align: center;
  width: 350px;
}

.box-frgt-logo img {
  width: 90px;
}

.trouble-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.phn-email {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.input-box {
  margin-top: 20px;
}

.input-box input {
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-button-box {
  margin-top: 20px;
}

.login-button-forget {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 85%;
  margin-bottom: 20px;
}

.lines-box-forget {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.line-1-forget,
.line-2-forget {
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

.or-box {
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}

.create-new-one,
.create-new-login {
  margin-top: 15px;
}

.create-new-one1,
.create-new-login1 {
  text-decoration: none;
  color: #007bff;
}

/* reset page */

.reset-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 100%;
  margin: 90px auto 40px;
}
.box-reset {
  background-color: white;
  padding: 40px 30px;
  box-shadow: 0 5px 25px #aeaeae;
  text-align: center;
  width: 350px;
}

.box-rest-lg {
  width: 100%;
}
.box-rest-lg img {
  width: 40%;
}

.rst-text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.reinput-box {
  margin-top: 20px;
}

.reinput-box input {
  width: 90%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sv-btn-box {
  margin-top: 20px;
}

.save-btn-rst {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  margin-bottom: 15px;
}

.lines-box-reset {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.line-1-reset,
.line-2-reset {
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

.orest-box {
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}

.create-new-rst,
.create-new-logrst {
  margin-top: 15px;
}

.crt-newrst,
.crt-newrst1 {
  text-decoration: none;
  color: #007bff;
}
