/* reset wp css */

* {
    margin: 0;
    padding: 0;
}
html {
    background: none repeat scroll 0 0 #FBFBFB !important;
}
body {
    font-family: sans-serif;
    font-size: 12px;
    padding-top: 30px;
}
form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    margin-left: 8px;
    padding: 26px 24px 46px;
}
form .forgetmenot {
    float: left;
    font-weight: normal;
    margin-bottom: 0;
}
.button-primary {
    border: 1px solid;
    border-radius: 11px 11px 11px 11px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 13px;
    margin-top: -3px;
    padding: 3px 10px;
    text-decoration: none;
}
#login form p {
    margin-bottom: 0;
}
label {
    color: #777777;
    font-size: 14px;
}
form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
}
form .submit, .alignright {
    float: right;
}
form p {
    margin-bottom: 24px;
}
h1 a {
    background: url("../images/logo-login.png") no-repeat scroll center top transparent;
    display: block;
    height: 67px;
    overflow: hidden;
    padding-bottom: 15px;
    text-indent: -9999px;
    width: 326px;
}
#login {
    margin: 7em auto;
}
#login_error, .message {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 16px 8px;
    padding: 12px;
}
#nav, #backtoblog {
    margin: 0 0 0 16px;
    padding: 16px 16px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
#backtoblog {
    padding: 12px 16px 0;
}
.login form p label .input,
.login form p label input[type="text"],
.login form p label input[type="email"]{
    background: none;
    border: none;
    box-shadow: 0px;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    outline: none;
    padding: 0;
    width: 100%;
}
input {
    color: #555555;
}
.clear {
    clear: both;
}
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    margin: 12px 0 6px;
    padding: 6px 5px;
    text-align: center;
}
.widefat, 
div.updated, 
div.error, 
.wrap .add-new-h2, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="file"], 
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
select, 
.tablenav 
.tablenav-pages a, 
.tablenav-pages span.current, 
#titlediv #title, 
.postbox, 
#postcustomstuff table, 
#postcustomstuff input, 
#postcustomstuff textarea, 
.imgedit-menu div, 
.plugin-update-tr .update-message, 
#poststuff .inside .the-tagcloud, 
.login form, 
#login_error, 
.login .message, 
#menu-management .menu-edit, 
.nav-menus-php .list-container, 
.menu-item-handle, 
.link-to-original, 
.nav-menus-php .major-publishing-actions .form-invalid, 
.press-this #message, 
#TB_window, 
.tbtitle, 
.highlight, 
.feature-filter, 
#widget-list .widget-top, 
.editwidget .widget-inside {
    border-radius: 0;
    border-style: none;
    border-width: 0;
}