#new-password .v-main__wrap {
  background-color: #f4f4f4;
}

.eb-new-password__container {
  background-color: #fff;
  max-width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 30px 30px 32px;
  border-radius: 30px;
  border: 1px solid #f4f4f4;
}

.eb-new-password__message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-application .password__message p {
  margin-bottom: 0 !important;
  margin-right: 10px;

}

.eb-go-to__ma {
  font-size: 15px !important;
  line-height: 1;
  color: #fff !important;
  background-color: #EB5E25 !important;
  border-radius: 0;
  padding: 12px 19px;
}

.eb-new-password__container .v-input__append-inner{
  margin-top: 0 !important;
}

.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye-off.theme--light,
.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye.theme--light {
  border: none !important;
}

.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye-off.theme--light:hover,
.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye.theme--light:hover, 
.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye-off.theme--light:focus,
.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye.theme--light:focus, 
.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye-off.theme--light:after,
.eb-new-password__container button.v-icon.notranslate.v-icon--link.mdi.mdi-eye.theme--light:after {
  background-color: transparent;
  text-decoration: none;
  border: none !important;
}

button.nw-sent {
  width: 100%;
  border-radius: 0;
  border-color: transparent;
  color: #fff !important;
  background-color: #EB5E25 !important;
  font-weight: 400;
  height: 40px !important;
}

.eb-new-password__container .v-input--is-focused {
  outline: none !important;
}

.eb-notice-password {
  margin-top: 20px;
  text-align: justify;
}

.eb-notice-password span {
  color: red;
  font-weight: 500;
}