.ncForm
{
    width: 100%;
}
.ncFieldct
{
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.ncFieldct label
{
    float: left;
    text-align: left;
    width: 100%;
    margin-right: 20px;
    font-weight: normal;
    margin-top: 5px;
}
.ncField
{
    float: right;
    width: 100%;
}
.ncField input, .ncField select
{
    width: 100%;
    padding: 3px 20px;
    border-radius: 5px;
}
.ncField .k-invalid, .ncField .k-invalid
{
    background-color:#F2DCDC;
    border-color:#990000;
}

.ncField textarea {
    resize: vertical;
    max-height: 300px;
    min-height: 200px;
}

.ncSendZone
{
    margin: 0;
    text-align: left;
    clear: both;
    height: 50px;
}

.ncSendZone a {
    display: inline-block;
    margin-top: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    background-image: linear-gradient(218deg,#2f2e79 0,#26408e 50%,#2f2e79 100%);
    background-size: 200% auto;
    background-position: left center;
    padding: 0 41px;
    height: 56px;
    line-height: 54px;
    outline: none;
    border-radius: 5px;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.ncpopoutf
{
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;				
	background-color: #666666;
	color: #aaaaaa;
	opacity: .8;
    filter: alpha(opacity = 50);
}
.ncpopf
{
    width: 50vw;
    height: 200px;
	position: absolute;
	color: #000000;
	background-color: #ffffff;
	top: 50%;
    z-index: 10000;
    border-radius:15px;
    padding:15px;
    text-align:center;
    padding-top:60px;
	margin-top: -100px;
	margin-left: -150px;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.tpboolean {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tpboolean .ncField {
    width: 10%;
}

.tpboolean label {
    width: 90%;
}

.g-recaptcha {
    margin-top: 1em;
}

.ncFinality {
    margin-top: 4em;
}