.ctnUserType > div {
    width: 130px
}

.ctnUserType label {
    margin-bottom: 0;
}

.ctnFullname > div,
.ctnPkPhone > div,
.ctnCompany > div,
.ctnEmailCity > div,
.ctnAddress > div,
.ctnHouseFlat > div {
    width: calc(50% - 5px);
}

.ctnFullname > div:last-child,
.ctnPkPhone > div:last-child,
.ctnCompany > div:last-child,
.ctnEmailCity > div:last-child,
.ctnAddress > div:last-child,
.ctnHouseFlat > div:last-child {
    margin-left: 10px;
}

.frmPayer i.fa-sync {
    top: 33px !important;
    right: 10px !important;
}

.txtName,
.txtSurname,
.txtCompany {
    text-transform: uppercase;
}
