
/*Header Logo Con*/
#header .centerOuterWrap{padding-bottom:1em;padding-top:1em;}

.survey {
    text-align: center;
    padding: 1rem;
    border: 1px solid #ED7421;
/*    max-width: 200px;*/
    border-radius: 15px;
}
.survey h5 {
    font-size: 1.125rem;
    color: white;
}
.survey a {
    color: #ED7421;
}
.survey a:hover {
    color: white;
}

.small {
    font-size: 0.9rem;
}

.hideInput {
    visibility: hidden !important;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0) !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    display: none !important;
}

#NQC_Login1_LblApplyNow {
    color: white;
}