.tx-nfwebinare{
    margin: 30px 0;
}
.nf__webinar-form .video-check-item {
    background-color: #eee;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nf__webinar-form .video-check-item:last-child{
    border-bottom: 1px solid transparent;
}

.nf__webinar-form .video-check-item .form-check {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 767px) {

    .nf__webinar-form .video-check-item input {
        margin-left: 0 !important;
    }

    .nf__webinar-form .video-check-item label {
        flex-wrap: wrap !important;
    }

    .nf__webinar-form .video-check-item label img {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .nf__webinar-form .video-check-item label .cta-form-text {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
}

.nf__webinar-form .video-check-item input {
    margin-right: 20px;
    margin-left: 0;
    margin-top: 0;
}

.nf__webinar-form .video-check-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nf__webinar-form .video-check-item label img {
    margin-right: 20px;
}

.nf__webinar-form .form-group .form-check label  .cta-form-text{
    display: inline-block;
    margin-right: 20px;
}

.nf__webinar-form .video-check-item label strong{
    color: #e60027;
}

.nf__webinar-form .status-message{
    text-align: center;
}

.status-message-icon {
    background: url("../img/hitachi-check.svg") no-repeat;
    background-size: 25px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e60027;
    border: 5px solid #e60027;
    margin: 0 auto;
    margin-bottom: 15px;
}

.success {
}

.btn-details{
    margin-top: 25px;
}
.tx-nfwebinare{
    margin: 30px 0;
}
.nf__webinar-form .video-check-item {
    background-color: #eee;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nf__webinar-form .video-check-item:last-child{
    border-bottom: 1px solid transparent;
}

.nf__webinar-form .video-check-item .form-check {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#terms {
    margin-right: 0.5rem;
}

@media (max-width: 767px) {
    .nf__webinar-form .video-check-item label {
    	flex-wrap: wrap;
    }

    .nf__webinar-form .video-check-item label img {
        width: 50%;
        margin-right: auto !important;
        margin-bottom: 20px;
        display: block;
    }

    .nf__webinar-form .video-check-item label .cta-form-text {
        width: 100%;
        margin-right: 0;
    }
}

.nf__webinar-form .video-check-item input {
    margin-right: 20px;
    margin-left: 0;
    margin-top: 0;
    filter: grayscale(1);
}

.nf__webinar-form .video-check-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nf__webinar-form .video-check-item label img {
    margin-right: 20px;
}

.nf__webinar-form .form-group .form-check label  .cta-form-text{
    display: inline-block;
    margin-right: 20px;
}

.nf__webinar-form .video-check-item label strong {
    color: #e60027;
}

.nf__webinar-form .status-message{
    text-align: center;
}

.status-message-icon {
    background: url("../img/hitachi-check.svg") no-repeat;
    background-size: 25px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e60027;
    border: 5px solid #e60027;
    margin: 0 auto;
    margin-bottom: 15px;
}

.success {
}

.btn-details{
    margin-top: 25px;
}