
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;700&display=swap');

body {
    margin: 0;
    padding: 0;
    padding-bottom: 220px;
    font-family: 'Helvetica', sans-serif;    
}
.logowanie {
    width: 90%;
    margin-top: 20%;
    padding: 5%;
    margin-left: 10%;
    text-align: center;
    background-color: #ddd;
}
.logowanie h3 {
    color: #111;
    text-align: center;
    font-size: 6vw;
    margin-top: 10px;
} 
.logowanie h3 {
    color: #222;
}

.logowanie input {
    border: 1px solid #555;
    width: 100%;
    font-size: 2em;
}

.w-50 {
    display: block;
    float: left;
}

.szukaj_ean {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 3%;
    height: 6%;
    background-color: #bbb;
}

.szukaj_ean .ean {
    width: 100%;
    margin: 0;
    font-size: 3em;
    border: none;
}

.button { 
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0;
    margin-left: 2%;
    height: 5%;
    background-color: green;
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    text-align: center;
    font-size: 2em;
    
    border: none;
}

.tabela {
    margin-bottom: 5px;
    border: 1px solid #555;
    width: 100%;
    font-size: 1.5em;
}

.tabela tr td {
    border-bottom: 1px solid #555;
    padding: 3px;
}


.ft1 {
   font-size: 1vh !important; 
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
}
.ft15 {
   font-size: 1.5vh !important; 
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
}
.ft2 {
   font-size: 2vh !important;
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
}
.ft2b {
   font-size: 2vh !important;
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
   font-weight: bolder;
}



.ft25 {
   font-size: 2.5vh !important;
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
}

.ft25b {
   font-size: 2.5vh !important;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
}

.ft30 {
   font-size: 3vh !important; 
   font-weight: 300;
   
}

.ft3b {
   font-size: 3.5vh !important; 
   font-weight: 700;
   
}


.ft4b {
   font-size: 4vh !important; 
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   
}


.ftbig {
   font-size: 2em;
   font-weight: 800;
   font-family: 'Roboto', sans-serif;
}

.button {
    
}

.bg-mag-10001 {
    background-color: #ffcc66 !important;
}

.bg-mag-10002 {
    background-color: #66ff33 !important;
}

.bg-mag-10267 {
    background-color: #3366ff !important;
}

.bg-czarny {
    background-color: #000 !important;
}

.ftbold {
    font-weight: 700 !important;
} 