.consents-form--wrap{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 768px;
    margin: 0 auto;
    background-color: var(--white);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .069);
    padding: 20px;
    border-radius: 10px;
}
#consents-form p {
    color:#03254c
}
#consents-form{
    max-width: 786px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#consents-form .input-group{
    display: flex;
    gap:20px;
}

#consents-form .input-group .col-2{
    width: 50%;
    margin-bottom: 20px;
}
#consents-form .input-group .col-1{
    width: 100%;
    margin-bottom: 20px;
}
#consents-form .input-group .col-1 label{
    display: flex;
    align-items: center;
    gap:20px;
}
#consents-form .input-group .col-1.zg label{
    display: block;
}
#consents-form .input-group .col-1.zg input{
    width: 15px;
    height: 15px;
    min-height: initial;
    float: left;
    margin: 10px 10px 0 0 !important;
}
#consents-form .input-group .col-1.zg span{
    font-size: 12px;
}
#consents-form .input-group .col-1 input{
   width: 100%;
    min-height:40px ;
}
#consents-form .input-group .col-1 span{
    width: 100%;
}
.input-group--full{
    flex-wrap: wrap;
}
.input-group--full .col-1{
    margin: 0!important;
}
#consents-form  .input-group label{
    margin-bottom: 10px;
    display: block;

}
#consents-form .input-group .sprzet{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
#consents-form .input-group .sprzet input{
    min-height: initial;
}
#consents-form .input-group .sprzet label{
    font-size: 14px;
}
#consents-form .input-group .item{
    display: flex;
    align-items: center;
    gap: 10px
}
#consents-form .input-group .item input{
    width: initial;
    height: initial;
}
#consents-form .input-group .item label{
    margin:0;
}

#consents-form .input-group input{
    width: 100%;
    min-height:40px ;
    padding: 10px;
    margin: 0px !important;
    border: 1px solid #d9d9d9;
    background-color: rgba(217, 217, 217, .2);
    border-radius: 3px;
    color: #757575;
}
#consents-form .input-group select{
    width: 100%;
    min-height:40px ;
    margin: 0px !important;
    border: 1px solid #d9d9d9;
    background-color: rgba(217, 217, 217, .2);
    border-radius: 3px;
    color: #757575;
}
#form-message{
    max-width: 786px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    background-color: #edf7fc;
    box-shadow: 0 0 10px rgba(0,0,0, 0.14);
    border-radius: 6px;
    border-bottom: 2px solid green;
}
.wrap{
    display: block!important;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}
#consents-form #signature-pad{
    margin: o auto;
    border-radius: 6px;
    border: 2px solid #1167b1;
}

.input-group--btn{
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}
.input-group--btn .col-2{
    width: initial!important;
}

.input-group--btn .btn{
    border:none;
}

ul.parsley-errors-list{
    list-style: none!important;
    padding: 0px!important;
    margin: 0px!important;
   
}
ul.parsley-errors-list li{
    font-size: 10px!important;
    color:red!important
}



.post-password-form p::nth-child(2){
    display: flex;
    align-items: flex-end;
}

.post-password-form p::nth-child(2) label{
    width: 100%;
}

.post-password-form p::nth-child(2) [type="submit"]{
    width: 200px;
    background-color: #1167b1;
    color: #fff;
}

.spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #0073aa; /* niebieski jak WordPress */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
