.not-found-panel[data-v-fd0217c2] {
  padding: 100px 0;
}
.page-forgot-password[data-v-fd0217c2] {
  padding: 0 30px;
}
.page-forgot-password .forgot-panel[data-v-fd0217c2] {
  width: 1090px;
  max-width: 100%;
  padding: 60px;
  margin: 80px auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel[data-v-fd0217c2] {
    padding: 40px 30px;
    margin: 40px auto;
}
}
.page-forgot-password .forgot-panel h1[data-v-fd0217c2] {
  color: rgb(var(--v-theme-primary));
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel h1[data-v-fd0217c2] {
    font-size: 18px;
}
}
.page-forgot-password .forgot-panel .row-forgot[data-v-fd0217c2] {
  position: relative;
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot[data-v-fd0217c2] {
    flex-direction: column;
    margin-top: 30px;
}
}
.page-forgot-password .forgot-panel .row-forgot h3[data-v-fd0217c2] {
  color: rgb(var(--v-theme-secondary-darken-3));
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot h3[data-v-fd0217c2] {
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-img[data-v-fd0217c2] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-img[data-v-fd0217c2] {
    padding-top: 0;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-img img[data-v-fd0217c2] {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-img img[data-v-fd0217c2] {
    width: 100px;
    height: 100px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-img h2[data-v-fd0217c2] {
  color: rgb(var(--v-theme-primary));
  padding: 20px 0;
  font-size: 18px;
}
.page-forgot-password .forgot-panel .row-forgot .col-divider[data-v-fd0217c2] {
  position: relative;
  flex: none;
  border-right: 1px solid #999;
  width: 1px;
  margin: 0 60px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-divider[data-v-fd0217c2] {
    border: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #999;
    margin: 30px 0;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset[data-v-fd0217c2] {
  flex: 1 1 0;
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .alert[data-v-fd0217c2] {
  font-size: 16px;
  color: #0080fe;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .alert[data-v-fd0217c2] {
    font-size: 12px;
    padding-bottom: 15px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] {
  height: 40px;
  margin: 20px 0 10px;
  background: #fafafa;
  transition: margin 100ms;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] {
    height: 37px;
}
}
@media only screen and (max-width: 959px) and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] {
    margin: 15px 0;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input.v-input--error[data-v-fd0217c2] {
  margin-bottom: 30px;
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] .v-input__control input {
  min-height: 40px;
  padding: 0 5px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] .v-input__control input {
    min-height: 37px;
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] .v-input__control input::placeholder {
  color: rgb(var(--v-theme-secondary));
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] .v-input__control input::placeholder {
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input[data-v-fd0217c2] .v-input__control .v-field__prepend-inner {
  padding: 0 10px 0 20px;
  display: inline-flex;
  align-items: center;
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .form-input img.icon-password[data-v-fd0217c2] {
  width: 12px;
}
.page-forgot-password .forgot-panel .row-forgot .col-reset p[data-v-fd0217c2] {
  font-size: 16px;
  color: rgb(var(--v-theme-secondary-darken-3));
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset p[data-v-fd0217c2] {
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset p .btn-sendcode[data-v-fd0217c2] {
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  margin-left: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset p .btn-sendcode[data-v-fd0217c2] {
    font-size: 12px;
    padding: 0 5px;
    margin: 0;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset p .btn-sendcode[data-v-fd0217c2] .v-btn__content {
  height: 20px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset p .btn-sendcode[data-v-fd0217c2] .v-btn__content {
    height: 17px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset h4[data-v-fd0217c2] {
  margin: 20px 0;
  font-size: 18px;
  color: rgb(var(--v-theme-secondary-darken-3));
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset h4[data-v-fd0217c2] {
    font-size: 12px;
    margin: 30px 0 15px;
    text-align: center;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .input-label[data-v-fd0217c2] {
  font-size: 12px;
  font-weight: 500;
  color: rgb(var(--v-theme-secondary-darken-3));
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons[data-v-fd0217c2] {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 12px;
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn[data-v-fd0217c2] {
  height: 53px;
  line-height: 53px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn[data-v-fd0217c2] {
    height: 37px;
    line-height: 37px;
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn.btn-back[data-v-fd0217c2] {
  width: 125px;
  display: inline-block;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn.btn-back[data-v-fd0217c2] {
    width: 90px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn.btn-back .icon[data-v-fd0217c2] {
  margin: -2px 10px 0 -10px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn.btn-back .icon[data-v-fd0217c2] {
    font-size: 16px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn.btn-reset[data-v-fd0217c2] {
  width: 255px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .buttons .v-btn.btn-reset[data-v-fd0217c2] {
    width: 135px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-reset .logo[data-v-fd0217c2] {
  display: none;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-reset .logo[data-v-fd0217c2] {
    margin-top: 40px;
    width: 100px;
    display: block;
    margin: 40px auto 0;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot[data-v-fd0217c2] {
  flex: 1 1 0;
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form[data-v-fd0217c2] {
  margin: 40px 0 80px 0;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form[data-v-fd0217c2] {
    margin-bottom: 180px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] {
  height: 40px;
  margin-bottom: 40px;
  background: #fafafa;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] {
    height: 37px;
    margin-bottom: 30px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] .v-input__control input {
  min-height: 40px;
  padding: 0 5px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] .v-input__control input {
    min-height: 37px;
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] .v-input__control input::placeholder {
  color: rgb(var(--v-theme-secondary));
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] .v-input__control input::placeholder {
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input[data-v-fd0217c2] .v-input__control .v-field__prepend-inner {
  padding: 0 10px 0 20px;
  display: inline-flex;
  align-items: center;
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input img.icon-email[data-v-fd0217c2] {
  width: 15px;
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .form-input img.icon-password[data-v-fd0217c2] {
  width: 12px;
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .btn-reset[data-v-fd0217c2] {
  height: 53px;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-forgot .btn-reset[data-v-fd0217c2] {
    height: 37px;
    font-size: 12px;
}
}
.page-forgot-password .forgot-panel .row-forgot .col-forgot .logo[data-v-fd0217c2] {
  width: 140px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 959px) {
.page-forgot-password .forgot-panel .row-forgot .col-forgot .logo[data-v-fd0217c2] {
    width: 100px;
}
}