17 lines
222 B
CSS

#loginBtnWrapper {
width: 100%;
text-align: center;
display: block;
margin-top: 5em;
}
#loginLogo {
width: 8em;
max-width: 20%;
}
#loginBtnWrapper > button {
font-size: 1.5em;
width: 8em;
height: 2em;
}