mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 12:34:06 +00:00
61 lines
2.6 KiB
HTML
61 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AzureUI - SIGNIN</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
|
|
<link rel="stylesheet" type="text/css" href="css/global.style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
<div class="wrapper-inline">
|
|
|
|
<div class="form-fixed-large"></div>
|
|
<div class="form-row txt-center">
|
|
<img src="images/CIEF.png" style="width:200px; height:100px">
|
|
</div>
|
|
|
|
<main>
|
|
<section class="container">
|
|
<form>
|
|
<div class="form-row txt-center" style="font-weight: 700; font-size: 20px; color: #2DD67B; margin-bottom: -15px">
|
|
Reset your Password
|
|
</div>
|
|
<div class="form-row txt-center" style="font-size: 15px; color: #2DD67B">
|
|
You have requested to reset the password for:
|
|
</div>
|
|
<div class="form-row txt-center" style="font-size: 15px; color: #069">
|
|
016-7963808
|
|
</div>
|
|
<br />
|
|
<div class="form-row-group with-icons">
|
|
<div class="form-row no-padding">
|
|
<div style="position:absolute; top: 10px;">
|
|
<a class="fa fa-lock" style="color: black"></a>
|
|
</div>
|
|
<input id="pass1" type="password" class="form-element" placeholder="New Password" />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<div style="position:absolute; top: 10px;">
|
|
<a class="fa fa-lock" style="color: black"></a>
|
|
</div>
|
|
<input id="pass1" type="password" class="form-element" placeholder="Re-typpe Password" />
|
|
</div>
|
|
</div>
|
|
<div class="form-divider"></div>
|
|
|
|
<div class="form-row txt-center">
|
|
<a href="index.html" class="button blue">Reset my password</a>
|
|
</div>
|
|
</form>
|
|
|
|
</section>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |