/*Login Username/Email Input-Feld*/
input#username {
    border-radius: 3px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    display: block !important;
    caret-color: rgb(26, 145, 240) !important;
    background-color: rgb(239, 242, 249) !important;
    outline: none !important;
    border: 0px !important;
    color: rgb(30, 37, 50) !important;
    transition: color 0.1s !important;
}
input#username:focus {
    border-bottom: 3px solid !important;
    border-color: rgb(26, 145, 240) !important;
}

/*Login Passwort Input-Feld*/
input#password {
    border-radius: 3px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    display: block !important;
    caret-color: rgb(26, 145, 240) !important;
    background-color: rgb(239, 242, 249) !important;
    outline: none !important;
    border: 0px !important;
    color: rgb(30, 37, 50) !important;
    transition: color 0.1s !important;
}
input#password:focus {
    border-bottom: 3px solid !important;
    border-color: rgb(26, 145, 240) !important;
}

/*Anmelden-Button Design (blue)*/
button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: rgb(26, 145, 240) !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: background-color 0.1s, color 0.1s, box-shadow 0.1s !important;
    border: none;
    margin-top: 10px;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: rgb(17, 112, 205) !important;
}

/*Passwort vergessen? Design*/
.lost_password a {
    color: rgb(26, 145, 240) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    z-index: 10;
    position: relative;
}

/*Bereits registriert? Design*/
a.bwdcv-reg-log-extra {
    color: rgb(26, 145, 240) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    z-index: 10;
    position: relative !important;
    float: right !important;
    margin-top: -35px !important;
    margin-bottom: 50px !important;
}

/*Hintergrund der Box*/
.bwd-custom-login-form {
    background-color: white !important;
}
