style.css
Gesponsorde koppelingen
PHP script bestanden
body{
margin: 0;
text-align: center;
font-family: calibri;
background: #f4f4f4;
font-size: 16px;
}
form{
width: 400px;
margin: 0 auto;
background: #fff;
padding: 15px;
box-sizing: border-box;
border-radius: 5px;
box-shadow: 0 0 5px #aaa;
}
form label, form input{
width: 100%;
box-sizing: border-box;
}
form label{
display: block;
text-align: left;
}
form input[type=email], form input[type=password]{
line-height: 30px;
height: 30px;
padding: 0 8px;
margin-bottom: 10px;
}