File: /home/emblazeone/www/_backups/miracleboost.emblazeone.org/login.php
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Adonion Member</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/adonion/css/style.css" media="screen" rel="stylesheet" type="text/css">
<link href="/adonion/css//bootstrap.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div style="height:20px"></div>
<style>
h1, h2, h3, h4, h5, h6 {
color: #454545;
text-shadow: none;
}
.modal-body {
color: #454545;
text-shadow: none;
}
.modal-backdrop.fade.in {
background: none repeat scroll 0 0 #666;
opacity: 0.7;
}
.help-inline {
list-style: none;
padding: 0px;
color: #EB0202;
}
p { color: #999; padding:10px; }
a { color: #666; }
a:hover { color:#d97612; }
body { background:#eee; background:url('http://www.clicksor.com/images/bgaaa.jpg') 0 0 repeat; padding-top:0; }
#User { background:#fff; box-shadow: #ccc 0 0 15px; }
header { display: none; }
.border_btn { background:#d97612; border:#a5590d solid 1px; color:#fff; display:inline-block; padding:15px 40px; font-size:18px;
transition: all 300ms;
-moz-transition: all 300ms; /* Firefox 4 */
-webkit-transition: all 300ms; /* Safari and Chrome */
-o-transition: all 300ms; /* Opera */
text-shadow: none; display: block; width:100%; text-align: center;
}
.border_btn:hover {
/* color:#360 !important; border:#360 solid 2px;*/
background:#a5590d; text-shadow: none; }
.alert-info { background:#f5f5f5; border-color:#d97612; color:#666;}
.alert-info a { color:#d97612;}
</style>
<div class="row">
<div class="col-md-12">
<center>
<img src="/images/logo.png">
</center>
</div>
<br ><br /><br ><br /><br ><br />
<?
if($_POST[username]) {
?>
<div class="alert alert-info">
<b>Notice:</b>
<br>
<p>invalid password. You can always retrieve your password by click <a href="/forgot-login.php">
forgot password link</a>.</p></div>
<?
}
?>
<div class="col-md-4 col-md-offset-4">
<form method="POST" name="User" class="form-signin" action="" id="User">
<div class="bs-example">
<center>
<h3>Login</h3>
</center>
<div class="row">
<div class="col-sm-12">
<h5>Please Enter Your Account Information </h5>
</div>
<div class="col-sm-12">
<div class="form-group">
<div class="">
<input type="text" name="username" required="required" placeholder="Email Address" class="form-control" autofocus="autofocus" autocomplete="off" spellcheck="false" id="username" value="">
</div>
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<div class="">
<input type="password" name="password" required="required" placeholder="Password" class="form-control" id="password" value="">
</div>
</div>
</div>
<div class="col-sm-12">
<button class="btn border_btn" type="submit">Sign in</button>
</div>
<div class="col-sm-12">
<center>
<p> <a href="http://www.MiracleBoost.com">Not a member yet? <br />Create a new account right now!</a></p>
</center>
</div>
</form>
</div>
</div>
</div>
</div>
<!----footer---->
<div class="col-sm-12">
<center>
<p>© 2016 by <A href="http://www.MiracleBoost.com/">MiracleBoost.com</A>. All rights reserved. </p>
</center>
</div>
</div>
</body>
</html>