Commit 1b425cec authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

fix button center

parent 656ee394
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
type="password" type="password"
class="form-control mb-3" class="form-control mb-3"
placeholder="password" placeholder="password"
min="" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
maxlength = "16"
min="6"
required required
/> />
<b-form-checkbox <b-form-checkbox
...@@ -41,9 +43,11 @@ ...@@ -41,9 +43,11 @@
> >
Remember me Remember me
</b-form-checkbox> </b-form-checkbox>
<button class="w-100 btn btn-lg btn-primary" type="submit"> <div class="col text-center ">
<button class="w-30 btn btn-lg btn-primary text-center" type="submit">
Sign in Sign in
</button> </button>
</div>
</form> </form>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment