#content .forget-password-card {
  display: flex;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  box-sizing: border-box;
}
#content .forget-password-card form {
  margin-top: 50px;
  width: 500px;
  max-width: 100%;
  text-align: center;
}
#content .forget-password-card form .remark {
  color: #BE7D46;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #content .forget-password-card {
    padding: 50px 30px;
  }
}

