.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

#dnn_ctr13363_ModuleContent {
    max-width: 700px;
    margin: 1rem auto;
    padding: 1rem 2rem;
    background-color: #202020;
}

#dnn_ctr13363_ModuleContent h2 {
    color: #fff;
}

.sub-widget .form-control {
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid var(--greenlight);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control:focus {
    color: var(--white);
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 204, 51, .15);
}

.sub-widget input::placeholder {
    color: #e5e5e5;
}

.grecaptcha-badge {
    opacity: 0;
}




