-commit
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m18s

This commit is contained in:
x2Skyz
2025-11-23 12:23:28 +07:00
parent 3ebfd37400
commit 809e2e16bb
8 changed files with 272 additions and 65 deletions

View File

@@ -1,11 +1,11 @@
<div class="login-backdrop">
<div class="min-h-screen flex items-center justify-center p-4 sm:p-6 bg-linear-to-br from-red-50 via-white to-red-100 relative overflow-hidden">
<div class="login-modal d-flex align-items-center justify-content-center bg-white rounded-2xl">
<div class="card modal-card" role="dialog" aria-labelledby="signin-title" aria-modal="true">
<div class="brand">
<img src="/logo.png" alt="Company logo" class="logo"/>
<h1 id="signin-title" class="kanit-bold">เข้าสู่ระบบ</h1>
<p class="subtitle">บัญชีโปรแกรมจัดการแผนงานงบประมาณของท่าน</p>
<p class="subtitle">บัญชีโปรแกรมจัดการบัญชีของท่าน</p>
</div>
<form [formGroup]="loginForm" (ngSubmit)="signIn()" class="form">