root { 
    display: block;
}

body {
    text-align: center;
}

input {
    margin-left: 10px;
    margin-top: 5px;
    width:120px;
    border:1px solid #323232;
}

#login {
    width:250px;
    height:170px;
    margin:auto;
    margin-top:300px;
    border: 1px solid #323232;
}

#header {
    width:100%;
    height:30px;
    background-color: #323232;
}

#content {
    text-align: left;
    padding-top: 20px;
    padding-left:20px;
}

