html,body,textarea,input {
    color: #000;
}

body#login {
    position: static;
    left: auto;
    right: auto;
    width: 600px;
    margin: 120px auto;
    padding: 2%;
}

body#login #content {
    min-height: 50px;
    padding: 8px;
    background: white;
    border: solid 1px #ddd;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
}

body#login form section div input {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #aaa;
}

body#login form section div input[type=checkbox] {
    float: left;
    margin: 1% 2% 1%;
    width: auto !important;
}

body#login form section div label {
    width: 80% !important;
    float: left;
    position: relative;
}
body#login form .jquery-checkbox {
    display: none;
}

body#login form button {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
}

header {
    color: #FFFFFF;
    background: #aaa;
    font-size: 1.5em;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

body#login #content {
    background: white;
}

body form {
    background: transparent;
    border: transparent;
}

body form fieldset:first-child {
    margin-top: 4px;
    border: solid 1px #ddd;
    border-radius: 0;
    background: transparent;
}

body#login form section {
    width: 100%;
    background: transparent;
}

form fieldset>section {
    border: transparent;
    background: transparent;
}