.form{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  justify-content:space-between;
  -webkit-justify-content: space-between;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  width: 100%;
  color: #576166;
  font-size: 14px;
}

.form fieldset{
width: 48%;
display: block;
float: left;
border: 1px solid #ddd;
padding: 25px 15px 15px 15px;
background-color: #FFFFFF;
box-shadow: 0 0 5px 0 rgba(202, 206, 208, 0.5);
box-sizing:border-box;
margin: 0px 10px 20px 10px;
background-position: 95% 20px;
background-repeat: no-repeat;

}

.form fieldset legend {
    color: #1c934a;
    font-size: 14px;
    position: relative;
    padding: 0px 15px 0px 15px;
    background-color: #FFFFFF;
    font-weight: 400;
}
.form fieldset legend:after {
content:"";
position: absolute;
top:-5px;
left: -1px;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0 0 5px 0 rgba(202, 206, 208, 0.5);
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
}

.form fieldset legend .titleSm{
font-size: 11px;
color: #999999;
}

.form fieldset.login{
/*background-image:url('../images/sp_log.png');*/
width: 100%;
}
.form fieldset.forma_prawna{
width: 100%;
background-image:url('../images/sp_o_praw.png');
background-position: 95% 10px;
}

.form fieldset.login2{
margin: 0px auto 20px;

background-image:url('../images/sp_zap_has.png');

}
.form fieldset.login2 .formRow{
margin-bottom: 20px;
}	


.form fieldset.data{
background-image:url('../images/sp_d_os.png');
}

.form fieldset.dane_adresowe{
background-image:url('../images/sp_dane_ad.png');
}

.form fieldset.dane_do_korespondencji{
background-image:url('../images/sp_dane_kor.png');
}

.form fieldset.dane_dodatkowe{
background-image:url('../images/sp_dane_dod.png');
}

.form fieldset.zgoda{
width: 100%;
background-color: transparent;
box-shadow:none;
border-width: 0px 0px 1px 0px;
}

.form fieldset.forms_contact{
width: 100%;

}

.form fieldset.address{
width: 100%;
}

.form .formRow{
margin-bottom: 10px;
display: inline-block;
position: relative;
clear: both;
padding-right: 15px;
box-sizing:border-box;
padding-left: 10px;
width: 100%;
}

.form fieldset.zgoda .formRow{
width: 100%;
}

.form input.inputTxt{
width: 100%;
padding: 10px 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
}
.form textarea{
width: 100%;
padding: 10px 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
height: 200px;
}

.form input.inputTxt:focus{
border-color:#1d934a;
box-shadow:0px 0px 3px #1d934a;
}

.form input[type=file]{
width: 100%;
}


.form .divReq:before {
content:"*";
font-size: 23px;
color: #e4981b;
font-family:arial;

/*
background: url('../images/req_form.png') 0px 0px no-repeat;
*/
position: absolute;

left:0px;


}

.form .divError input.inputTxt:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}


.form .error{
font-size: 11px;
color: #e4981b;
}

.form .divError input.inputTxt,.form .divError textarea,.form .divError select,.form .divError input.token {
border: 1px solid #e4981b;	
}

.form .formRow .spTitle{
display: block;
margin: 0px 0px 10px 0px;
}

.form .formRow .divRadio{
display: inline-block;
margin-right: 15px;
}	

.form .formRow .divRadio .radioInput{
width: 15px;
height: 15px;
vertical-align: middle;
margin-right: 5px;
}
.form .formRow .divRadio .checkTitle{

}

.form .formRow .selectForm{
width: 100%;
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
}

.form .formRow .selectForm option{
padding: 5px 0px;
}

.form .formRow .kodPocztowy{
width:55px;
margin-right:5px;
}

.form .formRow .miejscowosc{
width:calc(100% - 60px);
}

.form .formRow .ulica{
width:calc(100% - 60px);
margin-right:5px;
}
.form .formRow .numer_lok{
width:55px;

}

.form .formRow .styled{
float: left;
    height: 15px;
    margin: 8px 5px 0 0;
    vertical-align: top;
    width: 15px;
}

.form .formRow  .sendInfo_span{
overflow: hidden;
display: block;
}

.form .zgoda .formRow{
margin-bottom: 30px;
}

#tkn{
margin: 0px;
border: none;

}
.clink{
background: url("../images/ico_ref.png") no-repeat 0 0 rgba(0, 0, 0, 0);
color: #3a3a3a;
display: inline-block;
font-size: 12px;
height: 24px;
line-height: 24px;
margin: 10px 0px 0px 10px;
padding: 0 0 0 37px;
text-shadow: 1px 1px 0 #ffffff;
width: 94px;
}




.form .token:focus{
border-color:#299a7e;
box-shadow:0px 0px 3px #299a7e;
}

.form input.token:focus{
border-color:#1d934a;
box-shadow:0px 0px 3px #1d934a;
}

.token{
padding: 5px;
border:1px solid #d0d4d7;
border-radius:3px;
box-sizing:border-box;
width: 210px;

}

.form .divError input.token:focus{
border-color:#ea8c8c;
box-shadow:0px 0px 3px #ea8c8c;
}

.dotted{
margin: 0px 0px 20px 0px;
text-align: right;
width: 100%;
}

.form .button{
line-height: 35px;
display: inline-block;
padding: 0px 30px 0px 30px;
border: none;
color: #FFFFFF;
font-size: 13px;
transition: all 0.5s ease-out 0s;
background-color: #256bb0;
border-style:solid;
border-width:1px 1px 4px 1px;
border-color:#256bb0 #256bb0 #256bb0 #256bb0;
cursor: pointer;
}

.form .button:hover{	
background-color: #FFFFFF;
color: #256bb0;	
transition: all 0.5s ease-out 0s;
}

.form .divDis {
display:none;
}


.form .fileAdd{
display: none;
}
.form .fileSelect{
background-color: #1d924c;
color: #FFFFFF;
font-size: 12px;
line-height: 35px;
border: none;
padding: 0px 36px 0px 37px;
cursor: pointer;
display:inline-block;
transition: all 0.5s ease-out 0s;
}
.form .fileSelect span{
margin-left: 10px;
font-size: 15px;
}

.form .fileSelect:hover{
background-color:#f1f1f1;
color:#73736e;
transition: all 0.5s ease-out 0s;  
}

.form .fileTxt{
margin-left: 12px;
display:inline-block;
}


.dowodImg img{
margin-bottom: 10px;
}

.form .formRow .checkTitle_c{
display: inline-block;
margin:5px 0px 0px 0px;
}


.form .divReq_n::before {
display: none;	
}

@media screen and (max-width:1030px){
.form fieldset {width: 47%;}
}

@media screen and (max-width:930px){
.form fieldset {width: 100%;}
}


@media screen and (max-width:768px){
.form fieldset {margin-left: 0px;margin-right: 0px;}	
}	

@media screen and (max-width:490px){
.form .formRow {width: 95%;}
}

