body{

    background-color:#222;
    margin:0;
}
ul{
    margin:0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h2{
    text-align: center;
}
hr{
    clear:both;
}
.page-wrapper{
    width:100vw;
    height:100vh;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.login-wrapper{
    display: inline-block;
    width:224px;
    background-color: #f6f6f6;
    padding: 25px;
}

.login-wrapper input[type=checkbox]{
    width:auto;
}
.login-wrapper label{
    margin-top: 20px;
}
#fos_user_registration_form{
    margin-bottom: 20px;
}
.top-menu a{
    display: inline-block;
    margin: 0 10px;
}