/* ---- 16. STRONA LOGOWANIA ---- */

html:not(.cssanimations) {
    background-color: rgb(239, 239, 239);
    background-image: url("https://graph.modecom.pl/files/b2b/logowanie_1920_background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center,center center;
    background-size: cover,cover;
    height: 100%;
}

body {
    background-color: transparent;
}

html:not(.cssanimations) .modal-dialog .text-left {
    line-height: normal;
}

html:not(.cssanimations) .logo img {
    margin-top: 10px;
}

.modal-dialog .text-left {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 0.72;
    color: black;
}
/*
a.pull-right {
    float: none !important;
}*/

.modal-dialog .thumbnail {
    border: none;
}

.btn-primary {
    background-color:  rgb(31, 209, 205) !important;
    border-color: rgb(31, 209, 205) !important;
}

#security_retrivePassword {
    background-color: rgb(239, 239, 239);
}


/* Element | http://b2b.modecom.pl/security/index/logout/true */

.ion-android-unlock {
  display: none;
}

div:has(> #mailer-down) {
  display: none;
}