body {
    min-width: 0;
    color: #444;
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

.login h1 {
    padding: 25px 0;
    display: none;
}

.login h1 a {
    background-image: url('../images/IE-Logo-New.png');
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom:0px;
    margin: 0 auto;
}

body.login {
    background: #fff url('../images/ie-login-bg.jpg') center center no-repeat;
    background-size: cover;
}

#login {
    width: 480px;
}

.login form {
    padding: 25px 40px 40px;
    margin-top: 20px;
    margin-left: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.login form,
.login .message,
.translucent-bg {
    background: rgba(255, 255, 255, 0.6);
}

#login {
    margin: auto;
    padding: 5% 0 0;
}

#login form p {
    margin-bottom: 0;
    line-height: 1.5;
}

.translucent-bg {
    padding: 25px 40px;
    margin-bottom: 20px;
}

.login input[type=text],
.login input[type=password],
.login input[type=submit] {
    border-radius: 5px;
    border: 1px solid #666;
}

.submit {
    clear: both;
}

#wp-submit {
    color: #fff;
    display: block;
    width: 100%;
    background: #84b923;
    margin-top: 15px;
    font-size: 16px;
    height: auto;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
    text-shadow: none;
}

#wp-submit:active {
    transform: none;
}

#loginform:before {
    content: '';
    background: transparent url('../images/IE-Logo-New.png') center center no-repeat;
    background-size: cover;
    width: 400px;
    height: 34px;
    display: block;
    margin-bottom: 50px;
}

.login #backtoblog a, .login #nav a {
    color: #fff;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #cecece;
}

.login form .input, .login input[type=text] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

input[type=radio], input[type=checkbox] {
    background: #fbfbfb;
    border: 1px solid #b4b9be;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
}
