.ModOvionxTalentGatewayC { padding: 0 100px; min-height: 300px; margin-top: 30px; }

.dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip { width: 100%; }
.dnnFormItem input, .dnnFormItem input[type="text"], .dnnFormItem input[type="email"], .dnnFormItem .dnnFormInput, .dnnFormItem textarea, .dnnFormItem select { width: 100%; max-width: none; }

ul.dnnActions { border-top: 1px dotted #ccc; margin-top: 10px; }

li { margin-bottom: 10px; }

.dnnFormItem input:disabled, .dnnFormItem input[type="text"]:disabled {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}
.page-title {
    color: #27418D !important;
    text-align: center;
}

.ModOvionxTalentGatewayC h3 {
    text-align: center;
    font-weight: bold;
}

.content-panel {
    margin-top: 20px;
}

@media (min-width: 980px) {

}

@media (max-width: 767px) {

}

@media (max-width: 400px) {
    .ModOvionxTalentGatewayC { padding: 0; min-height: inherit; margin-top: inherit; }
    .dnnFormItem input, .dnnFormItem input[type="text"], .dnnFormItem input[type="email"], .dnnFormItem .dnnFormInput, .dnnFormItem textarea, .dnnFormItem select { width: 100%; max-width: none; }
}