Add bootstrap styling to sign in form

Add class `.form-control` to inputs and remove additional width styling
This commit is contained in:
Svante 2017-07-14 15:21:05 +02:00 committed by Stella Rouzi
parent d9a3b0de72
commit f9d8c9715c
2 changed files with 4 additions and 12 deletions

View file

@ -20,14 +20,6 @@
color: black;
background-color: #eeeeee;
}
input[type=text],
input[type=password] {
text-align: center;
padding: 5px;
display: block;
margin: auto;
width: 255px;
}
.btn-group {
width: 100%;
text-align: center;