form#reset(autocomplete="off", @submit.prevent="submitForm" method="post")
b-form-group
.msg
h3 \{{ $t('login.reset_password') }}
b-form-group
vm-input(type="password" icon='lock-outline', :placeholder='$t("login.password")' v-model="form.password" required show-strength-meter showPasswordLabel :passwordLabels="passwordLabels" pass)
b-form-group
vm-button#loginButton.vm-con-loading__container(:disabled="$v.form.$invalid" color="primary", type="filled") \{{ $t('login.reset_password') }}
.back
router-link.content-vertical.text-secondary(to='/login') \{{ $t('login.still_having_trouble') }}