body {
    background: #ffffff !important;
}

#login {
    color: #979797;
    position: relative !important;
    top: -100px !important;
}

.login form {
    box-shadow: none !important;
    border: 0px !important;
}

#user_login {
    border-radius: 24px;
    border: none;
    background-color: #F3F3F3;
}

#user_pass {
    border-radius: 24px;
    border: none;
    background-color: #F3F3F3;
}

.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 12px !important;
}

#login h1 a, .login h1 a {
    background-image: url("/wp-content/plugins/b2a-ecommerce-login/public/img/white_logo.jpg");
    height: 48px;
    width: 320px;
    border-radius: 24px;
    background-color: #000000;
    background-size: 325px 48px;
    background-repeat: no-repeat;
}

#nav a {
    border-radius: 25px;
    background-color: #a2a0a0;
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    color: white !important;
}

#backtoblog {
    display: none !important;
}

#wp-submit {
    padding: 10px 27px;
    border: none;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700 !important;
    font-size: 13px;
    color: #000000 !important;
    border: 1px solid #F8E71C !important;
    background-color: #F8E71C !important;
    border-radius: 25px;
}

#user_login, #user_pass {
    border-bottom: ridge;
    margin-top: 10px;
}

.wp-pwd button span {

}

#loginform p label, #loginform div label {
    color: black !important;
}

#lostpasswordform {
    dispaly: none;
}

#lostpasswordform p label, #lostpasswordform div label {
    color: black !important;
}

#login .message {
    /*display: none !important;*/
}

.website-login-image {
    max-width: 300px;
    max-height: 250px;
    height: auto;
    display: block;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    justify-content: center !important;
    align-items: center !important;
}

.website-login-image-box {
    margin-top: 50px;
    height: 250px;
    width: 300px;
    min-height: 250px;
    min-width: 300px;
}

.language-switcher {
    display: none !important;
}

.forgetmenot {
    display: none !important;
}