* {
    font-family: 'Figtree';
    padding: 0;
    margin: 0;
    --kolor-tekstu: #4A4A4A;
    --kolor-headingu: #003869;
    --kolor-tla: #EEF2F5;
    --kolor-inputow: #F6F6F6;
    --kolor-przycisku: #30B2A3;
    --kolor-footer-tekst: #D2D2D2;
    --kolor-turkusowy: #30B2A3;
    --kolor-placeholder: #4A4A4A;
    --kolor-linku: #595959;
}

body {
    background-color: var(--kolor-tla);
    color: var(--kolor-tekstu);
    min-height: 100vh;
}

body.logowanie {
    height: 100vh;
}

div{
    margin-bottom: 10px;
}

.twoj-paypanel-warpper h1, 
.twoj-paypanel-warpper h2, 
.twoj-paypanel-warpper h3, 
.twoj-paypanel-warpper h4,
.twoj-paypanel-warpper h5 {
    color: var(--kolor-headingu);

}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logowanie {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    width: 220px;
    height: auto;
    margin-bottom: 30px;
}

.formularz {
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 3px 3px 28px #0000000D;
    padding: 30px 24px;
    margin-bottom: 20px;
    width: 420px;
}

.witaj {
    text-align: center;
    margin-bottom: 24px;
}

.witaj h4 {
    font-size: 21px;
    font-weight: 800;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 3px;
}

form input {
    border: 1.5px solid #F6F6F6;
    background-color: var(--kolor-inputow);
    padding: 12px 10px;
    font-size: 16px;
    margin-bottom: 5px;
}

form input:disabled {
    background-color: #E8E8E8;
    border: 1.5px solid #D5D5D5;
}

.formularz-rzad {
    display: flex;
    width: 100%;
    gap: 24px;
}

.formularz-rzad .pole-formularza {
    flex:1;
    display: flex;
    flex-direction: column;
}

.formularz-rzad .pole-formularza input {
    flex: 1;
}

.panel form input.szerszy {
    padding: 16px 15px;
}

form input::placeholder {
    color: var(--kolor-placeholder);
}

.custom-date input.data {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('img/kalendarz.svg') no-repeat right 16px center;
    background-size: 20px;
    padding-right: 46px !important;
    width: 100%;
    border: 1.5px solid #F6F6F6;
    background-color: var(--kolor-inputow);
    font-size: 16px;
    box-sizing: border-box;
}

.custom-date-input input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

.custom-date-input input[type="date"]::-ms-expand {
    display: none;
}

.custom-select {
    position: relative;
    width: 100%;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/strzalka.svg') no-repeat right 16px center;
    background-size: 14px;
    padding-right: 46px !important;
    width: 100%;
    border: 1.5px solid #F6F6F6;
    background-color: var(--kolor-inputow);
    padding: 12px 16px;
    font-size: 16px;
    margin-bottom: 10px;
}

.regulamin {
    margin-top: 14px;
    position: relative;
    display: flex;
    font-size: 16px;
    color: #A7A7A7;
    font-weight: 400;
    align-items: center;
}

a {
    color: var(--kolor-turkusowy);
    text-decoration: none;
}

.regulamin-switch {
    width: 100%;
    position: relative;
    width: 36px;
    height: 20px;
    margin-right: 8px;
  }
  
  .regulamin-switch .regulamin-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    width: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    border: 1.5px solid #D4D4D4;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 3px;
    background-color: #D4D4D4;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .regulamin-checkbox:checked + .slider {
    background-color: var(--kolor-turkusowy);
  }
  
  .regulamin-checkbox:focus + .slider {
    box-shadow: 0 0 1px var(--kolor-turkusowy);
  }
  
  .regulamin-checkbox:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #FFFFFF;
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.krok3-label {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #595959;
}

.wszystkie-zgody {
    color: var(--kolor-turkusowy);
    font-weight: 700;
}

.wymagane-zgody {
    font-size: 14px;
    color: #A7A7A7;
}

.umowa-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    white-space: nowrap
}

.umowa-label span {
    position: absolute;
    left: 0;
    top: 0;
    width: 18.5px;
    height: 18.5px;
    background-color: #FFFFFF;
    border: 1.5px solid #D4D4D4;
    border-radius: 4px;
    transition: .2s all;
}

.umowa-label input[type="checkbox"]:checked + span {
    border-color: var(--kolor-turkusowy);
    background-color: var(--kolor-turkusowy);
}

.umowa-label input[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.przyciski {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
}

.przycisk-wrapper {
    width: 48%;
}

.przycisk {
    width: 100%;
    background-color: var(--kolor-przycisku);
    border: solid 2px var(--kolor-przycisku);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    padding: 12.5px 34px;
    cursor: pointer;
}

.przycisk.secondary {
    background-color: #FFFFFF;
    border: solid 2px var(--kolor-przycisku);
    color: var(--kolor-przycisku);
}

.przycisk.dostepna-oferta {
    width: 42%;
    padding-left: 10px;
    padding-right: 10px;
}

.przycisk.przypomnij-haslo {
    background-color: #FFFFFF;
    color: var(--kolor-przycisku);
}

.linki {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.link {
    margin-bottom: 15px;
    color: var(--kolor-linku);
}

.tresc {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.loga {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .formularz-rzad {
        flex-direction: column;
        gap:20px;
    }

    .rzadek-przyciskow .przycisk.dostepna-oferta {
        width: 100%;
    }
    .logo {
        width: 160px;
        height: auto;
    }

    .formularz {
        width: 110%;
        padding: 24px 20px;
    }

    .panel form input.szerszy {
        margin-bottom: 0;
        padding: 13px 12px;
        font-size: 15px;
    }

    .logowanie .przycisk {
        padding: 12px 8px;
        font-size: 14px;
    }

}
