Skip to content
Snippets Groups Projects
Select Git revision
  • 9d81d29204f2df7b3f2bdde8cd907b1565bac137
  • master default protected
2 results

login.component.html

Blame
  • login.component.html 943 B
    <div class="registerPage">
            <div class="content">
                <div class="title">
                    <div class=vertical></div>
                    <div>LOGIN</div>
                </div>
                <div class="inputs">
                <form class="example-form">
                        <mat-form-field class="example-full-width">
                            <input matInput required>
                            <mat-placeholder class="placeholder">Login-ID</mat-placeholder>
                        </mat-form-field>
                        <mat-form-field class="example-full-width">
                            <input matInput type="password" required>
                            <mat-placeholder class="placeholder">Password</mat-placeholder>
                        </mat-form-field>  
                </form>     
                <div class="register">
                <button class="controlButton">LOGIN</button> 
            </div>
            </div>
            </div>
        </div>