
#kure_customize_login_form_line {
    background-color: #00b900;
    color: #ffffff;
}

#kure_customize_readsubsite_form_mein {
    background-color: #b44d4d;
    color: #fefe63;
}

.kure_customize-yith-welrp-form-btn {
    height: 45px;
    margin: 10px 10px 20px !important;
    border-radius: 5px !important;
}

.kure_customize-yith-welrp-form-btn .buttonText {
    display: flex;
    border: none;
    background-color: inherit !important;
    color: inherit !important;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.kure_customize-yith-welrp-form-btn .fa-brands{
    font-size: xx-large;
}

.kure_customize-yith-welrp-form-btn .buttonText .icon{
    width: 30%;
}

.kure_customize-yith-welrp-form-btn .buttonText .title{
    width: 70%;
}

#kure_customize_readsubsite_form_mein:hover,
#kure_customize_login_form_line:hover,
.kure_customize-yith-welrp-form-btn .buttonText:hover {
    border: inherit;
    background-color: var(--yith-welrp-google-background_color-hover, inherit);
    color: inherit !important;
}

div.kure_customize-one-row{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.focus-tip:hover .nasa-tip-content {
    visibility: hidden;
    opacity: 0;
}

.focus-tip:focus-within .nasa-tip-content {
    visibility: visible;
    opacity: 1;
}