Fullscreen loginscherm
This commit is contained in:
parent
8e13f14d11
commit
426253c93c
@ -20,27 +20,44 @@
|
|||||||
border-color: #2e6da4;
|
border-color: #2e6da4;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.jumbotron{
|
|
||||||
//text-align: center;
|
|
||||||
}
|
|
||||||
.form-control{
|
.form-control{
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
color: #ff6000;
|
color: #ff6000;
|
||||||
}
|
}
|
||||||
.footer{
|
html, body{
|
||||||
text-align: center;
|
height: 100%;
|
||||||
|
}
|
||||||
|
.logo{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.full{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.formdiv{
|
||||||
|
background-color: #AAAAAA;
|
||||||
|
height: 100%;
|
||||||
|
padding: 10% 0 0 70px;
|
||||||
|
}
|
||||||
|
.appinfodiv{
|
||||||
|
background-color: #DDDDDD;
|
||||||
|
height: 100%;
|
||||||
|
padding: 10% 0 0 70px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<div class="jumbotron">
|
<div class="full">
|
||||||
<div class="container">
|
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 appinfodiv">
|
||||||
<h1>InforBank</h1>
|
<img class="logo" alt="logo" src="assets/logo.png"/>
|
||||||
</div>
|
<h3>Welkom bij de InforBank</h1>
|
||||||
</div>
|
Bij InforBank krijg je zelfs 10% rente op betaalrekeningen.<br/><br/>
|
||||||
<div class="container">
|
Je kunt bij InforBank ook online betalen.<br/><br/>
|
||||||
<form class="form-signin" method="post">
|
BIC: INFONL2N
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 formdiv">
|
||||||
|
<form class="form-signin" method="post">
|
||||||
<h2 class="form-signin-heading">Inloggen</h2>
|
<h2 class="form-signin-heading">Inloggen</h2>
|
||||||
<label for="inputUsername" class="sr-only">Rekeningnummer (alleen cijfers)</label>
|
<label for="inputUsername" class="sr-only">Rekeningnummer (alleen cijfers)</label>
|
||||||
<input type="text" id="inputUsername" name="rekeningnr" class="form-control" placeholder="012456789"/>
|
<input type="text" id="inputUsername" name="rekeningnr" class="form-control" placeholder="012456789"/>
|
||||||
@ -49,10 +66,8 @@
|
|||||||
<input type="password" id="inputPassword" name="pascode" class="form-control" placeholder="0000"/>
|
<input type="password" id="inputPassword" name="pascode" class="form-control" placeholder="0000"/>
|
||||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Inloggen</button>
|
<button class="btn btn-lg btn-primary btn-block" type="submit">Inloggen</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
|
||||||
© 2017 Alle rechten voorbehouden
|
|
||||||
</footer>
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user