body {
    background: white;
}

.login form {
    box-shadow: none;
    border: 1px solid #bdbdbd;
    background: #cfdcec;
}

.login .message, .login .login_error {
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    box-shadow: none;
    background: #cfdcec;
}

.wp-core-ui .button-primary {
    background: white;
    color:black;
    border-color: #bdbdbd;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}

.login h1 a {
    background-image: none,url(\\wp-content/uploads/sites/7/2017/03/IPASS_logo.png);
    background-size: 100%;
    height: 130px;
    width: auto;
}

#login {
    padding: 4% 0 0;
}

.input {
    box-shadow: none;
}

.input {
    background: white!important;
    box-shadow: none!important;
    border: 1px solid #bdbdbd!important;
}